Displaying 20 results from an estimated 156 matches for "ignorepat".
2003 Jul 09
4
ignorepat doesn't work
Hi
in order to keep the dial tone after pressing 9 for 'outside line' I
have this in my extensions.conf
[localpstn]
ignorepat => 9
exten => _9[123456789]XXXXXXX,1,Dial,${PSTN}/${EXTEN:1}
exten => _9[123456789]XXXXXXX,2,Congestion
this is properly included in the handsets' context but the dial tone
disappears after pressing 9.
am I missing something?
thanks in advance
regards
bk
2004 Apr 09
3
Ignorepat with capi
Hi to all,
I'm trying to make outside call in this way :
ignorepat => 0
exten => _0.,1,Dial(CAPI/xxxxxxx:b${exten})
But the first number 0 is not ignored.
I'm doing something wrong ?
Bye
2007 Oct 03
4
Secondary Dialtone and selecting a specific line from Zap/g
I need to select a line from the Zap group channel
using the SIP Phone (not FXO and not FXS ports).
ignorepat does not work?
Also, what is the method to let the second dial tone
has another tone frequency?
Regards
Bilal
----------------
No, ignorepat is for FXS ports (FXS ports use FXO
signaling). Also,
ignorepat does not apply to SIP phones, because SIP
phones provide
their
own dialtone, not a dial...
2003 Dec 14
3
ignorepat
...ting to asterisk locally. I have
configured extensions.conf such that dialing 9 on the SIP phones allows me to
dial an outbound number via the FXO interface . Works fine.
What's not working is that pressing 9 should causes either GS BT-100 phone
to reacquire a dialtone since I have placed ignorepat => 9 in the config file.
Any ideas?
rgds
burak
2004 May 19
0
problem with ignorepat
> I have placed "ignorepat => 9" in just about every context I
> can think of in my extensions.conf, but yet when I dial 9
> from my sip devices, the dialtone is broken. I even tried a
> nearly untouched version of samples, and it stil doesn't
> work. Is there something somewhere else that needs...
2005 Feb 18
0
Time to beg on my knees for help!!!
...(Zap/4)
[internal]
exten => 6000,1,Dial(Zap/3)
exten => 6000,2,hangup
exten => 6001,1,Dial(Zap/4)
exten => 6001,2,Hangup
exten => 6002,1,Wait(1)
exten => 6002,2,Answer
exten => 6002,3,Playback(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 =>...
2005 Aug 17
1
Comfort Noise incomplete - No translator path exists for channel type MGCP (native 4) to 256
...1@192.168.0.241-1'
here are the configs
:/etc/asterisk# more extensions.conf
[general]
static=yes
writeprotect=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/g...
2006 Mar 22
3
Remote dialtone
Hi,
I have two asterisks connected via IAX2 trunk. The first * use dial
prefix 2XX, the second one 3XX.
Calls routing works OK.
But I don't know how to get dialtone of remote asterisk pbx.
I'd like to get dialtone of asterisk #2 after dialing 3 and dialtone of
asterisk #1 after dialing 2.
I know something about DISA but I'm not sure if it is a right way.
Can you give me advice?
2005 Jun 16
2
Multiple Sipura 3000
...'s no line left?
The only 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,Hang...
2003 Nov 06
2
Dialing an outside number -- QUESTION --
...like it to go thru
unmodified. 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
[w...
2005 Jan 07
4
can the dialtone be changed after pressing 9?
extensions.conf has
ignorepat => 9
exten => _9X.,1,Dial(Zap/G2/${EXTEN:1})
The first user to try it asked if instead of keeping the same dialtone
after pressing 9, if I could play a different dialtone. Can this be
done? I'm running asterisk 1.0.0 in case that matters.
2004 Sep 15
4
IAX to IAX connect question
Hi,
I got my * working fine with FWD at office with 2 extensions, i receive
calls and i can make calls thru FWD. I got also my * at home, and i
connected it using auth=rsa. From my home, i can make calls using my office
iax, but if i try to redirect incomming calls from FWD to my * at home, it
rejects the call. I created the pub/key pairs for rsa and its working ok
and i just pasted the
2003 Apr 21
4
netmeeting dial
HI, I'm using netmeeting to connect to an asterisk server and dial out.
my extension looks like this
exten => s,1,Dial,Zap/1/
Unfortunatelly the number that I have dialed in Netmeeting is lost ;-(
If I hardcode the number on the line above, like ...
exten => s,1,Dial,Zap/1/6642794
... everything works fine
What am I missing?
2003 Nov 28
2
Deltathree icomming problem
...ll
allow=ulaw
allow=gsm
allow=alaw
register => 12047440600:1234@213.137.73.178/toti
[iconnect]
type=friend
port=5060
username=12345678
secret=1234
host=213.137.73.178
dtmfmode=inband
callerid="Chris Hariga"<2407440600>
- extensions.conf -
[general]
static=yes
writeprotect=yes
ignorepat => 9
[globals]
MYPHONENUMBER=12407440600
MYNAME=Chris HARIGA
[incoming]
exten => s,1,Answer()
exten => s,1,Wait(0)
exten => s,2,Dial(SIP/jim&SIP/jimoffice&SIP/sean&SIP/seanhome&SIP/chariga&SIP/nada&SIP/laurie&SIP/xten|40)
exten => s,3,Voicemail,u100
[in...
2007 Jun 27
4
Customized Ring Tone
...d the call is still ringing? 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/att...
2005 Jun 30
3
Trying to do very simple Zaptel Config. NO LUCK!
...I have the following *3* files:
***/etc/zaptel.conf***
# Zaptel conf
fxoks=1
fxsks=3-4
loadzone=us
defaultzone=us
***/etc/asterisk/extensions.conf***
[globals]
RECEPTIONIST=Zap/1
LOCALTRUNK=Zap/4
[incoming]
exten => s,1,Answer()
exten => s,2,Dial($(RECEPTIONIST))
[internal]
[outgoing]
ignorepat => 9
exten =>_9NXXNXXXXXX,1,Dial(${LOCALTRUNK}/${EXTEN:1})
exten =>_9NXXNXXXXXX,2,Playback(invalid)
exten => _9NXXNXXXXXX,3,Hangup
***/etc/asterisk/zapata.conf***
language=en
context=default
switchtype=national
signalling=fxo_ks
channel => 1
signalling=fxs_ks
channel => 3
channe...
2004 Sep 14
1
Openswitch12
I have 2 problems with openswitch12:
1)
I can not make work "ignorepat => 9" i do not get dialtone after the
number is dialed, the system ignore the number and i can go on dialing
the rest of the number.... but when i want to take the line teh dialtone
do not stay.
2)
when i tray to leave a message on the voicemail of an user i get the
following error
S...
2005 Aug 05
0
call outside from FXS through FXO
Hi,
I am trying to make an outbound call from phone attached to FXS port.
My telephone (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...
2005 Sep 23
2
Continue dialtone after pressing 9
Hello,
Sorry, I know I read this somewhere but now I can't find it when I need it.
I'd like to force a call to go out one line if we dial '9' first and then
the number. Same for '8' only I will force it out a different line. There is
a parameter or a method to allow the dialtone to come back after pressing
the first 9... but I can't remember how to do it.
Anyone know?
2003 Nov 20
2
Scope of the "h" extension..
I have the following setup..
[extensions]
; all extensions defined here.
exten => 1234,....
exten => 1235,....
[dial-out]
; PSTN dialout config
ignorepat = 9
exten => _9,....
exten => h,....
[local]
; phone context in sip.conf is here..
include => extensions
include => dialout
The question is where will the "h" extension be active?? it appears to
run for ALL, both internal and PSTN calls, not just the calls to the
PSTN.....