[asterisk-users] Local channel Help required
Doug Lytle
support at drdos.info
Tue Jan 13 08:01:37 CST 2009
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."
More information about the asterisk-users
mailing list