search for: announceoverrid

Displaying 16 results from an estimated 16 matches for "announceoverrid".

Did you mean: announceoverride
2009 Oct 23
1
how to announce the agent answering in a queue to the caller
Hi to all i'm using Asterisk 1.4 and need to announce something like 'The operator answering to you call is XXX' to the caller, is it possible to do that using an AGI script ? The syntax in Asterisk 1.4 is Queue(queuename[|options][|URL][|announceoverride][|timeout][|AGI]) So, setting up an appropriate AGI script can i play an audio file (or create it with some tts) to the call? After the AGI script the call is linked with the operator even if there is an Answer into the AGI? Thanks to all -- /*************/ nik600 http://www.kumbe.it
2010 Apr 26
2
[PATCH] Make Queue announcements more consistent (1.4.26.2)
...= 0; + qe.last_ring_time = 0; qe.last_periodic_announce_time = time(NULL); qe.last_periodic_announce_sound = 0; qe.valid_digits = 0; @@ -4074,9 +4080,12 @@ break; } /* Try calling all queue members for 'timeout' seconds */ - res = try_calling(&qe, args.options, args.announceoverride, args.url, &tries, &noption, args.agi); - if (res) - goto stop; + if ((time(NULL) - qe.last_ring_time) > qe.parent->retry) { + res = try_calling(&qe, args.options, args.announceoverride, args.url, &tries, &noption, args.agi); + qe.last_ring_time = time(NULL);...
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 => s,1,answer() exten => s,1,Queue(myQueue,,,,,,myMacro) but, there is no argume...
2005 Jul 27
0
announce to caller in queues (asterisk for art!)
...play a sound for the caller only when Firefly picks up their call. That way they'll know that its their turn to speak. Currently, we tell people to start their report when the hold music stops, which is not as clear as we'd like. The only thing I have found is Queue()'s "announceoverride", which plays an soundfile for the queue member/agent when the call is picked up, but that's the opposite of what we need. Here's the website for the event if anyone is interested: http://whitmanlocalreport.net .hc _____________________________________________________________...
2005 Aug 30
1
Queues.conf OPTIONALURL within the Queues cmd
>From voip-info.org: Queue(queuename|options|optionalurl|announceoverride|timeout) 'optionalurl' allows you to send a URL to devices that support it. Does anyone have details on the "devices" that support the optionalurl method of the Queue application? I am wondering if there is a softphone that supports this. The only thing that seems to h...
2007 Jul 17
1
Asterisk 1.4.6 crash using queue app
..., between=100) at app.c:243 #4 0xb79086ca in ast_bridge_call (chan=0xb6a2d0e0, peer=0x925cb78, config=0xb69424d4) at res_features.c:1473 #5 0xb6e011ae in try_calling (qe=0xb6942784, options=0x925cb78 "@`\201?\2205&\b?N#\t\003O#\t(r)?\023\b(r)?\023\b(r)?\023\b?N#\t?N#\t\200", announceoverride=0xb694270e "", url=0xb694270d "", go_on=0xb6942770, agi=0x0) at app_queue.c:2651 #6 0xb6df9fda in queue_exec (chan=0xb6a2d0e0, data=0xb694270e) at lock.h :532 #7 0x080c315b in pbx_extension_helper (c=0xb6a2d0e0, con=0x0, context=0xb6a2d260 "telpin-112", exte...
2010 Feb 02
0
Queue problem, ringing agents.
...l be as if it if ringing 3 to 4 times. My queues.conf is as follows: [general] ; ; Global settings for call queues ; (none exist currently) ; ; Note that a timeout to fail out of a queue may be passed as part of application call ; from extensions.conf: ; Queue(queuename|[options]|[optionalurl]|[announceoverride]|[timeout]) ; example: Queue(dave|t|||45) #include queues_general_additional.conf #include queues_custom_general.conf [default] ; ; Default settings for queues (currently unused) ; #include queues_custom.conf #include queues_additional.conf #include queues_post_custom.conf queues_general_addi...
2010 May 20
1
run extensions after call moved to queue and answered by member
Hello. Can You provide example, how can i run specific extension after incoming call going into queue and answered (but not hangup). (i want to use System(echo .....) after member of specific queue answered a call); Thank You. -- Vasiliy G Tolstov <v.tolstov at selfip.ru> Selfip.Ru
2006 Apr 20
2
queues and the '*' key
[root@asterisk asterisk]# asterisk -V Asterisk SVN-branch-1.2-r8632M I was wondering if there was some documentation I was missing on the '*' key and queues. I have my features setup to use *x, where x is a #, but these features don't work for calls coming in from a queue. As soon as the '*' button is hit, the call is disconnected. I have a vague memory of reading about
2004 Jan 09
2
max queue time; newbie question
I am just studying Asterisk now and have a question. Is it possible to force anyone who enters a queue into voice mail after they have been in the queue for 30 seconds? /************************************************************** Ken Alker ken@impulse.net ham radio: KA6SDU Impulse Internet Services http://www.impulse.net Santa Barbara, San Luis Obispo,
2003 Sep 09
3
Transfer of queue call
Hello, hope somebody can help. I have setup a queue which maps to some Budgetone SIP phones. When a call is answered, the # key to transfer a call does not work. Everything else regarding the queue works fine. Is there a way to activate it? Maybe something like the t option in the Dial application. Thanks in advance, Christian.
2009 Jun 08
1
Help with asterisk core dump
...annel.c:3203 #17 0x00b62d13 in ring_entry (qe=0xb55fed00, tmp=0x98397f8, busies=0xb55fec44) at app_queue.c:1921 #18 0x00b639c0 in ring_one (qe=0xb55fed00, outgoing=0x9496d60, busies=0xb55fec44) at app_queue.c:2071 #19 0x00b6c670 in try_calling (qe=0xb55fed00, options=<value optimized out>, announceoverride=0x0, url=0x0, tries=0xb55feea0, noption=0xb55fee9c, agi=0x0) at app_queue.c:2960 #20 0x00b6fdca in queue_exec (chan=0x96e44b8, data=0xb5600f28) at app_queue.c:4083 #21 0x080ca6eb in pbx_extension_helper (c=0x96e44b8, con=0x0, context=0x96e4638 "electr-cola-distribucion", exten=0x96e46...
2011 Mar 10
4
Asterisk queues : command to run when a call is being bridged
Hi, Is there any way to run a command (AGI script, whatever else) at that moment when the call that was in the queue is being bridged to a specific agent? An examples of what I would want to do with this is, for example, have Asterisk ask the caller for his 4 digit customer ID before being put in the Queue. Once I know who the caller is being connected to (which agent) I'd run a
2006 Jun 27
0
(no subject)
...is restarted, each agent will be automatically ; readded into their recorded queues. Default is 'yes'. ; persistentmembers = yes ; ; Note that a timeout to fail out of a queue may be passed as part of ; an application call from extensions.conf: ; Queue(queuename|[options]|[optionalurl]|[announceoverride]|[timeout]) ; example: Queue(dave|t|||45) autofill = yes [ticketix] ; ; A sample call queue ; ; Musiconhold sets which music applies for this particular ; call queue (configure classes in musiconhold.conf) ; autofill=yes musiconhold = default ; ; An announcement may be specified which is played f...
2007 Dec 04
0
Queue App - crash (1.4.15)
...b0d0 "1196740700.14" prio = 0 max_penalty = 0 reason = QUEUE_UNKNOWN tries = 0 noption = 0 args = {argc = 5, argv = 0xb720f9a8, queuename = 0xb720f7b0 "my-queue", options = 0xb720f7bb "t", url = 0xb720f7bd "", announceoverride = 0xb720f7be "", queuetimeoutstr = 0xb720f7bf "300", agi = 0x0} qe = {parent = 0x8229de0, moh = "default", '\0' <repeats 72 times>, announce = '\0' <repeats 79 times>, context = '\0' <repeats 79 times>, digits = '...
2004 Jul 03
11
Music on hold problem
I can't seem to get music on hold working, it tries to work, but I just hear strange noises on the extension.. Here is some debug info. Looks like mpg123 starts fine, but I hear nothing. I'm on todays CVS build. -- Executing Answer("SIP/2203-062c", "") in new stack -- Executing MusicOnHold("SIP/2203-062c", "default") in new stack --