Displaying 20 results from an estimated 49 matches for "_9011".
2003 Oct 24
3
How to use the Cut() command to chop off an ending character
I used to be able to pass dial strings to IAX2 providers with #
characters at the end of the string. This is how we end dial strings for
international calls.
So, I would like to be able to selectivity chop off any # characters at
the end of string, only if they exist. Basically as follows (chopping
off the leading '9' with ${EXTEN:1} syntax:
EXTEN from Phone EXTEN for Dial String
2006 Feb 12
1
help on dial plan
...,
90114421xxxxxxx, use voipstunt to dial out
- otherwise, use my pstn to dial out.
What I've found is when i dial 9011604xxxxxxx , 9011605xxxxxxx,
90114411xxxxxxx, 90114421xxxxxxx, it always use the pstn to dial out.
Anything wrong with my dial plan?
Thanks!!
[outbound-oversea]
exten => _9011604.,1,Macro(outgoingcall3,${VOIPSTUNT},4) ;penang
exten => _9011605.,1,Macro(outgoingcall3,${VOIPSTUNT},4) ;perak
exten => _90114411.,1,Macro(outgoingcall3,${VOIPSTUNT},4) ;uk landline
exten => _90114421.,1,Macro(outgoingcall3,${VOIPSTUNT},4) ;uk landline
exten => _9011.,1,Macro(outgo...
2006 Jan 26
6
Fail over to Pri on VoIP connection failure
...-- Called VoIPServicePrividerOUT/011XXXXXXXXXXXX
-- Call accepted by 72.34.43.5 (format g729)
-- Format for call is g729
-- Channel 0/23, span 2 got hangup request <----here I get a busy
signal
-- Hungup 'IAX2/ VoIPServicePrividerOUT-1'
[Outbound context]
exten => _9011.,1,Macro(dialout-trunk,4,${EXTEN:1},)
exten => _9011.,2,Macro(dialout-trunk,2,${EXTEN:1},)
exten => _9011.,3,Macro(outisbusy) ; No available circuits
exten => _918.,1,Macro(dialout-trunk,2,${EXTEN:1},); 800 numbers to the
PRI
exten => _918.,2,Macro(outisbusy) ; No available circuits
ex...
2007 Jan 08
2
ARA extensions ordering
Hello List,
I am curious how the ordering of the extensions are determined for an
ARA dial-plan. For example, if I have these:
_9X.
_9011.
Which is selected first? Any number dialed starting with 9011 is
matched by either rule here and I don't remember seeing any ORDER BY
clauses when I had debugged the ARA queries. I'm sure I just missed
some critical documentation here.
Thoughts?
THanks,
- Jesse
2007 Jun 04
2
FX Dialing Odd
...; Console interface for demo
;TRUNK=Zap/g1 ; Trunk interface
TRUNK=Zap/3 ; Trunk interface
TRUNKMSD=1 ; MSD digits to strip
(usually 1 or 0)
[trunkint]
exten => _9011.,1,Macro(dundi-e164,${EXTEN:4})
exten => _9011.,n,Dial(${TRUNK}/${EXTEN:${TRUNKMSD}})
[trunkld]
exten => _91NXXNXXXXXX,1,Verbose("LD")
exten => _91NXXNXXXXXX,n,Dial(${TRUNK}/${EXTEN:${TRUNKMSD}},,wW)
exten => _91NXXNXXXXXX,n,Hangup()
[trunklocal]
exten => _9NXXXXXX,1,Verb...
2005 Aug 17
1
Comfort Noise incomplete - No translator path exists for channel type MGCP (native 4) to 256
...ugh=yes
[globals]
[extensions]
exten => 123,1,Dial,MGCP/aaln/1@192.168.0.241
exten => 124,1,Dial,MGCP/aaln/2@192.168.0.241
[directdial]
ignorepat => 9
exten => 9,1,MGCP/aaln/3@192.168.0.241
exten => 9,2,Congestion
[international]
ignorepat => 9
exten => _9011.,1,Dial(Zap/g2/${EXTEN:1})
exten => _9011.,2,Congestion
include => longdistance
[longdistance]
ignorepat => 9
exten => _91NXXNXXXXXX,1,Dial(Zap/g2/${EXTEN:1})
exten => _91NXXNXXXXXX,2,Congestion
include => local
[local]
ignorepat => 9
exten => _9NXXNXXXXXX,1,Dial,M...
2003 Nov 25
1
Picking a channel (FXO port or SIP) for outb ound calls
...h-asterisk@benshaw.com]
> Sent: Tuesday, 25 November, 2003 08:56
> To: asterisk-users@lists.digium.com
> Subject: Re: [Asterisk-Users] Picking a channel (FXO port or SIP) for
outbound calls
>
>
> > Yep, we use it for international calling. Works great:
> > exten => _9011.,1,Dial(Zap/g0/${EXTEN:1},,t)
>
> How are you achieving that? If I am on a regular FXS connected phone that
> line would match 90115, thus preventing me from getting the rest of the
> phone number (620508132).
>
> Now if dialing from a SIP or IAX phone, it's no problem si...
2005 Aug 05
0
call outside from FXS through FXO
...(VoIP) line is connected to FXO port (Zap/4)
Default context for channel # 4 is 'directdial'
here is part of my extension.conf
[directdial]
ignorepat => 9
exten => 9,1,Dial,Zap/4/
exten => 9,2,Congestion
include => international
[international]
ignorepat => 9
exten => _9011.,1,Dial,Zap/4/BYEXTENSION
exten => _9011.,2,Congestion
include => longdistance
[longdistance]
ignorepat => 9
exten => _91NXXNXXXXXX,1,Dial,Zap/4/BYEXTENSION
exten => _91NXXNXXXXXX,2,Congestion
I am new in asterisk, having very hardtime to find my mistake.. :p
Please help ..
I could...
2004 May 24
2
Newbie extensions.conf I need to include [SMS] context.
I want to include a new context in my exensions.conf
I have read this page http://www.voip-info.org/wiki-Asterisk+howto+dial+plan
and I can sort of follow it?!
I have a context [local] that I know zapata.conf points to, I have edited
extensions.conf and put in my phone, sip and iax extensions. I want to add
an sms context.
I understand that all calls go through my [local] context and I have
2005 Feb 18
0
Time to beg on my knees for help!!!
...ack(demo-congrats)
exten => 6002,4,Hangup
[directdialcopper]
ignorepat => 9
exten => 9,1,Dial(Zap/g1/)
exten => 9,2,Congestion
[directdialvonage]
ignorepat => 9
exten => 9,1,Dial(Zap/g2/)
exten => 9,2,Congestion
[international]
ignorepat => 9
exten => _9011.,1,Dial(Zap/g2/${EXTEN:1})
exten => _9011.,2,Congestion
include => longdistance
[longdistance]
ignorepat => 9
exten => _91NXXNXXXXXX,1,Dial(Zap/g2/${EXTEN:1})
exten => _91NXXNXXXXXX,2,Congestion
include => local
[local]
include => tollfreeall
include => freel...
2009 Feb 26
2
Problems with Outbound Calls
...[dundi-e164-lookup]
include => dundi-e164-local
include => dundi-e164-switch
[macro-dundi-e164]
exten => s,1,Goto(${ARG1},1)
include => dundi-e164-lookup
[iaxtel700]
exten =>
_91700XXXXXXX,1,Dial(IAX2/${IAXINFO}@iaxtel.com/${EXTEN:1}@iaxtel)
[iaxprovider]
[trunkint]
exten => _9011.,1,Macro(dundi-e164,${EXTEN:4})
exten => _9011.,n,Dial(${TRUNK}/${EXTEN:${TRUNKMSD}})
[trunkld]
exten => _91NXXNXXXXXX,1,Macro(dundi-e164,${EXTEN:1})
exten => _91NXXNXXXXXX,n,Dial(${TRUNK}/${EXTEN:${TRUNKMSD}})
[trunklocal]
exten => _9NXXXXXX,1,Dial(${TRUNK}/${EXTEN:${TRUNKMSD}})
[tr...
2007 Apr 02
1
SIP 484 (Early Dial) and International Dialing
...d.
I turned on the "early dial" option on the GXP, which causes each digit to
be sent as it is pressed, and the user response was much more favourable.
Now I come to set up my international dialplans and I'm running into a
problem.
The textbook dial pattern for international calls:
_9011.
Isn't working because * matches the first digit after 011 and sends an
incomplete dialstring (dialing something like Zap/R1/0119 for example).
I've tried using patterns with multiple . wildcards, and switching from . to
X, putting patterns like
_9011XXX
_9011XX
_9011X
In the hopes that...
2003 Nov 02
6
Asterisk behind LinkSys NAT Routing
...NUM})
;
; Direct Dial. For those trusted to use the phone properly.
[directdial]
exten => 9,1,Dial(Zap/g1/${EXTEN:1})
exten => 9,2,Congestion
include => international
;
; International calling code and prefix used for users trusted to make international calls.
[international]
exten => _9011.,1,Dial(Zap/g1/${EXTEN:1})
exten => _9011.,2,Congestion
include => longdistance
;
; Long distance calling code and prefix used for users trusted to make long distance calls.
[longdistance]
exten => _91NXXNXXXXXX,1,Dial(Zap/g1/${EXTEN:1})
exten => _91NXXNXXXXXX,2,Congestion
include =>...
2005 Mar 10
2
Cisco and Asterisk
...s a pattern rather than a
; literal. In patterns, some characters have special meanings:
;
; X - any digit from 0-9
; Z - any digit from 1-9
; N - any digit from 2-9
; [1235-9] - any digit in the brackets (in this example, 1,2,3,5,6,7,8,9)
; . - wildcard, matches anything remaining (e.g. _9011. matches
; anything starting with 9011 excluding 9011 itself)
;
; For example the extension _NXXXXXX would match normal 7 digit dialings,
; while _1NXXNXXXXXX would represent an area code plus phone number
; preceeded by a one.
;
; Each step of an extension is ordered by priority, which must...
2004 Apr 07
2
error 488 - Not Acceptable Here
...s a pattern rather than a
; literal. In patterns, some characters have special meanings:
;
; X - any digit from 0-9
; Z - any digit from 1-9
; N - any digit from 2-9
; [1235-9] - any digit in the brackets (in this example, 1,2,3,5,6,7,8,9)
; . - wildcard, matches anything remaining (e.g. _9011. matches
; anything starting with 9011 excluding 9011 itself)
;
; For example the extension _NXXXXXX would match normal 7 digit dialings,
; while _1NXXNXXXXXX would represent an area code plus phone number
; preceeded by a one.
;
; Contexts contain several lines, one for each step of each
; exten...
2005 Jan 27
1
Stumped by BroadVoice SIP
...p ; Console interface for demo
IAXINFO=guest ; IAXtel username/password
TRUNK=Zap/g2 ; Trunk interface
TRUNKMSD=1 ; MSD digits to strip (usually 1 or 0)
[iaxtel700]
exten => _91700XXXXXXX,1,Dial(IAX2/${IAXINFO}@iaxtel.com/${EXTEN:1}@iaxtel)
[iaxprovider]
[trunkint]
exten => _9011.,1,Dial(${TRUNK}/${EXTEN:${TRUNKMSD}})
exten => _9011.,2,Congestion
[trunkld]
exten => _91NXXNXXXXXX,1,Dial(${TRUNK}/${EXTEN:${TRUNKMSD}})
exten => _91NXXNXXXXXX,2,Congestion
[trunklocal]
exten => _9NXXXXXX,1,Dial(${TRUNK}/${EXTEN:${TRUNKMSD}})
exten => _9NXXXXXX,2,Congestion
[tru...
2015 Apr 08
2
dial out with channel variable; sub-string usage
...n => _Nxxxxxx,1,Dial(${BABY}/${EXTEN})
exten => _1NXXNxxxxxx,1,Dial(${BABY}/${EXTEN})
exten => _011.,1,Dial(Dial({TOLL}/${EXTEN})
exten => _9NXXXNxxxxxx,1,Dial(${BABY}/${EXTEN})
exten => _9Nxxxxxx,1,Dial(${BABY}/${EXTEN})
exten => _91NXXNxxxxxx,1,Dial(${BABY}/${EXTEN})
exten => _9011.,1,Dial(Dial({TOLL}/${EXTEN})
(adapted from the book)
but don't know where to put those lines. I have BABY defined as channel
variable:
BABY = SIP/babytel_out
but that seems circular, somehow.
inbound calls work fine:
[inbound-calls]
exten => 16046289850,1,Dial(SIP/200)
[local_2...
2004 Dec 29
0
Channel Zap/4-1 in prering state
...s a pattern rather
than a
; literal. In patterns, some characters have special
meanings:
;
; X - any digit from 0-9
; Z - any digit from 1-9
; N - any digit from 2-9
; [1235-9] - any digit in the brackets (in this
example, 1,2,3,5,6,7,8,9)
; . - wildcard, matches anything remaining (e.g.
_9011. matches
; anything starting with 9011 excluding 9011
itself)
;
; For example the extension _NXXXXXX would match
normal 7 digit dialings,
; while _1NXXNXXXXXX would represent an area code plus
phone number
; preceeded by a one.
;
; Each step of an extension is ordered by priority,
which must...
2005 Aug 15
2
No translator path exists for channel type MGCP & Comfort noise support incomplete
...protect=no
autofallthrough=yes
[globals]
[extensions]
exten => 123,1,Dial,MGCP/aaln/1@192.168.0.241
exten => 124,1,Dial,MGCP/aaln/2@192.168.0.241
[directdial]
ignorepat => 9
exten => 9,1,MGCP/aaln/3@192.168.0.241
exten => 9,2,Congestion
[international]
ignorepat => 9
exten => _9011.,1,Dial(Zap/g2/${EXTEN:1})
exten => _9011.,2,Congestion
include => longdistance
[longdistance]
ignorepat => 9
exten => _91NXXNXXXXXX,1,Dial(Zap/g2/${EXTEN:1})
exten => _91NXXNXXXXXX,2,Congestion
include => local
[local]
ignorepat => 9
exten => _9NXXNXXXXXX,1,Dial,MGCP/aaln/3...
2005 Jul 15
2
[Aserisk-Users]no audio inside the net
...; DUNDi/e164
[dundi-e164-lookup]
include => dundi-e164-local
include => dundi-e164-switch
[macro-dundi-e164]
exten => s,1,Goto(${ARG1},1)
include => dundi-e164-lookup
[iaxtel700]
exten => _91700XXXXXXX,1,Dial(IAX2/${IAXINFO}@iaxtel.com/${EXTEN:1}@iaxtel)
[trunkint]
exten => _9011.,1,Macro(dundi-e164,${EXTEN:4})
exten => _9011.,n,Dial(${TRUNK}/${EXTEN:${TRUNKMSD}})
[trunkld]
exten => _91NXXNXXXXXX,1,Macro(dundi-e164,${EXTEN:1})
exten => _91NXXNXXXXXX,n,Dial(${TRUNK}/${EXTEN:${TRUNKMSD}})
[trunklocal]
exten => _9NXXXXXX,1,Dial(${TRUNK}/${EXTEN:${TRUNKMSD}})
[...