search for: fromnumb

Displaying 1 result from an estimated 1 matches for "fromnumb".

Did you mean: fromname
2007 Oct 24
0
Question about outgoing callerid
...ield in sip.conf is set as : callerid="Jean-Yves/E" <300> the callerid in iax.conf is set a: callerid="Jean-Yves/E" <300> (just the same) Prior to making the call using the zap interface, I do: [macro-zaptel] ;ARG1=Number to call ; set default outgoing caller ID if FROMNUMBER is empty exten => s,1,GotoIf($["${FROMNUMBER}" = ""]?2:4) exten => s,2,Set(CALLERID(number)=03XXXXXXXX) exten => s,3,Goto(s,5) exten => s,4,Set(CALLERID(number)=${FROMNUMBER}) exten => s,5,SetMusicOnHold(random) exten => s,6,Dial,Zap/g1/${ARG1} Now, after ma...