search for: _9nxxxxxxxxx

Displaying 4 results from an estimated 4 matches for "_9nxxxxxxxxx".

Did you mean: _9nxxnxxxxxx
2003 Aug 07
3
Call routing question
I have a quick call routing question that I'm sure is simple, but for the life of me I can't figure out. For example, someone dials 94162384000 asterisk trys our first call route (our sip trunk) as per the extension rule below: exten => _9NXXXXXXXXX,1,Dial(SIP/${EXTEN:1}@10.10.100.40) However, this call fails because 94162384000 is one of our phone lines and our SIP gateway detects a loop and returns a SIP 503 message. Is there a way to have asterisk stip the '9' and try it as a local extension call as if the user didn't dial 9?...
2005 Mar 26
1
Dialout handler with/without leading 1
If this handles the case where 10 digits are required: exten => _9NXXXXXXXXX,1,StripMSD,1 exten => _NXXXXXXXXX,2,Dial,Zap/4/BYEXTENSION How do you create a handler which works for either this or the case with a leading '1' plus 10 digits? tnx -kim -- w8hdkim@gmail.com
2004 May 01
1
dialing out to PSTN from SIP phones
...so can call in to the SIP phones from the PSTN using the X100P. On incoming calls I can hear the default demo announcement and call the digium IAX line. The main problem i'm having is calling out to the PSTN from the SIP phones. We have a 10-digit dialing pattern for local calls, which matches _9NXXXXXXXXX in the extensions.conf I also strip the 9 with the StripMSD command. But I still can't get the SIP phones to dial out. I get the error 404 (Not Found) indication on the Grandstream display Does anyone know if there is there a way that I can display on the console the lines that are being execu...
2005 Feb 16
0
Outbound calling timeout
...NoOp("Route to CCM1" ${EXTEN} ) > exten => _4XXX,2,Dial(H323/${EXTEN}) > exten => _4XXX,3,Congestion > > exten => _5XXX,1,NoOp("Route to CCM1" ${EXTEN} ) > exten => _5XXX,2,Dial(H323/${EXTEN}) > exten => _5XXX,3,Congestion > > exten => _9NXXXXXXXXX,1,NoOp("Route to CCM1" ${EXTEN}) > exten => _9NXXXXXXXXX,2,Dial(H323/${EXTEN}) > > exten => _91NXXXXXXXXX,1,NoOp("Route to CCM1" ${EXTEN}) > exten => _91NXXXXXXXXX,2,Dial(H323/${EXTEN}) > > > [inbound] > exten => s,1,Ringing...