search for: _9xxxxxxx

Displaying 20 results from an estimated 42 matches for "_9xxxxxxx".

Did you mean: _9nxxxxxx
2006 Jan 18
2
SipAddHeader bug?
Hi, I'm using the new SipAddHeader application on Asterisk 1.2.1, here's a snip of my extensions: exten => _9XXXXXXX,1,SipAddHeader(P-Asserted-Identity: <sip:${CALLERIDNUM} exten => _9XXXXXXX,2,SipAddHeader(P-Asserted-Identity: tel:${CALLERIDNUM}) exten => _9XXXXXXX,3,Dial(SIP/${EXTEN}@${SIPTRUNK},,tT) exten => _9XXXXXXX,4,Congestion The problems is that Asterisk only add the last (priority 2) he...
2015 Apr 27
2
adding area code
here is what I have: exten => _9XXXXXXX,1,Set(l_HomeAreaCode=381) exten => _9XXXXXXX,n,Set(dialnumber=${l_HomeAreaCode}${EXTEN:-1}) exten => _9XXXXXXX,n,Dial(SIP/SIP-Provider/${dialnumber},80) not having success; "Got SIP reponse 503" Service Unavailable" On 04/27/2015 02:19 PM, Bryant Zimmerman wrote: > Mott...
2007 Mar 08
1
No application 'Prefix' for extension in1.2x, what app I have to use instead?
Hi I want to use Prefix app in extensions but get this error: WARNING[9255] pbx.c: No application 'Prefix' for extension ... I am just want to do somethig like this: exten => _9XXXXXXX,1,ANSWER() exten => _9XXXXXXX,2,Wait(1) exten => _9XXXXXXX,3,Prefix(511) exten => _5119XXXXXXX,4,DeadAGI(a2billtest.php|1) exten => _5119XXXXXXX,5,Hangup() Please someone tell me how to install Prefix/Suffix application, or tell if it has been deprecated in 1.2.x versions... what comma...
2015 Apr 27
5
adding area code
Hello, I would like to add area code if clients dial 7 digits, it that possible? currently clients dial prefix 9 plus local number, however my SIP provider is requiring to dial 10 digits. is it possible to add area code? Thanks, Motty
2015 Apr 27
0
adding area code
forgot to mentioned I am running Asterisk 1.8.22.0 on CentOS. Thanks, On 04/27/2015 02:38 PM, Motty Cruz wrote: > here is what I have: > > exten => _9XXXXXXX,1,Set(l_HomeAreaCode=381) > > exten => _9XXXXXXX,n,Set(dialnumber=${l_HomeAreaCode}${EXTEN:-1}) > > exten => _9XXXXXXX,n,Dial(SIP/SIP-Provider/${dialnumber},80) > > not having success; > > "Got SIP reponse 503" Service Unavailable" > > On 04/27/201...
2015 Apr 27
2
adding area code
> On 27Apr, 2015, at 16:39, Motty Cruz <motty.cruz at gmail.com> wrote: > > forgot to mentioned I am running Asterisk 1.8.22.0 on CentOS. > > Thanks, > > > On 04/27/2015 02:38 PM, Motty Cruz wrote: >> here is what I have: >> exten => _9XXXXXXX,1,Set(l_HomeAreaCode=381) >> >> exten => _9XXXXXXX,n,Set(dialnumber=${l_HomeAreaCode}${EXTEN:-1}) >> >> exten => _9XXXXXXX,n,Dial(SIP/SIP-Provider/${dialnumber},80) >> >> not having success; >> >> "Got SIP reponse 503" Service Una...
2016 Nov 06
2
Asterisk 1.8 to Asterisk 13.11 appending area code to local numbers
Hello, I would like to add area code to local numbers, it worked like a charm on Asterisk 1.8 but does not work on Asterisk 13.11. Extensions.conf; worked before on Asterisk 1.8 ; Adding Area code to local numbers exten => _9XXXXXXX,n,Set(CALLERID(all)="$CallerID" <3818008000>) exten => _9XXXXXXX,n,Dial(SIP/voip-truck/1381${EXTEN:1},80) Any ideas? Thanks, Motty -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachm...
2004 Jun 17
0
Zap Dial Problem ---- Erroneous dash
...lprogress=yes musiconhold=default ;jitterbuffers=4 overlapdial=yes ; switchtype=national signalling=pri_cpe group=1 channel => 1-23 Here is the part of my dialplan responsible for the outbound calls [localcalls] ; For local calls ignorepat => 9 exten => _9XXXXXXX.,1,SetCIDNum(9523*2****|a) exten => _9XXXXXXX.,2,Dial(Zap/g1/${EXTEN:1}) exten => _9XXXXXXX.,3,Congestion exten => _9XXXXXXX.,103,Congestion exten => _9XXXXXXX.,104,Hangup exten => _9XXXXXXXXXX.,1,SetCIDNum(9523*2****|a) exten => _9XXXXXXXXXX.,2,Dial(Zap/g1/${EXTEN:1}) e...
2007 Jul 05
3
Call Queues
Hi everyone: I've searching for a while and haven't found what i need. The thing is that i have a tdm422p with the two fxo ports connected to the pstn. I want my sip users to be able to call other numbers(any number) in the pstn through my zap fxo channels. I have a big number of sip users so as you can imagine there will be congestion when some of them(more than two!!) want to call
2006 Apr 12
1
Cisco 7960 won't dial (sccp)
...silencesuppression = off line => 2002 extensions.conf [from-sccp-internal] include => local-extensions include => always-out-pots include => local-calls-pots include => ld-calls exten => h,1,Hangup exten => i,1,Congestion exten => i,2,Hangup [always-out-pots] exten => _9XXXXXXX.,1,Dial(Zap/1/${EXTEN}:1) exten => _9XXXXXXX.,2,Goto(102) exten => _9XXXXXXX.,102,Congestion exten => _9XXXXXXX.,103,Hangup [local-extensions] exten => 2002,1,Dial(SCCP/2002) exten => 2002,2,Voicemail(u2002) exten => 2002,102,Voicemail(b2002) exten => 2002,103,Hangup asteri...
2015 Apr 27
0
adding area code
Motty Yes From your dial plan accept 9 + 7 digits then concat your dialed number together with your areacode. This s a brief example. exten => _9XXXXXXX,1,Set(l_HomeAreaCode=555) exten => _9XXXXXXX,n,Set(dialnumber=${l_HomeAreaCode}${EXTEN-1}) ;; This line should combine your area code and the last 7 digits of your dialed phone number exten => _9XXXXXXX,n,Dial(SIP/${dialnumber},35) Thanks Bryant Zimmerman (ZK Tech Inc.) 616-855-10...
2015 Apr 27
2
adding area code
On Mon, 27 Apr 2015, Bryant Zimmerman wrote: > exten => _9XXXXXXX,n,Set(dialnumber=${l_HomeAreaCode}${EXTEN-1}) Missing a colon? ${EXTEN:-1} -- Thanks in advance, ------------------------------------------------------------------------- Steve Edwards sedwards at sedwards.com Voice: +1-760-468-3867 PST Newline...
2015 Apr 28
0
adding area code
...t; <mailto:motty.cruz at gmail.com>> wrote: >> >> forgot to mentioned I am running Asterisk 1.8.22.0 on CentOS. >> >> Thanks, >> >> >> On 04/27/2015 02:38 PM, Motty Cruz wrote: >>> here is what I have: >>> >>> exten => _9XXXXXXX,1,Set(l_HomeAreaCode=381) >>> >>> exten => _9XXXXXXX,n,Set(dialnumber=${l_HomeAreaCode}${EXTEN:-1}) >>> >>> exten => _9XXXXXXX,n,Dial(SIP/SIP-Provider/${dialnumber},80) >>> >>> not having success; >>> >>> "Got SIP re...
2005 May 31
4
Extension context question
...I want to these extesion can call each other, and ext 300 can call outside to pstn, and ext 301 to call internatonal. How can I do that ? [x1] exten => 300,1,Dial(SIP/300) include => pstnlocal [x2] exten => 301,1,Dial(SIP/301) include =>international [pstnlocal] exten => _9xxxxxxx,1,Dial(Zap/g1/${EXTEN}) [international] exten => _900.,1,Dial(Zap/g1/${EXTEN}) So it is good but in this case I cann t call the local phone .And if I include context x1 in x2 and x2 in x1 the ext 300 will be able to call international no. Can anyone help me ? Thanks. ---...
2004 Jun 29
5
Outgoing CallerID on PRI problems
For outgoing calls made on our PRI circuit we are setting the Caller ID using the format Exten => _9XXXXXXX,1,SetCallerID(1601XXXXXXX) The monitor shows that the CallerID is being set to the specified number, but yet when the call is received on the user end the ID is always the base number of our DID. For example we have 8600-8650 as DID's but the callerid is always 8600 regardless of the extensio...
2005 Mar 08
13
Broadvoice latest changes and still not working
...ONE authuser=PHONE fromuser=PHONE secret=secret host=sip.broadvoice.com port=5060 context=default fromdomain=sip.broadvoice.com canreinvite=no dtmfmode=inband insecure=very permit=sip.broadvoice.com qualify=yes disallow=all allow=ulaw maxexpirey=180 defaultexpirey=160 videosupport=no exten => _9XXXXXXX,1,Dial(SIP/Broadvoice/${EXTEN:1},${SMVOICE_DIAL_LONG_TIMEOUT},mtT) exten => _91XXXXXXXXXX,1,Dial(SIP/Broadvoice/${EXTEN:1},${SMVOICE_DIAL_LONG_TIMEOUT},mtT)
2015 Apr 28
1
adding area code
On Tue, 28 Apr 2015 07:21:12 -0700 Motty Cruz <motty.cruz at gmail.com> wrote: > here is what I did and worked for me: > > exten => 1381+NXXXXXX,1,Set(CALLERID(number)=3817383444) > > exten => 1+NXXNXXXXXX,2,Dial(SIP/SIP-Provider/${EXTEN:1},80) I find it hard to believe this is working. First, you don't have a leading underscore on your patterns. Your users
2004 Sep 05
1
Number of digits
...I have a phone connected to a QuickNet PhoneJack card. When I pick it up, I get a dial tone. When I dial a certain number of digits, the call is processed by Asterisk. The question: How does Asterisk determine how many numbers to let me dial? I'm banging my head against the desk here... _9XXXXXXX lets me make an outbound call, but _9X. only lets me dial 9 plus two more digits... -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2802 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-u...
2005 Jun 07
0
X100P long delay before dial
...al(${ARG1},20) exten => s,2,Voicemail2(u${ARG2}) exten => s,102,Voicemail2(b${ARG2}) exten => s,103,Hangup [home] include=>tozap exten => 2201,1,Macro(extensions,${PHONE1},${PHONE1VM}) exten => 2202,1,Macro(extensions,${PHONE2},${PHONE2VM}) [tozap] ignorepath => 9 exten => _9XXXXXXX,1,Dial(${LINE1}/9WW${EXTEN:1},90,rt) ; is 9 and a second wait for dialing tone from the legacy PBX central, then the number. exten => _9XXXXXXX,2,Congestion I don't know why yet, but when dialing any matching string I get busy tone. if I change the stanza to: exten => 9,1,Dial(${LINE1}...
2010 May 27
2
Pattern matching - how to ignore numbers after 10 digits
...I ignore numbers that are too long? Obviously, I've done something wrong in my pattern matching. outgoing part of extensions.conf exten => _91XXXXXXXXXX!,1,DIAL(SIP/${EXTEN:1}@ia.ntelos.net) ; long distance exten => _9765XXXXXXX,1,DIAL(SIP/${EXTEN:1}@ia.ntelos.net) ; local exten => _9XXXXXXX,1,DIAL(SIP/${EXTEN:1}@ia.ntelos.net) ; local exten => _9011XXXXXXX!,1,DIAL(SIP/${EXTEN:1}@ia.ntelos.net) ; international exten => _911,1,DIAL(SIP/${EXTEN}@ia.ntelos.net) ; emergency Thanks! Eddie Mikell