search for: _6477235412

Displaying 1 result from an estimated 1 matches for "_6477235412".

Did you mean: 6477235412
2006 May 02
0
Insights on SIP channel usage in * 1.2.7.1 are welcome!
...something about the SIP number not being in the context. The context associated w/ the SIP channel looked like this: [incoming] exten => s,1,NoOp(${CONTEXT}) exten => s,n,Ringing() exten => s,n,GoTo(attendant-MainMenu,s,1) exten => s,n,Hangup() I found that I had to add: exten => _6477235412,1,NoOp(${CONTEXT}) exten => _6477235412,n,Ringing() exten => _6477235412,n,GoTo(attendant-MainMenu,s,1) exten => _6477235412,n,Hangup() I found this odd because I thought s would be sufficient (it has been in the past). Any comments you can share w/ me on this? I've also noticed thi...