similar to: Kepress while on Queue

Displaying 20 results from an estimated 1000 matches similar to: "Kepress while on Queue"

2012 Jan 25
3
Executing Script after MixMonitor is called
Hello Guys, I am trying to convert files that are .wac to mp3 after mixmonitor command is called but it doesnt execute the command, I tried the command in terminal it worked, any help please ... below is my dial plan exten=6500,n,Set(MIXMONITOR_EXEC=&& nice -n 19 /usr/local/bin/lame -b 8 -t -F -m m --bitwidth 8 --quiet "/var/spool/asterisk/monitor/${CALLFILENAME}.wav"
2013 Sep 06
2
Pull call out of queue
Trying to figure out the best way to pull an active call out of a queue by unique id and put it on hold. I don't want to put it on hold on the agent's phone but I want it to be pulled away from the agent's phone and into Asterisk limbo somewhere. Shortly after I want to pull the same call out of limbo and redirect it back to either the same agent or another. I was thinking about call
2013 Jul 03
2
Question on AEL2 string comparisons
I have this code in a dial plan: exten => _417XX,n,GotoIf($["${CALLERID(num)}" > "SIP/41799"]?notfromlocal) exten => _417XX,n,GotoIf($["${CALLERID(num)}" < "SIP/41700"]?notfromlocal) The value of "${CALLERID(num)}" appears to be "SIP/41712-00000181" -- Executing [41720 at from-internal:5]
2013 Aug 30
1
asterisk-users Digest, Vol 109, Issue 30
I am stumped In features.conf,I programmed this [applicationmap] Answer0 => 0,self/both,Macro,nway_start But do I pass an argument or parameter to my macro? I tried Answer0 => 0,self/both,Macro,nway_start^0 Answer0 => 0,self/both,Macro,nway_start,0 but the usuar variable ${ARG1} is empty in my dialplan. The issue is that my macro needs to know what key was pressed. -------------- next
2013 May 07
1
passing '302 moved temporarily' back to the SIP provider
Hello, I 'm looking for a way to pass the '302 moved temporarily' received from the SIP device back to the SIP provider. Here is the setup: Some SIP phones are connected to an Asterisk System version 1.8. External connection to the public network is also done via SIP to a VoIP provider. Phone A has a CFW all calls to a phone number in public network (Mobile Phone) incoming call to
2013 Jul 02
1
Queue questions - Asterisk 11
Hi all, I have to questions about queues. Member is a phone like SIP/myphone and only one member in the queue. At first, DIALSTATUS doesn't return any status. How to now if a call in queue has been answered or if caller just hangup? Second, how to deal with timeout, I have strange behaviors. If I put timeout=60 in queue.conf and I call the queue passing also 60 as timeout value,
2013 Feb 21
2
Remove Abandoned call
hello all, i have two asterisk server for call transfer and one more asterisk server for agent login(server_X) where agent take the call. server_A and server_B server_A is connected with pri and configure with 60 channel for call transfer into server_X server_B is connected with pri and configure with 30 channel for call transfer into server_X my query is that some time two call originate same
2013 Apr 15
3
Dial multiple device cancellation
Hi, Can a call to multiple devices be cancelled in all of them at same time? With next dialplan, exten => 100,1,Dial(SIP/101&SIP/102) when a call rings on 101 and 102 and one of them rejects the call "with 486 Busy here", is it possible to reject the call in the other device at same time? I read application dial options but I can't find any that can help me to achieve this
2013 Jun 22
3
Queue Ring inuse is shared ?
Hi, I use asterisk 1.8. My issue is : I have the same SIP members added to two queues. I use realtime configuration and has set the field ringinuse=0 for both the queues. But if an extension is answering the call in one queue, and some new call comes in the second queue, still that extension is ringed. In the queue_log table I am getting RINGNOANSWER events each second for the extension until
2013 May 14
4
dial and bridge
Hi all, I need some advice - I have been working on originating multiple calls using AMI and then joining them. What I want to do is: - dial call 1 (where the caller is in a "channel" format, like SIp/1234 or Local/1234 at ext) and "park" it somehow - dial call 2 (where again the caller is in channel format) and join it to the previous call. As a requirement, I cannot use the
2013 May 13
1
amiDebugger - might make your life easier if you program through the AMI
Hi all, I have been playing with the AMI quite a bit lately - mostly debugging WombatDialer in production, but that's a different story - and I have been frustrated by the lack of a simple way to interact CLI-like with the AMI itself. So I have decided to write something myself to make my life easier, or at least a bit less miserable. The result is a little webapp that you can use as a sort
2013 May 31
1
WebRTC softphone for Asterisk - any suggestion?
Hi All, I wonder if any of you has some suggestions on which WebRTC client/softphone to use for a click-to-dial, webpage hosted solution. Any suggestions? Thanks l. -- Loway - home of QueueMetrics - http://queuemetrics.com Test-drive WombatDialer beta @ http://wombatdialer.com -------------- next part -------------- An HTML attachment was scrubbed... URL:
2013 Jan 05
8
Detect Low Quality Calls - Realtime
Hi there, I support a large number of enterprise users who contractually must connect to our support center via a 4G VOIP connection. I simply want to be able to auto detect all poor quality calls in realtme (as they are being made), play a message and drop the call - without user intervention. All decent call quality calls will be allowed through - to be handled by support staff. Its a
2012 Dec 19
1
Dialplan - working out when users answer
Hey guys, I've got a part of my dialplan that dials multiple people: exten => direct,n,Dial(${QUEUEEXTS},${RINGTIME}) Multiple extensions are in the ${QUEUEEXTS} from an external script - e.g. SIP/100&SIP/101&SIP/105 etc This works great, however I want to see if I can find a way to work out (and run an AGI script) when the call is picked up by someone. Thanks all!
2015 Apr 23
2
Sample Docker images for Asterisk available
Hello all, I created a set of Docker images running Asterisk and exposing AMI / ARI ports that i found to be quite useful for ARI / AMI development and regression. As they are based on Docker with whaleware, adding new configuration files to roll your own dialplan / queues / voicemail etc is pretty easy. And you can run quite a lot on the same box to simulate clusters. There is no SIP / RTP
2007 Jan 26
2
Hello Everybody, my problem with voicemail.conf
Hello everybody i am Ashish here. i am new to this mailing list. so dont know rules and regulation, just trying to post my problem of voicemail.conf Actuallt right now i am using Asterisk 1.2 on my LAN environment. i am able to call all my extension very nicely. Right now i am trying to deploying voicemail facility for all extensions, so if anybody is not present, then he/she can leave message,
2013 Apr 17
1
Phpagi action based on outbound call user response
Hello List, In PHPAGI, I'm using the Astrisk Manager function send_request() to originate an outbound call. I want to execute the remaining PHP code after the call gets executed (depending on user input). But presently the call originates in a different context and asterisk executes the remaining code in parallel. Is there a way in which I can pause the code execution until the call is
2013 Sep 26
1
Queue Management
Dear All, I have six different campaign and 5 different agent have login on that campaign.*Same thing i have done using agi and database,i never use queue management on this scenario. Agent** can also shuffling one campaign to anther campaign. * Now i want to do some work with queue.I want to use single queue to managing this. Eg: campaign Agent Login A a_1,a_3
2013 Oct 22
2
Calls Recording Solution
Hello; I am looking for calls recording solution to do recording based on the network traffic .. The solution to be competitive and appreciate if it is open source .. Any suggested one? Regards Bilal -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20131021/8ed5196a/attachment.html>
2014 Jun 13
2
pull a call from a queue
We have a queue monitoring application running so we can see the caller ID of callers in a queue. If we see a VIP in the queue, is there any method to force that call to be first in line? If there's a softphone, or queue managing application already written that does this, I'd love to know.