similar to: situation with ivr and four-channel gateway

Displaying 20 results from an estimated 500 matches similar to: "situation with ivr and four-channel gateway"

2015 Feb 26
0
situation with ivr and four-channel gateway
I'd recommend using DEVICE_STATE On your extension 101, Check the DEVICE_STATE of peer SIP/101, If it's not 'NOT_INUSE' then dial it, Otherwise dial SIP/102 exten => 101,1,ExecIf($["${DEVICE_STATE(SIP/101)}"="NOT_INUSE"]?Dial(SIP/101,40)) same => n,Dial(SIP/102,40,t) same => n,Hangup() On Wed, Feb 25, 2015 at 2:08 PM, ricky gutierrez
2015 Feb 26
0
situation with ivr and four-channel gateway
On Wednesday 25 Feb 2015, ricky gutierrez wrote: > I have a gw wiht 4 port gsm , my provider gives me 4 lines and one of > them is the main , the problem is that all my incoming calls using > this number and is always busy , and the other three are always free, > it is possible that the call is transferred to another channel? > > Channel 1 : XXXXXXX1 "Main Number"
2009 Jul 15
4
DEVICE_STATE() and Asterisk 1.6.0.10
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I must be missing something here but I can't figure out why I can't get DEVICE_STATE() to give me anything other than "NOT_INUSE". I have two extensions: 6666 and 6668. I used 6668 to make a call to yet another phone, so I know that it's busy. I then use 6666 to call 6668 and in the dialplan have a noop to see what
2010 Sep 15
3
Skip Busy Agents/Channels from Queue
Is there a way skip / ignore the member whose status is busy in the Queue. I have two channel member in queue and i have set the peer limit 2 for these members. I want to skip those member who are currently on the call (answered to calls) and now their status is busy, if Queue see the busy status caller will not enter in the Queue and go to the next priority. [test-queue] strategy = rrmemory
2014 Nov 25
2
High resident memory with 11.14.0 ?
On Tue, Nov 25, 2014 at 8:14 AM, Matthew Jordan <mjordan at digium.com> wrote: > On Mon, Nov 24, 2014 at 2:12 PM, James Lamanna <jlamanna at gmail.com> wrote: > > Also, how big does the cache in frame.c grow to? > > I've recompiled with MALLOC_DEBUG on that server: > > > > asterisk -rx "memory show summary" > > > > .... > >
2015 Jun 09
2
Manipulate extension state in 1.8.x
Hi Is there any way to set the presence state of a peer to in-use in asterisk 1.8? The idea is to integrate DND buttons on phones to BLF. Regards -- Ishfaq Malik Department: VOIP Support Company: Packnet Limited t: +44 (0)161 660 2350 f: +44 (0)161 660 9825 e: ish at pack-net.co.uk w: http://www.pack-net.co.uk Registered Address: PACKNET LIMITED, Duplex 2, Ducie House 37 Ducie Street
2016 Jan 04
4
Forwarding call if extension busy
Hi and happy new year! My question: - two extensions: 1111 and 2222 - an active call on 1111 - incoming calls to 1111 should be forwarded to 1111 (call advice!) and 2222 I know how can I forward an incoming call to more than an extension, but I have no idea how can I get the information, that 1111 has already an active call... I think, I need something like: exten =>
2009 Dec 13
1
Dial with timeout don't end call
Hi! Trying to figure out what I am doing wrong... 1 std SIP phone (0317998975) registered to an Asterisk (SVN-trunk-r234256) 1 Cell phone 00733025975 attached through H323. extensions.conf exten => 975,1,Goto(975-${DEVICE_STATE(SIP/0317998975)},1) exten => 975-INUSE,1,VoiceMail(0317998975 at inputinterior.se,bs) exten => 975-INUSE,2,Hangup() exten =>
2009 Dec 12
3
DEVICE_STATE
Hi all! I am trying to figure out how DEVICE_STATE is working, no luck so far. sip.conf [0317998975] type=friend regexten=0317998975 secret=???? username=0317998975 callerid="Magnus Benngard" mailbox=0317998975 at inputinterior.se host=dynamic canreinvite=yes dtmfmode=rfc2833 nat=yes disallow=all allow=alaw extensions.conf exten => 0317998975,hint,SIP/0317998975 exten =>
2014 Nov 24
2
High resident memory with 11.14.0 ?
Also, how big does the cache in frame.c grow to? I've recompiled with MALLOC_DEBUG on that server: asterisk -rx "memory show summary" .... 1780466242 bytes (1780181594 cache) in 2352909 allocations in file frame.c ... Seems like a ridiculous cache. On Mon, Nov 24, 2014 at 9:02 AM, James Lamanna <jlamanna at gmail.com> wrote: > cat /proc/cpuinfo lists 4 cores. >
2010 Apr 30
1
Call-Waiting, implementation ideas
Hi all, How can I implement a full-featured Call-Waiting behavior on the Asterisk level (e.g. I don't want to relay on end-equipment capabilities)? I found it very strange that such a basic feature is not built-in in Asterisk (and I've googled a lot in search for this). Here is what I need: SomeuserX is calling MyUserA. They are on conversation (assumption: voice is via the Asterisk)
2013 Jun 24
2
Asterisk-11 loop behaviour
Arch = x86_64 OS = CentOS-6.4 (freepbx) Asterisk = 11.4.0 FreePBX = 2.11.0.2 Snom870 Handsets We are in the process of moving to an Asterisk based PBX. At the moment most things work as we wish. However, I have just notices that when I force a reload using 'amportal a reload' I see this loop start in 'asterisk -rvvvvvvvvvv': > Channel Local/s at tc-maint-000002a4;1
2015 Feb 27
2
situation with ivr and four-channel gateway
2015-02-27 10:25 GMT-06:00 A J Stiles <asterisk_list at earthshod.co.uk>: > O.K. So what does your existing Dial() statement in extensions.conf look > like? > apology, put the gateway was sangoma but is a openvox , all my outgoing calls out for this context: [my-mobile-out] exten => _NXXXXXXX,n,Dial(SIP/1003/${EXTEN},55,rT) exten =>
2011 May 12
8
Light indicator managed by Asterisk
Hello, is there some way to make Asterisk light up a certain light on an IP-phone ? Like MWI, the message waiting indicator can light up if there is voicemail. Could this light, or even other lights (like BLF-buttons) be used to give a visual notification to the user ? For example : if a certain value is set in the Mysql-DB and Asterisk reads out this value, can Asterisk react upon it inside
2009 Aug 21
1
Queue Question
First off this is not my work for extensions.conf it is modified from http://leifmadsen.wordpress.com/2009/07/15/migrating-from-agentcallbackl ogin-to-standard-dialplan-methods-part-1/ So credit to Leif Madsen <http://www.leifmadsen.com> But as to my question [AgentLogin] ;A replaced version of AgentCallbackLogin() using a GoSub() ; exten =>
2009 May 15
2
Logging In / Out Agents on Asterisk 6 ???
Hi everybody Did anybody by any chance ever work out how to log in and out agents on Asterisk 6+? I used to have it working perfect in Asterisk 1.2 but since I upgraded to 6 the agent login functions are gone and the readme file that came with it made no sense to me. I noticed somebody on the net posted that they had the same problem but used Voicemail to authenticate users, but that seemed a
2011 May 13
2
Backport of DEVICE_STATE to 1.4
Hi, Here http://www.voip-info.org/wiki/view/Asterisk+func+device_State you can find a link to download a backported for Asterisk 1.4 version of DEVICE_STATE function. (Elsewhere, you can find reference to another backported function DEVSTATE which seems to behave the same as DEVICE_STATE). As I would like to prepare as much as possible, my dialplan to 1.6 and beyond, I would prefer to use
2012 Aug 20
1
Asterisk 11 - BLF on Custom devices
In testing Asterisk 11, I've found that Asterisk doesn't seem to be sending BLF updates to SIP peers that have subscribed to a hint looking at a Custom device if that Custom device state is RINGING or RING_INUSE. All other states seem to be working correctly. The hint section of the dialplan is: [hints] exten => _3XX,hint,Custom:${EXTEN} Console shows the following for core show
2009 Aug 20
1
Pause/Unpause agent based on devstate
Hi, I dont know if this is possible, but I want to pause a queue member if another member are busy in the phone. We have agents that has 2 phones and both are logged in to the same queue. I don't want the second phone to call if the first are in use. Any ideas? Magnus -------------- next part -------------- An HTML attachment was scrubbed... URL:
2016 Aug 30
12
Multiple phones when one is unregistered
I have an extension that looks like this: exten => 5555551111,1,Verbose(Door buzzer calling) same => n,Dial(SIP/user1&SIP/user2&SIP/user3) The idea is that any of the three users can answer the phone to let someone in. The problem is that if, say, user2 unplugs his phone then the call immediately goes to his voice mail and the other two do not have the ability to open the door.