similar to: Execute Macro when queue is answered

Displaying 20 results from an estimated 10000 matches similar to: "Execute Macro when queue is answered"

2012 Dec 08
2
Queue joinempty, even after AddQueueMember
Hello, I add a member to a queue with AddQueueMember, but the Queue still indicates "joinempty" : Add member to queue : /-- Executing [queueadd at sub-GetParams:2] AddQueueMember("SIP/sip17-00005c1e", "myqueue11,member3") in new stack -- Executing [queueadd at sub-GetParams:3] NoOp("SIP/sip17-00005c1e", "AQMSTATUS = ADDED") in new stack/ ...
2016 Sep 10
2
Queue show : failed to extend from 240 to 327
On 10-09-16 00:50, Richard Mudgett wrote: > > > On Fri, Sep 9, 2016 at 5:37 PM, Jonas Kellens > <jonas.kellens at telenet.be <mailto:jonas.kellens at telenet.be>> wrote: > > Hello > > when I type on the Asterisk CLi 'queue show', I first get a list > of my queues and then the following : > > > failed to extend from 240 to 327
2016 Sep 09
2
Queue show : failed to extend from 240 to 327
Hello when I type on the Asterisk CLi 'queue show', I first get a list of my queues and then the following : failed to extend from 240 to 327 failed to extend from 240 to 327 failed to extend from 240 to 327 failed to extend from 240 to 323 failed to extend from 240 to 327 failed to extend from 240 to 327 failed to extend from 240 to 327 failed to extend from 240 to 327 failed to
2016 Nov 21
3
Asterisk 13.12.2 : strange queue behaviour
On 21-11-16 15:17, Matthew Jordan wrote: > > On Mon, Nov 21, 2016 at 7:05 AM, Jonas Kellens > <jonas.kellens at telenet.be <mailto:jonas.kellens at telenet.be>> wrote: > > Hello > > when using Asterisk version 13.12.2 I notice that it takes up to > 30 seconds (sometimes even longer) for a call queue to call its > members. > >
2009 May 22
1
VOICEMAIL : I've tried a lot but mailing through Asterisk is just not working...
Don't be afraid about the info that I'm going to post in this mail, but I want you to give as much info as possible. Also I want to show you what I've tried. What do I want When a voicemail-message is left via the Voicemail()-application, I want the .wav-file send to my mail-address as an attachment. My mail-setup I'm not using sendmail as MTA. I have msmtp as MTA and mutt as
2009 Aug 18
2
Execute some kind of script when something happens with Asterisk
Would it be possible to execute some kind of script when for example Asterisk restarts... or stops... ? How can one read the status of Asterisk so that when the service is stopped I could be notified by mail, by text message,... ? I don't know how to read the status of Asterisk (or the change of status) in a bash-script. Thanks for the reply ! Kind regards, Jonas. -------------- next part
2009 May 07
1
Macro arguments on app_queue
hi list, i have a question about the args of queue: when we use Queue() app, there are some arguments than can use. help from CLI: Queue(queuename[,options[,URL[,announceoverride[,timeout[,AGI[,macro[,gosub[,rule]]]]]]]]) well.. i'm trying to identify who has taken the call on a queue, and, when agent conected, launch a macro with some args based on who takes the call i do: exten =>
2010 Jun 28
3
Pickup a ringing Queue member
Hello. I'm using asterisk 1.4.30. I've found this patch for app_queue.c : https://issues.asterisk.org/view.php?id=11700 Can I easily implement this by issuing : */wget 'https://issues.asterisk.org/file_download.php?file_id=17192&type=bug' -O - | patch -p0/* ?? Does this mean I have a "patched" asterisk ? (I ask this because some applications require a
2010 Jun 30
1
queue command in asterisk 1.4 with macro-argument
Hello list, I notice on the wiki that it is possible to execute a macro or a gosub within the queue-command in asterisk 1.6.x 1. Does this mean the macro/gosub is executed everytime a queued call is answered by a queue member ? 2. I'm using asterisk 1.4.30. Is there a backport or other way to make use of this 1.6-functionality ?? Kind regards, Jonas. -------------- next part
2016 Aug 12
2
Asterisk 11.23.0 on CentOS6 : how to get ICE support ?
Hello setting "nat=no" or omitting "nat=" in peer definition does not help either. Still no audio. Why do you think this is a NAT issue ? IP and port information in SDP-body is correct. Kind regards. On 12-08-16 09:25, ????? ?????? wrote: > > Try delete nat from 770000wrtc settings ice should do the same > > > On Aug 11, 2016 10:00 PM, "Jonas
2016 Aug 17
4
pjproject 2.5.5 + asterisk-certified-13.8-cert1 : many Error loading module...undefined symbol
On 16-08-16 17:45, George Joseph wrote: > > > On Tue, Aug 16, 2016 at 3:21 AM, Jonas Kellens > <jonas.kellens at telenet.be <mailto:jonas.kellens at telenet.be>> wrote: > > On 16-08-16 04:38, George Joseph wrote: >> >> >> On Mon, Aug 15, 2016 at 1:24 PM, Jonas Kellens >> <jonas.kellens at telenet.be <mailto:jonas.kellens at
2005 Jun 17
0
Queue/How to get the number of incoming calls
Hi,all, Now,I am working at make an realtime monitor for the call center based on asterisk. and ,I had search the archive and wiki.Through the return info from the management API, I can get the waiting calls ,abandoned calls ,hold time, etc,but I don't know how to get the number of incoming calls. The info like following :
2010 Sep 06
2
Macro when calling cellphone (GSM) + silence when connecting
Hello list, I'm using the following macro when calling an external callphone/GSM number : [macro-press1] exten => s,1,NoOp() exten => s,n,Playback(/var/lib/asterisk/sounds/prompts/press1) exten => s,n,Read(INPUT,,1,1,1) exten => s,n,NoOp(input : ${INPUT}) exten => s,n,GoToIf($["${INPUT}"=="1"]?exit:hangup) exten => s,n(exit),NoOp(call accepted) exten
2016 Nov 21
2
Asterisk 13.12.2 : strange queue behaviour
Hello when using Asterisk version 13.12.2 I notice that it takes up to 30 seconds (sometimes even longer) for a call queue to call its members. Example 1 : [Nov 21 08:17:57] pbx.c: Executing [queue at pbx-routing:15] Queue("SIP/incoming-00000246", "myqueue1,,,,300,,,") in new stack [Nov 21 08:17:57] res_musiconhold.c: Started music on hold, class 'default', on
2011 Jun 08
1
Queue log in MySQL DB
Hello list, I have configured extconfig.conf to save queue log into my MySQL-DB. I notice however that there is still logging too in /var/log/asterisk/queue_log. How can I disable queue logging into text files ? Kind regards, Jonas. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2014 Nov 04
1
queue log realtime mysql
Hello, I have 5 Asterisk servers all using mysql realtime to store queue log information. There is 1 out of 5 servers which stores the data in 4 columns : 'data1' --> 'data 5'. All other servers store data in 1 column 'data' with the data seperated by pipe. I see no difference in my configuration of extconfig.conf and logger.conf. Maybe a hidden default value ?
2011 Mar 24
1
Fwd: Asterisk 1.6.2.10 & CDR custom added field
Hello, is there anyone who can point me to correct information ? Following http://pbxinaflash.com/forum/showthread.php?t=9042 and http://www.voip-info.org/wiki/view/Asterisk+cdr+mysql > Extending CDR does not result in a working environment for me. Any feedback appreciated. Kind regards, Jonas. -------- Original Message -------- Subject: [asterisk-users] Asterisk 1.6.2.10 & CDR
2016 Aug 16
2
pjproject 2.5.5 + asterisk-certified-13.8-cert1 : many Error loading module...undefined symbol
On 16-08-16 04:38, George Joseph wrote: > > > On Mon, Aug 15, 2016 at 1:24 PM, Jonas Kellens > <jonas.kellens at telenet.be <mailto:jonas.kellens at telenet.be>> wrote: > > Hello > > using pjproject 2.5.5 > using asterisk-certified-13.8-cert1 > > > IIRC there were API changes in pjproject 2.5 that aren't accounted for > in
2013 Sep 14
0
(no subject)
To Jonas: I have an asterisk box at home and I have this line in my rtp.conf file: rtpstart=10000 rtpend=10100 And My FW is setup to forward all incoming ports of range 10000-10100 to the asterisk PC. I've never had a problem since one year, but I have never received more than two simultaneous calls with SIP clients. Message: 5 Date: Fri, 13 Sep 2013 11:49:59 +0200 From: Jonas Kellens
2016 Aug 11
3
Asterisk 11.23.0 on CentOS6 : how to get ICE support ?
My main reason not to upgrade to Ast 13 is because I'm afraid of losing functionality as there are certain functions deprecated/replaced. This can also cause headache :-) I will do so if there is no other option. But still, I don't see why Ast 13 would differ so much in this case ? If ICE and NAT is working (not causing problems) why should Ast 13 bring me audio and Ast 12 don't