Displaying 1 result from an estimated 1 matches for "asteriskboxnumberhere".
2005 Mar 17
4
X-Lite and Asterisk
...rk. I used a PDF I found on Voip-Info to set it up, and it's
still not working, I'm using Nufone as the provider... I'll include my
sip.cocnf and extentions.conf here.
extentions.conf
[CODE][outgoing]
exten => _1NXXNXXXXXX,1,Dial,IAX2/scheda@NuFone/${EXTEN}
[inbound]
exten => Asteriskboxnumberhere,1,Answer
exten => Asteriskboxnumberhere,2,Background(agent-alreadyon)
exten => Asteriskboxnumberhere,3,Hangup()
[scheda]
exten => [_123456789]XXXX,1,NoOp("call for "${EXTEN})
exten => [_123456789]XXXX,2,Dial(SIP/${EXTEN},60,tr)
exten => [_123456789]XXXX,3,Congestion[/CODE]...