search for: _4xxx

Displaying 8 results from an estimated 8 matches for "_4xxx".

Did you mean: _1xxx
2011 Feb 18
3
Assigning an extension to a roaming phone
...cess: exten => 3001,1(readop),BackGround(beep) exten => 3001,n,Read(digito,vm-youhave,3) exten => 3001,n,SayDigits(${digito}) exten => 3001,n,Set(ROAM=${digito}) exten => 3001,n,Set(DB(roam/ext)=${digito}) exten => 3001,n,playback(vm-goodbye) exten => 3001,n,hangup exten => _4XXX,1,Set(ROAM=${DB(roam/ext)}) exten => _4XXX,n,dial(SIP/${ROAM}) The idea was that the roaming phone first dials 3001, sets a 3 digits extension (eg 123) and then I supposed that 4123 would work. But it does not. I am unsure about the 2 Set lines. Can anyone help? Regards
2007 Jul 16
4
USB Cordless
Does anyone know if X-Ten or SJPhone support multiple cordless handsets for multiple lines? I have an office with multiple roaming users(nurses) that are in and out. I'd like to provide them telephones, and my idea is to have a PC sitting in a corner somewhere running a softphone client. When a nurse comes in she just picks up any available handset(anywhere from 2-5 per office) and starts
2006 Feb 22
1
Cannot see the caller id , When calls made from one server to another
...users from one server calls to other server users [ I get the call-ID when users dial to the same server they are ] part of my iax.conf file is as follows (20.32) [johnb] type=friend user=johna secret=secret host=192.168.20.99 context=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...
2006 Mar 01
1
Cisco Callmanager integration with asterisk
...SIP/cme-pbx-25ae is circuit-busy == Everyone is busy/congested at this time (1:0/1/0) -- Executing Congestion("SIP/2234-e084", "") in new stack == Spawn extension (default, 4455, 2) exited non-zero on 'SIP/2234-e084' extensions.conf .... [cme-pbx] exten => _4XXX,1,Dial(SIP/cme-pbx/${EXTEN}) exten => _4XXX,2,Congestion sip.conf [cme-pbx] type=peer canreinvite=yes host=XX.XX.XX.XX; This is the callmanager IP Regards. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachme...
2006 Feb 14
0
Guidance need for trunking using SIP
...working configuration for SIP trunking Thanks Joseph John my first server has sip.conf contains register => hoportal:secret@192.168.20.5 [hoportal] type=friend username=hoportal secret=secret host=192.168.20.5 extensions.conf contains exten => _4XXX,1,Dial(SIP/hoportal/${EXTEN:1},30,r) my Second server has the following 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,Di...
2006 Jun 04
3
How to make this into a Macro?
I have for each phone such a paragraph in my dialplan. I would like to save this by using a Macro. How can I do that? exten => 8863959,1,Dial(SIP/8863959,60,r) exten => 8863959,2,NoOp(${DIALSTATUS}) exten => 8863959,3,Voicemail,u8863959@Customers exten => 8863959,104,Voicemail,b8863959@Customers exten => 8863959,105,hangup
2005 Feb 16
0
Outbound calling timeout
...or "${EXTEN}) > exten => _7XXXX,2,Dial(SIP/${EXTEN},60,tr) > exten => _7XXXX,3,Congestion > > ;exten => 4XXX,1,NoOp("Call for "${EXTEN}) > ;exten => 4XXX,2,Dial(H323/${EXTEN},60,tr) > ;exten => 4XXX,3,Congestion > > [outbound] > exten => _4XXX,1,NoOp("Route to CCM1" ${EXTEN} ) > exten => _4XXX,2,Dial(H323/${EXTEN}) > exten => _4XXX,3,Congestion > > exten => _5XXX,1,NoOp("Route to CCM1" ${EXTEN} ) > exten => _5XXX,2,Dial(H323/${EXTEN}) > exten => _5XXX,3,Congestion > > exten =&g...
2007 Dec 20
2
turn off auto-seek extention - force use timeout
I have an application where a call-in user is prompted to enter an identification number for schedule information. That id number is setup as an extension, and if that extension doesn't exist, it tells them that they are not scheduled, then loops back to ask for the id number again. My problem is that asterisk pre-emptively goes to the i extension (invalid) too early depending on available