[Asterisk-Users] Present CID to Caller about the Callee

Zachary McGibbon zachary.mcgibbon at gmail.com
Wed Dec 1 14:48:04 MST 2004


Maybe try something like:

exten => s,1,SetCIDName(${EXTEN}: ${CALLERIDNAME})
exten => s,2,Dial(${ARG2},20,rt)
exten => s,3,Goto(s-${DIALSTATUS},1)

or am i mixed up...?

On Wed, 1 Dec 2004 14:35:28 -0700, Tim Thompson <tthompson at sustain.net> wrote:
> 
> I have Aastra pt480e phones and would like to present the caller the CID
> info about the extension being called.
> 
> I have tried the following with no avail:
> 
> exten => 311,1,Macro(stdexten,311,${TIM})
> 
> exten => s,1,SetCIDName(${ARG2})
> exten => s,2,Dial(${ARG2},20,rt)
> exten => s,3,Goto(s-${DIALSTATUS},1)
> 
> etc.....
> 
> so when dialing extension 311 I would like to display TIM(the person you are
> calling) to the Caller while still displaying the Caller's CID to the person
> being called.
> 
> Hope that makes sense.
> 
> Tim.
> 
> VOIP*CLI> show version
> Asterisk CVS-v1-0-11/07/04-13:39:19 built by root at VOIP on a i686 running
> Linux
> 
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
>   http://lists.digium.com/mailman/listinfo/asterisk-users
>



More information about the asterisk-users mailing list