[Asterisk-Dev] Extensions not working after a sip Dial() ?

James Sizemore james at deny.org
Fri Oct 17 13:19:43 MST 2003


I CVS checked out the latest Code last night.  This
simple extension is failing now. It simply will not
play the Backgroud prompt  It is not in the  default
context but is included.  Any One seen anything like
this? 

exten => 4025,1,Dial(SIP/4029&SIP/4027&SIP/4030&SIP/4033,15,tTr)
exten => 4025,2,DigitTimeout(10)
exten => 4025,3,ResponseTimeout(60)
exten => 4025,4,Background(DanSmallMenu)


  == Spawn extension (default, 4025, 1) exited non-zero on 'SIP/-41e4afe8'
    -- Executing Dial("SIP/-41e4afe8", 
"SIP/4029&SIP/4027&SIP/4030&SIP/4033|15|tTr") in new stack
    -- Called 4029
    -- Called 4027
    -- Called 4030
    -- Called 4033
    -- SIP/4029-7199 is ringing
    -- SIP/4033-7f6b is ringing
    -- SIP/4027-2736 is ringing
    -- SIP/4030-7c89 is ringing
    -- Nobody picked up in 15000 ms
    -- Executing DigitTimeout("SIP/-41e4afe8", "10") in new stack
    -- Set Digit Timeout to 10
    -- Executing ResponseTimeout("SIP/-41e4afe8", "60") in new stack
    -- Set Response Timeout to 60
    -- Executing BackGround("SIP/-41e4afe8", "DanSmallMenu") in new stack
    -- Playing 'DanSmallMenu'





More information about the asterisk-dev mailing list