Max Alex wrote:
> Hi,
> Thanks for your reply.
> I have already used this
> exten=> 1002,1,Dial(SIP/1002|30|rg)
> exten=> 1002,2,ExecIf($['${DIALSTATUS}'!='ANSWER']|Macro|voicedid|1002)

This doesn't look correct (Based on looking at gotoif), try:


exten=> 1002,2,ExecIf($["${DIALSTATUS}" != "ANSWER" ]|Macro|voicedid|1002)

Doug

-- 
 
Ben Franklin quote:

"Those who would give up Essential Liberty to purchase a little Temporary 
Safety, deserve neither Liberty nor Safety."


_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to