search for: _xxxxxxxxxx

Displaying 20 results from an estimated 31 matches for "_xxxxxxxxxx".

Did you mean: xxxxxxxxxx
2005 Jan 20
1
Realtime Engine
...database version from extconfig.conf. I also want to play with the extensions.conf, realtime extensions config using the switch statement as described on the WIKI. My question on this is if I can use the SWITCH statement in a Wildcard match context. like the example below. [inbound] exten => _XXXXXXXXXX,1,SetVar(CALLEDTO=${EXTEN}) exten => _XXXXXXXXXX,2,GotoIf($[${CALLERIDNUM} = ${EXTEN}]?3:5) exten => _XXXXXXXXXX,3,VoiceMailMain,${EXTEN} exten => _XXXXXXXXXX,4,Hangup exten => _XXXXXXXXXX,5,Dial,SIP/${EXTEN}|20 exten => _XXXXXXXXXX,6,VoiceMail,u${EXTEN} exten => _XXXXXXXXXX,7,Han...
2010 Jan 04
1
Free FaxForAsterisk ReceiveFAX not working
...led the free version of FaxForAsterisk and trying to work with it by sending a fax on T38. My version information is as follows i)Asterisk 1.6.0.20 ii)res_fax-1.6.0.14_1.1.6-x86_32 iii)res_fax_digium-1.6.0.14_1.1.6-i686_32 sip.conf [general] t38pt_udptl=yes extensions.conf [default] exten => _XXXXXXXXXX,1,NoOp(Fax Incoming Call) exten => _XXXXXXXXXX,n,GoTo(faxin,${EXTEN},1) [faxin] exten => _XXXXXXXXXX,1,NoOp(This is ReceiveFAX application Testing) exten => _XXXXXXXXXX,n,Wait(6) exten => _XXXXXXXXXX,n,NoOp(******* SETTING FAXOPTS *********) exten => _XXXXXXXXXX,n,Set(FAXOPT(ecm)=ye...
2003 Dec 20
2
BYEXTENSION and DBPut
Hey I need another pair of eyes on this! I would like to add phones numbers to the blacklist from any handset so I did this: exten => _*66XXXXXXXXXX,1,StripMSD,3 exten => _XXXXXXXXXX,2,DBPut,blacklist/BYEXTENSION/1 exten => _XXXXXXXXXX,3,Hangup However what I get in the database is: /blacklist/BYEXTENSION : 1 And BYEXTENSION is not replaced with the actual number dialed. Am I trying to do something that can not be done or am I just not doing it correctly? Walt
2005 Oct 03
0
Hangup not detected on callback
...solve this? Thank you, Pierre .call file ---------- Channel: IAX2/:@xxx.xxx.xxx.xxx/0111111111 Callerid: 111111111 MaxRetries: 5 RetryTime: 60 WaitTime: 30 Context: test Extension: 0222222222 Priority: 1 SetVar: ato=30 SetVar: act=testaccount extensions.conf --------------- [test] exten => _XXXXXXXXXX,1,SetAccount(${act}) exten => _XXXXXXXXXX,2,AbsoluteTimeout(${ato}) exten => _XXXXXXXXXX,3,Answer() exten => _XXXXXXXXXX,4,Dial(IAX2/:@xxx.xxx.xxx.xxx/${EXTEN}) exten => _XXXXXXXXXX,5,Congestion() exten => _XXXXXXXXXX,102,Busy() exten => s,1,DigitTimeout,10 exten => s,2,Respon...
2005 May 10
0
outbound PSTN numbers over SIP failing
...my SIP Provider, but how do I integrate this in my call. Above all, I have found several articles on the internet stating this WARNING[1563], but they all have more information after the INVITE than I do. Below you can find part of my extensions.conf file: [outrt-001-9_outside] exten => _XXXXXXXXXX,1,SetCallerID(31437110323) exten => _XXXXXXXXXX,2,SetCIDName(31437110323) exten => _XXXXXXXXXX,3,SetCIDNum(31437110323) exten => _XXXXXXXXXX,4,Dial(SIP/0${EXTEN:1}@budgetphone.nl) ;exten => _XXXXXXXXXX,5,Playback(invalid) exten => _XXXXXXXXXX,5,Hangup() [from-sip-t2y] ;e...
2005 Sep 26
1
StripMSD or extension parser bug?
For years we've had the following simple context for outgoing calls: [outtrunk] ; match any NANP, and strip leading 1 off exten => _1XXXXXXXXXX,1,StripMSD,1 ; dial outbound on trunk group 1 exten => _XXXXXXXXXX,2,Dial,Zap/g1/${EXTEN} But when I upgraded on Friday to the latest CVSHEAD, this no longer works. If I send 13115552368 to this context, I get a message like pbx.c: Channel 'Zap/361-1' sent into invalid extension '3115552368' in context 'outtrunk', but no invalid handl...
2005 Aug 11
0
Re: 24. Privacy Manager (Andi Strain)
...acklist/${EXTEN}=1) exten=_NXXNXXXXXX,2,SayDigits(${EXTEN}) exten=_NXXNXXXXXX,3,Playback(num-was-successfully) exten=_NXXNXXXXXX,4,Playback(added) exten=_NXXNXXXXXX,5,Hangup [blacklist-remove] exten=s,1,Background(enter-num-rmv-blklist) exten=s,2,DigitTimeout(2) exten=s,3,ResponseTimeout(15) exten=_XXXXXXXXXX,1,DBdel(blacklist/${EXTEN}) exten=_XXXXXXXXXX,2,DBdel(blacklist/1${EXTEN}) exten=_XXXXXXXXXX,3,SayDigits(${EXTEN}) exten=_XXXXXXXXXX,4,Playback(num-was-successfully) exten=_XXXXXXXXXX,5,Playback(removed) exten=_XXXXXXXXXX,6,Hangup [blacklisted] exten => s,1,Answer exten => s,2,Wait(2) exten...
2009 Jun 04
3
PHP/AGI/SetVar Issue
...tation to the number of variables you can set from a PHP agi script? I have a simple example and I can't get it to let me set more than 1. I am pretty sure I am just missing something, but I've searched all over an can't find the answer. Here is the extensions.conf part: exten => _XXXXXXXXXX,1,AGI,diallocal.agi exten => _XXXXXXXXXX,n,NoOp(${ISLOCALCONTEXT}) exten => _XXXXXXXXXX,n,NoOp(${ISLOCALDID}) Here is the part from the agi that sets the variables: echo ' EXEC SetVar ISLOCALCONTEXT="'.$row['context'].'"'; echo ' EXEC SetVar ISLOCALDID...
2018 Jan 10
2
how do i enable call features??
Hi. i am running asterisk 11 and i would like to have features access codes in my system such as call waiting(all types) (enable/disable), call forward (enable/disable) and DND. my dialplan is pretty simple and it is the following [DefaultPlan]exten => _XXXXXXXXXX,1,Dial(SIP/VoipGate/${EXTEN},120,Tt)exten => _XXXXXXXXXX,1,Busy() exten => _4XX,2,Answer()exten => _4XX,3,VoiceMail(${EXTEN}@Office,su)exten => _4XX,4,HangUp()exten => _4XX,102,Answer()exten => _4XX,103,VoiceMail(${EXTEN}@Office,sb)exten => _4XX,104,HangUp() i would like to en...
2004 Sep 28
1
Looking for whoever wrote cdr_mysql
I don't completely understand this.. Lemme try it out.. [default] exten => 1112223333,1,Macro(happy-did) [macro-happy-did] exten => s,1,Goto(${MACRO_EXTEN},1) exten => _XXXXXXXXXX,1,NoOp(Normal "s" exten stuff here) So when this is ran it will cut the cdr and the s will show the actual DID not the s correct? But then the NoOp would be something like: .... 1,NoOp(s,1,Answer) yada yada yada ... Correct? .o-----------------------------------------------...
2006 Oct 24
1
Basic Conf
..., when I try to call a number from kphone (on datile3), I listen a message which say: the number you are dialing it does not exists. The .conf files: 1) extension.conf: [general] static=yes autofallthrough=yes clearglobalvars=no priorityjumping=no [eutelia] include => out_eutelia exten=>_XXXXXXXXXX,1,Dial(SIP/100@out_eutelia,20) exten => _XXXXXXXXXX,2,Hangup 2) sip.conf: [general] context=eutelia realm=voip.eutelia.it port=5060 bindaddr=0.0.0.0 srvlookup=yes defaultexpirey=8600 useragent=Asterisk_Eut localnet=192.168.1.1/255.255....
2011 May 27
4
DID for outbound PSTN call
Hi There, We have single PRI with multiple DID numbers and its working fine in receiving call. And if you make outbound call it will send main-line CallerID (company name). Now we want individual caller id for per extensions on outbound calls. like if i call someone he will get my extension as callerid ( 617-838-XXXX) XXXX is my sip extension something like this so next time i direct get call
2016 Mar 18
3
Incoming INVITE with Portability Info and LRN
On Fri, 18 Mar 2016, Trey Hilyard wrote: > I thought this would be as easy as > exten => _XXXXXXXXXX\;rn=+19136630000,1,Goto(from_pstn,${EXTEN:0:10}) Have you tried the '_!.' pattern? -- Thanks in advance, ------------------------------------------------------------------------- Steve Edwards sedwards at sedwards.com Voice: +1-760-468-3867 PST https://www.linkedi...
2004 Apr 14
2
Spoofing CallerID on Demain
I have an outgoing line that allows me to set my caller id. I want to be able to change the caller id when ever I place a call using this line. I would like my user to press 7, then be prompted for their 10 digit caller id number, then be prompted for the number they would like to call in the form 1NXXNXXXXXX. How can I accomplish this??? Right now I am using this script that users have to
2005 Mar 12
2
Unable to create channel of type 'IAX2'
...=friend username=emi secret=none auth=md5 host=dynamic context=fullaccess mailbox=101 callerid="Emi"<102> "iax.conf" 44L, 621C and my extension.conf is: [general] static=yes writeprotect=yes [fullaccess] include => parkedcalls include => local [local] exten => _XXXXXXXXXX,1,Dial(IAX2/${EXTEN}) Where is the mistake? Regards,
2018 Jan 10
2
how do i enable call features??
...i. i am running asterisk 11 and i would like to have features access >> codes in my system such as call waiting(all types) (enable/disable), call >> forward (enable/disable) and DND. my dialplan is pretty simple and it is >> the following >> >> [DefaultPlan]exten => _XXXXXXXXXX,1,Dial(SIP/VoipGate/${EXTEN},120,Tt)exten => _XXXXXXXXXX,1,Busy() >> exten => _4XX,2,Answer()exten => _4XX,3,VoiceMail(${EXTEN}@Office,su)exten => _4XX,4,HangUp()exten => _4XX,102,Answer()exten => _4XX,103,VoiceMail(${EXTEN}@Office,sb)exten => _4XX,104,HangUp() >> &...
2010 Oct 26
3
Channel Bank ? Simple Switch Hangup?
...=> 49-72 immediate=yes Extensions.conf: [from-cb] exten => s,1,DISA,no-password|internal [internal] include => sip-stations include => iax-trunks include => outbound [outbound] exten => _1XXXXXXXXXX,1,Dial(DAHDI/g1/${EXTEN}) exten => _XXXXXXXXXX,1,Dial(DAHDI/g1/${EXTEN}) exten => _XXXXXXX,1,Dial(DAHDI/g1/${EXTEN}) When I pickup a line, and hit any key I get: -- Starting simple switch on 'DAHDI/49-1' -- Hungup 'DAHDI/49-1' -- Starting simple switch on 'DAHDI/49-1' -- Hungup 'DAHDI/...
2011 Jul 13
1
Connect Avaya to Asterisk PBX
...default, h, 1) exited non-zero on 'OOH323/(null)-b7db8aa0' *Here is also the content of my extensions_custom.conf:* [general] static=yes autofallthrough=yes [internal] exten => 1000,1,Dial(SIP/1000) exten => 1000,2,HangUp() exten => _XXXX,1,Dial(H323/${EXTEN}@Avaya) exten => _XXXXXXXXXXX,1,Dial(H323/${EXTEN}@Avaya) exten => _XXXXXXXXXX,1,Dial(H323/${EXTEN}@Avaya) *Here is also the content of my ooh323.conf:* [general] faststart=yes h245tunneling=yes gatekeeper=DISABLE bindaddr=10.1.129.231 port=1720 callerID="ALT Asterisk PBX" progress_setup=8 progress_alert=8 disal...
2018 Jan 11
2
how do i enable call features??
...like to have features access >>>> codes in my system such as call waiting(all types) (enable/disable), call >>>> forward (enable/disable) and DND. my dialplan is pretty simple and it is >>>> the following >>>> >>>> [DefaultPlan]exten => _XXXXXXXXXX,1,Dial(SIP/VoipGate/${EXTEN},120,Tt)exten => _XXXXXXXXXX,1,Busy() >>>> exten => _4XX,2,Answer()exten => _4XX,3,VoiceMail(${EXTEN}@Office,su)exten => _4XX,4,HangUp()exten => _4XX,102,Answer()exten => _4XX,103,VoiceMail(${EXTEN}@Office,sb)exten => _4XX,104,HangUp() &g...
2003 Apr 30
1
Re: no audio after many transfers
...f they press 0-9 > exten=_*,1,Goto,outtrunk|17005554223|1 ; if they press * > exten=_#,1,Goto,outtrunk|17005554223|1 ; if they press # I just loaded the latest from CVS and reduced it down to a simple: exten=s,1,Goto,outtrunk|17005554223|1 [outtrunk] exten=_1XXXXXXXXXX,1,StripMSD,1 exten=_XXXXXXXXXX,2,Dial,Zap/g1/${EXTEN} and it still stops passing audio after many calls. Well, existing calls still pass audio, but new calls complete but neither party can hear the other. Since this is no more complicated than many asterisk installations, I wonder if we have bad hardware somewhere, either the...