search for: _3xxx

Displaying 17 results from an estimated 17 matches for "_3xxx".

Did you mean: _3xx
2009 Mar 26
1
IAX problem through intermediate asterisk box
...A to C call. The dialplans are setup so each server passes all non-local extensions to it's neighbor. Hence, for A, the relevant part of the dialplan is exten => _2XXX,1,Verbose(1|Extension 2xxx) exten => _2XXX,n,Dial(IAX2/asterisk_B/${EXTEN}) exten => _2XXX,n,Hangup() exten => _3XXX,1,Verbose(1|Extension 3xxx) exten => _3xxx,n,Dial(IAX2/asterisk_B/${EXTEN}) exten => _3xxx,n,Hangup() For B: exten => _1XXX,1,NoOp() exten => _1XXX,n,Dial(IAX2/asterisk_A/${EXTEN}) exten => _1XXX,n,Hangup() exten => _3xxx,1,NoOp() exten => _3xxx,n,Dial(IAX2/asterisk_C/${EXTE...
2005 Aug 02
0
app_rxfax errors
...1,System(/usr/local/sbin/convertSendPDF.sh ${FAXUNIQ} "NOCALLERID" ${ARG1})<br> exten => s,12,Hangup<br> <br> This works without any issues.<br> <br> Now when I do this:<br> exten 1-5 do some Mysql stuff to translate DNIS to DID<br> exten => _3XXX,6,Answer<br> exten => _3XXX,7,Ringing &nbsp; &nbsp;&nbsp; ; If a fax, dialplan redirects to the fax extension in this context<br> exten => _3XXX,8,NoOp(${DNID})<br> exten => _3XXX,9,Wait(1)<br> exten => _3XXX,10,Dial(${TIE1}/${OutDID},150)<br> e...
2005 Sep 15
2
Help on RealTime Extensions on Oracle DB
Does someone here configured RealTime Extensions using ODBC connecting to Oracle DB? Im having a problem in dialplan patterns, it doesnt work. Pls. help! -Chris __________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com
2011 Jun 10
0
(no subject)
...RID(num)}) exten => _*72*,3,Playback(cancelled) exten => _*72*,4,Playback(beep) exten => _*72*,5,Hangup Bom, agora vamos ao pulo do gato, esse passo ? muito importante pois ? ele quem verifica se existe ou n?o o siga-me para o ramal. Vamos ao contexto: [disca] exten => _3XXX,1,Noop(CF/${EXTEN}) exten => _3XXX,2,Set(siga=${DB(CF/${EXTEN})}) exten => _3XXX,3,Dial(SIP/${siga},30,Ttw) exten => _3XXX,4,Dial(SIP/${EXTEN}) ; Unconditional forward exten => _3XXX,5,Hangup -------------- next part -------------- An HTML attachment was scrubbed... URL: <http...
2006 Feb 22
1
Cannot see the caller id , When calls made from one server to another
...xt=project extensions.conf (20.32) exten => _4XXX,1,Dial(IAX2/johnb/${EXTEN:1},30,r) exten => _4XXX,2,Congestion my iax.conf file in (20.99) is [johna] type=friend user=johna secret=secret host=192.168.20.32 context=project extensions.conf (20.99) contains exten => _3XXX,1,Dial(IAX2/johna/${EXTEN:1},30,r) exten => _3XXX,2,Congestion ___________________________________________________________ Yahoo! Messenger - NEW crystal clear PC to PC calling worldwide with voicemail http://uk.messenger.yahoo.com
2005 Apr 22
5
IAX help
...default") exten => _NXXNXXXXXX,2,Goto(aa-main,s,1) [internal] include => ext-local include => ext-internal [ext-local] exten => 7000,1,Goto(aa-main,s,1) [ext-internal] exten => _2XXX,1,Dial(${TELX-MICS2}/${EXTEN:${TELX-MICS2-MSD}}) exten => _2XXX,2,Congestion exten => _3XXX,1,Dial(${TELX-MICS1}/${EXTEN:${TELX-MICS1-MSD}}) exten => _3XXX,2,Congestion exten => _71XX,1,Dial(IAX2/telx-NY17S/${EXTEN}) exten => _71XX,2,Congestion exten => _7XXX,1,Dial(IAX2/telx-atl/${EXTEN}) exten => _7XXX,2,Congestion ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~...
2008 Feb 26
1
iax trunking problem
...ret=volgausername=iax1Fedoracontext=fedora-contexthost=dynamictrunk=yes-----------------------------------------------;fedora server extension.conf[fedora-context]exten =>2000,1,Set(TIMEOUT(absolute)=144) exten =>2000,2,dial(sip/2000/20)exten =>2000,3,voicemail(u2000 at default) exten=> _3XXX,1,Answer()exten=> _3XXX,2,Dial(IAX2/iax1Centos:volga at 192.168.0.22/${EXTEN}@centos-context)exten=> _3XXX,3,Hangup()-----------------------------------------------;fedora sip.conf [general]port=5060bindaddr=0.0.0.0allow=allvideosupport=yes ;to support video calles on all sip video cabable...
2006 Feb 13
0
trunk 2 IAX server :- getting error ' Unable to support trunking on user 'ho' without zaptel timing'
...lled , when I give modprobe for zaptel and ztdummy , I do not any error message my iax.conf contains the entry for trunking as [hoportal] type=friend host=192.168.20.32 secret=mysecret context=local trunk=yes my extensions.conf contains the entry for trunking as exten => _3XXX,1,Dial(IAX2/hoportal:mysecret@192.168.20.32/${EXTEN}@local) exten => _3XXX,2,Hangup exten => _3XXX,102,Hangup When I start the asterisk , I get this message in /var/log/asterisk/message as Feb 13 18:22:19 WARNING[3531] chan_iax2.c: Unable to support trunking on user 'hoportal' with...
2009 Aug 12
3
Creating an IAX/SIP-to-ISDN PRI gateway
Hi all, I'd like to setup a really lean Asterisk installation that essentially has a full ISDN PRI (AT&T, T1, 23 B-chans, 1 D-chan, BZ8S, 5ESS, National dialplan) on a Digium TE207P adapter that all it does is convert the ISDN channels to SIP/IAX channels. Then I would add this Asterisk 'gateway' as a provider on one (or many) Asterisk systems on the back. With such a config I
2005 May 16
1
2 servers via PRI
Good day all How do i set a connection between 2 asterisk servers via PRI In Bri I would set one to NT and TE How shoud the zapata.conf and zaptel.conf look And how should the cable be? All I got on the web was to set one to "pri_net"...this cant be all? And the cable > pin1 <--> pin4> pin2 <--> pin5> pin3 <--> pin6> pin4 <--> pin1> pin5 <-->
2004 Dec 02
3
fallthrough extension.
Hi all, I'm trying to sort out my dial plan. What I'm wanting is something like the following - a bit simplified but hopefully you'll get the idea. 1) match internal extensions: dial them 2) anything else: send out zap 1 is easy :) it's 2 that's giving me problems. I had hoped that the 'i' extension would act as a catchall extension but it seems to only do that from
2006 Feb 07
1
MFC/R2 in Brazil
...pan=1,1,0,cas,hdb3 cas=1-15:1101 cas=17-31:1101 loadzone = br defaultzone=br ;extensions.conf* [general] static=yes writeprotect=no [default] exten => _XXXXXXXX,1,SetCallerID("Betha Sistemas",<4834318300>) exten => _XXXXXXXX,2,Dial(Unicall/g1/${EXTEN},60,t) exten => _3XXX,1,Macro(sipiax,IAX2/${EXTEN})? exten=>8300,1,Goto(telefonista,s,1) ;liga??o cai na fila da telefonista exten=>8301,1,Macro(sipiax,IAX2/3001) ;liga??o cai diretamente no ramal desejado exten=>8302,1,Goto(suporte_tributos,s,1) ;liga??o cai na fila do suporte tributos exten=>8303,1,Goto(t...
2006 Jan 16
2
automon - one touch record
Actually the docs for the Queue application say: 'w' -- allow the called user to write the conversation to disk via Monitor 'W' -- allow the calling user to write the conversation to disk via Monitor couldn't get these to work tho. Does this mean I can do one touch recording with agents, or does it mean I can use the monitor() command? Very confusing... Doug.
2006 Feb 14
0
Guidance need for trunking using SIP
...ollowing configuration sip.conf [joseph] type=friend username=joseph secret=joseph host=dynamic context=project [hoportal] type=friend username=hoportal secret=secret host=dynamic extensions.conf contains exten => joseph,1,Dial(SIP/joseph) exten => hoportal,1,Disk(SIP/hoportal) exten => _3XXX,1,Dial(SIP/hoportal/${EXTEN:1},30,r) ___________________________________________________________ To help you stay safe and secure online, we've developed the all new Yahoo! Security Centre. http://uk.security.yahoo.com
2003 Oct 14
3
H.323 - SIP gateway
Hi all! Please I need someone that have already done an H.323 - SIP gateway to help me with some problems. I can stablish calls from a SIP telephone to a H.323, but I can't do vice versa... (problems with port 1719- when the gatekeeper tries to contact with asterisk at this port, it is unrecheable...). Please someone can help me? Regards, Mireia
2005 Sep 20
6
iax2 trunking wackyness
Hi I was doing some bandwidth testing, and my incomming usage is 36% more than my outgoing bandwidth. The setup is IAX2 trunking using GSM codec. Is there any obvious reason I am overlooking to figure out why there is such a big difference between the two.? I am using CVS-head September 3rd, maybe there is a version skew? Any suggestions will be appreciated. Thanks Clive
2004 Apr 26
0
Help with connecting 2 servers via iax
...=> 2007,102,Voicemail(b2007) exten => 2007,103,Hangup ; ; Define a way so that users can dial a number to reach ; voicemail. Call the VoicemailMain application with the ; number of the caller already passed as a variable, so ; all the user needs to do is type in the password. ; exten => _3XXX,1,Dial(IAX/voip2:1945@192.168.1.19/${EXTEN}@local) exten => 2999,1,VoicemailMain(${CALLERIDNUM}) ***************************************************************************** Viop2 SIP----------------------------------------------------------------- [general] port = 5060 ; Port t...