search for: _91xxxxxxxxxx

Displaying 13 results from an estimated 13 matches for "_91xxxxxxxxxx".

Did you mean: _1xxxxxxxxxx
2004 Jun 17
0
Zap Dial Problem ---- Erroneous dash
...XXX.,103,Congestion exten => _9XXXXXXX.,104,Hangup exten => _9XXXXXXXXXX.,1,SetCIDNum(9523*2****|a) exten => _9XXXXXXXXXX.,2,Dial(Zap/g1/${EXTEN:1}) exten => _9XXXXXXXXXX.,3,Congestion exten => _9XXXXXXXXXX.,103,Congestion exten => _9XXXXXXXXXX.,104,Hangup exten => _91XXXXXXXXXX.,1,SetCIDNum(9523*2****|a) exten => _91XXXXXXXXXX.,2,Dial(Zap/g1/${EXTEN:1}) exten => _91XXXXXXXXXX.,3,Congestion exten => _91XXXXXXXXXX.,103,Congestion exten => _91XXXXXXXXXX.,104,Hangup exten => h,1,Hangup Thank you, Brian -------------- next part --...
2003 Nov 06
2
Dialing an outside number -- QUESTION --
...It's the only local number available here. 3. I'd like all 1 XXX XXX XXXX numbers to go thru after the 9, unmolested. 4. After the 9, I'd like all other 7 digit numbers to be dialed 1307NXXXXXX. Simple enough, right? I wrote up the following: [outwork] ignorepat => 9 exten => _91XXXXXXXXXX,1,StripMSD,1 exten => _1XXXXXXXXXX,2,Dial,Zap/2/BYEXTENSION exten => _9754XXXX,1,StripMSD,1 exten => _754XXXX,2,Dial,Zap/2/BYEXTENSION exten =>_9NXXXXXX,1,StripMSD,1 exten =>_NXXXXXX,2,Prefix,1307 exten => _1307NXXXXXX,3,Dial,Zap/2/BYEXTENSION [workext] ;; the active context for...
2010 May 27
2
Pattern matching - how to ignore numbers after 10 digits
...our old system and it went through. I realized that the "Y" in ancestry made the number too long, and went back to my dialplan. How do 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/$...
2004 Aug 04
3
Auto-attendant with an IP trunk
Hi: I am trying to setup a simple auto attendant with Asterisk using SIP extensions. I have an IP trunk to voicepulse and my outgoing calls go over that. I can also receive calls on that voicepulse trunk and want it to an auto attendant. Everything works except on the following: - one of the options is to allow the caller to press the extension that they would like to be connected to. I have
2005 Mar 08
13
Broadvoice latest changes and still not working
...efault 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)
2009 Feb 26
2
Problems with Outbound Calls
...cid}) comment = _9011XXXXXXX!,1,International,standard exten = _9256XXXXXXX!,1,Macro(trunkdial,${span_1}/${EXTEN:4},${span_1_cid}) comment = _9256XXXXXXX!,1,Local,standard exten = _91700XXXXXXX!,1,Macro(trunkdial,${span_1}/${EXTEN:1},${span_1_cid}) comment = _91700XXXXXXX!,1,IAXTEL,standard exten = _91XXXXXXXXXX!,1,Macro(trunkdial,${span_1}/${EXTEN:1},${span_1_cid}) comment = _91XXXXXXXXXX!,1,Longdistance,standard exten = _9XXXXXXX!,1,Macro(trunkdial,${span_1}/${EXTEN:1},${span_1_cid}) comment = _9XXXXXXX!,1,Local,standard exten = _911!,1,Macro(trunkdial,${span_1}/${EXTEN:0},${span_1_cid}) comment = _911!,...
2004 Sep 20
2
1 extension entry for multiple purposes?
Hey gang, There must be any easy solution for this but my mind is frazzled on compiling 2.4 with RTC as module. Bleh. Currently extension 9000 is our VoicemailMain(@company) line. Some employee's are complaining that the old system was better because you didn't have to enter your mailbox number and that instead the old system took you right to it. I figured there was something similar
2003 Apr 19
0
ATA-186 Dialplans
Does anyone have experience with ATA-186 Dialplans? If I was doing this in Asterisk I would use the following patterns: 911 _9NXXXXXX _91XXXXXXXXXX _NXXX _*XX I tried the following in my ATA-186, but it doesn't seem to work: 911S|9.r6S|91.r9S|^1.r2S|*..S Does any one have any ideas/suggestions? Thanks in advance, --Eric
2006 Dec 20
0
Re: Match a Numer - then continue with, dialplan
...lows you to make sure your internal ;extensions don't go out your trunks. [longdistance] ignorepat => 9; include => default; already included from local, but putting here for clarity include => local; exten => _91XXXXXXX,1,Macro(trunkout,${EXTEN}) ;Medium Distance exten => _91XXXXXXXXXX,1,Macro(trunkout,${EXTEN}) ;Long Distance Then, I have: [macro-trunkout] exten => s,1,Set(cname=${DB(showname/${CALLERIDNUM})}); exten => s,n,Set(cnum=${DB(shownum/${CALLERIDNUM})}); exten => s,n,GotoIf($["foo${cnum}" = "foo"]?6); //if calling from ZAP channel that...
2003 Jul 01
3
H.323 Gateway Connection
Hi, I'm trying to setup Asterisk to allow users to dial out to the PSTN using a remote box supporting h.323. I'm using chan_h323.so, and I'm able to make outbound calls to a client like netmeeting with a line like this: exten => 242,1,Dial(h323/xxx.xxx.xxx.xxx) And I'm able to receive incoming calls to asterisk. However I'm not sure how to route calls to the remote h.323
2006 Dec 20
3
Re: Match a Numer - then continue with, dialplan
...ns don't go out your trunks. > > [longdistance] > ignorepat => 9; > include => default; already included from local, but putting here for > clarity > include => local; > > exten => _91XXXXXXX,1,Macro(trunkout,${EXTEN}) ;Medium Distance > exten => _91XXXXXXXXXX,1,Macro(trunkout,${EXTEN}) ;Long Distance > > Then, I have: > [macro-trunkout] > exten => s,1,Set(cname=${DB(showname/${CALLERIDNUM})}); > exten => s,n,Set(cnum=${DB(shownum/${CALLERIDNUM})}); > exten => s,n,GotoIf($["foo${cnum}" = "foo"]?6); //if...
2007 Feb 15
0
SIP Redirect from Asterisk behind a NAT
...-------------------------------------------------- ; [globals] ; ;Dial Patterns LOCAL_PATTERN=_NXXXXXX LD_PATTERN=_1XXXXXXXXXX INT_PATTERN=_011. FORCE_SIP_LOCAL_PATTERN=_8NXXXXXX FORCE_SIP_LD_PATTERN=_81XXXXXXXXXX FORCE_SIP_INT_PATTERN=_8011. FORCE_FXO_LOCAL_PATTERN=_9NXXXXXX FORCE_FXO_LD_PATTERN=_91XXXXXXXXXX FORCE_FXO_INT_PATTERN=_9011. ; ;--------------------------------------------------------------------- ;============================= MACRO ============================== ;--------------------------------------------------------------------- [macro-dialmyITSP] exten => s,1,Dial(SIP/${ARG1}@myITSP...
2003 Apr 10
12
Asterisk-Redhat 9 install guide.
Hi, Not sure if anyone will be intersted but I have put together an install guide for Asterisk on RedHat 9.. Its nothing special but it may be of use to the newbies.. Like me.. If you would like a copy let me know and I will send it to you.. later.. -- ______________________________________________ http://www.linuxmail.org/ Now with e-mail forwarding for only US$5.95/yr Powered by Outblaze