That looks correct; what do you see on the console in verbose mode?
(asterisk -vvvc)


On 6/29/07, Syed Zia <[EMAIL PROTECTED]> wrote:
yet again, just need yur help... all i m doing is , trying to dial on my
home phone, and if i dont answer , just call my cell phone. can somebody
help?

i tried to get the follwoing script working but no luck.

Thanks

Syed



exten => 200,1,Answer()
exten => 200,n,Ringing()
exten => 200,n,Dial(SIP/[EMAIL PROTECTED])
exten => 200,n,GotoIf($[("${DIALSTATUS}" = "NOANSWER")]?s-CALLHOME,1)
exten => 200,n,Hangup()
exten => s-CALLHOME,1,Dial(SIP/[EMAIL PROTECTED])
exten => s-CALLHOME,n,Hangup()



--
| It ain't what you don't know that gets you into trouble. It's what
| you know for sure that just ain't so.   -- Mark Twain
|
| The Toronto Asterisk Users Group
| Join the discussion group by visiting http://taug.ca

Reply via email to