Displaying 1 result from an estimated 1 matches for "postoutbound".
2005 Mar 25
2
911 & SoftHangup on SPA-3000
...t slightly:
exten => 911,1,ChanIsAvail(SIP/potsoutbound)
exten => 911,2,Dial(SIP/potsoutbound/911)
exten => 911,3,Hangup()
exten => 911,102,SoftHangup(SIP/potsoutbound)
exten => 911,103,Wait(1)
exten => 911,104,Goto(1)
Now, I made the appropriate changes -- Changing Zap/1 to
SIP/postoutbound. Things are working fine if nobody is using the
line. However, if people are using the line, ChanIsAvail doesn't
detect it. I thought -- fine, make 103 be a SoftHangup so that when
Dial detects the in-use condition, it will hang up. Well, asterisk
-vvv shows that the SoftHangup command is r...