Displaying 20 results from an estimated 151 matches for "_9".
Did you mean:
9_
2008 Aug 21
2
Changing callerID in a context
Hello,
I am trying to alter the outbound callerID for extensions within a
context I have created.
I wrote the following:
exten => _9.,2,ExecIf($[$["${REALCALLERIDNUM}" = "360"] | $["$
{REALCALLERIDNUM}" = "670"]]|Set|CALLERID(num)=581560)
exten => _9.,3,ExecIf($[$["${REALCALLERIDNUM}" = "361"] | $["$
{REALCALLERIDNUM}" = "671"]]|Set|CALLERID(num...
2005 Jul 01
3
pattern matching based on callerid, not working
according to the wiki, I should be able to do this:
exten => _9./3003,1,Set(CALLERID(number)=2814444443)
exten => _9./3004,n,Set(CALLERID(number)=2814444444)
exten => _9./3005,n,Set(CALLERID(number)=2814444445)
exten => _9./3006,n,Set(CALLERID(number)=2814444446)
exten => _9.,n,Dial(SIP/${EXTEN:1}@mycarrier,30,wt)
and have the correct calleridnum...
2005 Jun 19
1
*67 with Sipura 3000
...ailed for INVITE for sip221@192.168.1.6. If I dial a
number without doing *67 it's working fine...
sip 221 being the extension of my Cisco phone and 192.168.1.6 being
the IP of my asterisk server...
I have my outgoing context configure like this :
[outgoing]
ignorepat => 9
exten => _9.,1,Dial(SIP/${EXTEN:1}@192.168.1.20:5061)
exten => _9.,2,Dial(SIP/${EXTEN:1}@192.168.1.21:5061)
exten => _9.,3,Dial(SIP/${EXTEN:1}@192.168.1.22:5061)
exten => _9.,4,Dial(SIP/${EXTEN:1}@192.168.1.23:5061)
exten => _9.,5,Playback(invalid)
exten => _9.,6,Hangup
When I do 9*67 and the n...
2005 Jun 16
2
Multiple Sipura 3000
...configs I saw on the wiki were with 1 Sipura 3000 but I
couldn't find anything on how to setup multiple Sipura 3000 devices
in asterisk for outgoing calls.
I would set it up the same way I have currently the zap channel
configure so like this :
[outgoing]
ignorepat => 9
exten => _9.,1,Dial(Zap/g2/${EXTEN:1})
exten => _9.,2,Playback(nomoreline)
exten => _9.,3,Hangup
I tried this and it's working :
[outgoing]
ignorepat => 9
exten => _9.,1,Dial(SIP/${EXTEN:1}@10.0.1.111:5061)
exten => _9.,2,Playback(nomoreline)
exten => _9.,3,Hangup
10.0.1.111:5061 is...
2003 Nov 24
11
Picking an open channel (FXO port) for outbound calls
...an quickly answer
this question. I have a very nicely working Asterisk system at home with
two Digium X100P FXO cards. When my SIP phones want to dial-out I have them
setup to grab the first analog card (Zap/1) with the following
extensions.conf segment:
==== snippet ====
; Outbound
exten => _9.,1,Dial(Zap/1/${EXTEN:1},90,Tt)
exten => _9.,2,Macro(fastbusy)
exten => _9.,102,Macro(fastbusy)
==== /snippet ====
Zap/1 and Zap/2 are analog phone lines. What is the best method of picking
an open line when someone tries to dial-out? i.e. if Zap/1 is in use how can
I instruct Asterisk to...
2005 May 10
1
Limiting outbound calls
...bound on the
same line simultaneously, for some reason. I am pretty sure that they
do not want this to happen, so I'd like instead to limit each line to
one call.
I do not want the users to have to dial another prefix to go out on
another line. Is there any way to add multiple accounts for my _9.
extension and have Asterisk automatically find one that is not being
used?
I know * keeps track of which lines are in use, so I do not think it
should be hard to do. I have looked at SetGroup and CheckGroup(1)
commands but I can't figure out how to have it try the next line then
the next and...
2008 Mar 12
4
authentication number at the end of the number before calls go through.
...g the calls. if a
person dial 91800555121212345 where 12345 is the authorization code. If the
authorization code is correct the call will go through if not it will play
something saying wrong authorization code or just hangup.
This my dialplan to get the authorization code
AUTH=12345
exten => _9.,1,Answer()
exten => _9.,n,Set(CHECKER=${EXTEN:-5})
exten => _9.,n,GotoIF("$[{CHECKER}" != "${AUTH}"]?die)
exten => _9.,n,Dial(SIP/${EXTEN}/${TRUNK}) <------------- This is my problem
how can i delete the last 5 digit so the number will be sent to the carrier
is val...
2005 Feb 24
7
CallerID problem
Guys...
Ive been having problems with my callerid and I have no more clues as to
what I could be.. dates and times stamped on voicemail and info received on
the phones display are off by +6 hours and also the date for example today
is Jan 02 :)
What can I do to modify this?
__________________________________________________________________
Anton Krall
2006 Feb 23
1
chan_capi-cm 0.6.4 random outgoing MSN problem
...oftdtmf=1
accountcode=
context=isdn-in
echosquelch=1
echocancel=yes
;echotail=64
;callgroup=1
;deflect=12345678
devices=2
{repeated for next 7 MSNs}
And in extensions.conf I have:
[globals]
ISDN1=CAPI/123456
[mysip]
;GET OUTSIDE LINE (ISDN1 - dial 9)
ignorepat => 9
exten => exten => _9.,1,Dial(${ISDN1}/${EXTEN:1}/b)
exten => _9.,2,Playback(busy)
exten => _9.,3,Hangup
*****
I've tried using ISDN1=CAPI/contr1 but it makes no difference.
I've tried leaving out the isdnmode=msn but it makes no difference
I've tried entering 01234123456 as the msn= line on all of t...
2003 Jul 02
0
Re: [Asterisk-Dev] ANNOUNCE: CLASS-like features for Asterisk
...306,Goto(s|208)
exten => s,206,DBget(fwdcontext=FEAT/${ARG1}/CFWD/CFBC)
exten => s,207,Goto(${fwdcontext}|${fwdexten}|1)
exten => s,208,Answer
exten => s,209,Voicemail2(sb${ARG1})
exten => s,210,Hangup
;
; Special features, Call Forwarding, unconditional.
;
[feature-cfu]
exten => _921X.,1,Answer
exten => _921X.,2,ChanIsAvail(Local/${EXTEN:3}@${CONTEXT})
exten => _921X.,103,Playback(invalid)
exten => _921X.,104,Hangup
exten => _921X.,3,DBput(FEAT/${CALLERIDNUM}/CFWD/CFU=${EXTEN:3})
exten => _921X.,4,DBput(FEAT/${CALLERIDNUM}/CFWD/CFUC=${CONTEXT})
exten => _921...
2004 Dec 20
2
Grouping SIP channels (Sipura 3000)
Does any body know if it is possible to group SIP channels just like
it is possible with Zap channels? I have a group of FXO gateways
(Sipura 3000's) and I would like to treat them as a group the same as
I would Zap channels. Does anyone know if this is this possible?
2006 Feb 01
1
SV: Re: CallerID Problem
...Re: CallerID Problem
No, I'm not including the <> -- I was trying to show that it was
something that I removed from my example..
Thanks.
On 2/1/06, Bromont Quebec <Bromont@shaw.ca> wrote:
> Are you actually putting the < > in there?
>
> try:
>
> exten => _9.,1,Set(CALLERID(number)=MAINNUMBER)
>
> Hey,
>
> I'm using a Cisco 2811 to make calls out to a PRI. My asterisk box
> connects to it using SIP. The asterisk version is 1.2.0.
>
> In my sip.conf, I set callerid="First Last" <exten>
>
> When I make a an...
2006 Mar 15
1
AVM C2 chan_capi-cm-0.6.3 Error on Dial
...d controller "ISDN2",) I get this error :
chan_capi.c conf_error 0x2001 PLCI=0x301 Command=CONNECT_B3_CONF,0x8487
Does anyone have any idea what's going on here ? BT tell me there's no
problem they can see with the ISDN line involved.
jd
This is the dialstring :
exten => _9.,1,SetCallerPres(allowed)
exten => _9.,2,SetCIDNum(252000)
exten => _9.,3,Dial(CAPI/g1/${EXTEN:1}/b)
exten => _9.,4,Congestion
/etc/capi.conf contains :
c2 c2.bin DSS1 - - - - P2P
c2 c2.bin DSS1 - - - - P2P
/etc/asterisk/capi.conf contains :
[general]
nationalprefix=0
internationalpr...
2004 Jan 30
2
Extension Questions
Dear all,
I have the following lines in my extentions.conf file;
;All US Calls
exten =>
_9001XXXXXXXXXX,1,Dial(IAX2/dornoch:xxxx@10.xx.xx.xx/${EXTEN:1}@outbound)
;Dial 9 for outgoing numbers
exten =>_9.,1,Dial(Zap/g1/${EXTEN:1})
;include Brunswick
switch => IAX2/dornoch:xxxx@xx.xx.xx.xx/sip
What I'm trying to do is to send any calls starting with 9001 out through my...
2005 Sep 21
1
Does Asterisk know if the trunks are busy?
...using 393 as a trunk access code.
Question:
Will Asterisk know that the one Teliax circuit is in use and use a different
trunk?
How would I make the dialplan to use a different trunk if the Teliax one is
busy?
Currently I have:
[outrt-003-dial9]
include => outrt-003-dial9-custom
exten => _9.,1,Macro(hoodahek,${ARG1})
exten => _9.,2,Macro(dialout-trunk,1,${EXTEN:1},) ;or could be
Dial(Zap/g1/${EXTEN}) ;exten => _9.,3,Macro(outisbusy) ; No available
circuits
;Since this is a PRI group, I am not sure how it's internals work. I do not
see it say channel 1 is busy, channel...
2005 May 18
1
Mysql cmd with Asterisk Problems
Hello all:
I am trying to use the mysql command to retrieve information from a mysql
database.
my example here was formed from using the wiki reference to using the
mysql command.
The problem is with the fetch command.
Here is the macro code:
Mysql(QueryString=SELECT\ ivr-password\ from\ users\ where\ ivr-id=${userid})
Mysql(Query r ${connid} ${QueryString})
Mysql(Fetch fetchid ${r} dbuserpass)
2004 Jan 29
3
How to delay dialing
...nix OpenLine4 to the CO
line. The reason being is that Voicetronix sends out the DTMF too fast even
before the line is fully established with the carrier. Usually when dialing
an 8 digit number, only 7 digits are actually successfully heard by the
carrier.
Currently, my dial plan is:
exten => _9.,1,Dial(vpb/1-1/${EXTEN:1})
Daniel said to insert a , before the numbers. I am not too sure where to
insert it. I tried
exten => _9.,1,Dial(vpb/1-1/,${EXTEN:1}) and that seems to be cause a
parsing error.
Anybody has any ideas for a hack?
David
-------------- next part --------------
An HTM...
2007 Jun 27
4
Customized Ring Tone
...My current
/etc/asterisk/extensions.conf file looks like this:
[general]
static=yes
writeprotect=no
autofallthrough=yes
clearglobalvars=no
[pstn]
exten => s,1,NoOp(Caller ID is ${CALLERID(num)})
exten => s,2,Dial(Zap/1,15,g2)
exten => s,n,Congestion
[local]
ignorepat => 9
exten => _9.,1,Dial(Zap/g1/${EXTEN:1})
exten => _9.,n,Congestion
exten => 11,1,Dial(Zap/1,20,rt)
Thank you in advance.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070628/498339af/attachment.htm
2007 Mar 01
4
Cannot hear ringback music from telco
...ber with custom ringback music, users
reported that they could not hear the music but can only hear the standard
ring tone generated by the system.
Is there any kind of settings need to allow the ringback music pass to the
phone? We only use this simple dialplan to make outgoing call:
exten => _9.,1,Set(CALLERID(all)=${CIDPREFIX}${CALLERIDNUM})
exten => _9.,n,Dial(Zap/g0/${EXTEN:1}||T)
* CIDPREFIX is the 5 digit prefix of the company's PRI line, CALLERIDNUM
are 3 digit internal numbers
Thanks!
Vincent
-------------- next part --------------
An HTML attachment was scrubbed...
URL:...
2006 Feb 01
0
SV: Re: CallerID Problem
...Re: CallerID Problem
No, I'm not including the <> -- I was trying to show that it was
something that I removed from my example..
Thanks.
On 2/1/06, Bromont Quebec <Bromont@shaw.ca> wrote:
> Are you actually putting the < > in there?
>
> try:
>
> exten => _9.,1,Set(CALLERID(number)=MAINNUMBER)
>
> Hey,
>
> I'm using a Cisco 2811 to make calls out to a PRI. My asterisk box
> connects to it using SIP. The asterisk version is 1.2.0.
>
> In my sip.conf, I set callerid="First Last" <exten>
>
> When I make a an...