similar to: Call agent when queue is empty and there is a voicemail left

Displaying 20 results from an estimated 30000 matches similar to: "Call agent when queue is empty and there is a voicemail left"

2010 May 31
6
Voicemail : mail attachment to multiple mail-addresses
Hello list, google returns a discussion on the dev-list when I search for how to mail a voicemail to multiple mail addresses. Is there yet a seperator that actually works to define multiple mail addresses ? Kind regards, Jonas. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 May 08
2
Not receiving voicemail message in mailbox
It should be as simple as editing voicemail.conf : ; Voicemail Configuration ; [general] ; Formats for writing Voicemail. Note that when using IMAP storage for ; voicemail, only the first format specified will be used. format=wav49|wav|gsm ; Who the e-mail notification should appear to come from serveremail=asterisk-voicemail ; Should the email contain the voicemail as an attachment attach=yes ;
2011 Jan 11
2
Show voicemail in GUI
Hello list, I have a management user interface written in php for controlling some functions of Asterisk PBX. I use realtime a lot. Is there a way to easily get the details of a voicemail account and the messages that have been left ? In use realtime voicemail, but how to get the messages that have been left for a certain mailbox-extension ? Kind regards, Jonas. -------------- next part
2010 Jun 05
1
Can one adjust the voicemail-menu when using VoiceMailMain() ?
Hello list. The VoiceMailMain()-application has an advanced menu. Can I get a Voicemail-application that has less functionality ? I only want the user to listen to new voicemail-messages (and delete them), not the functionality with the folders and redirecting messages to other mailboxes... I've looked at the code in /usr/src/asterisk-1.4.30/apps/app_voicemail.c but it seems complicated
2009 Jun 24
3
GUI for Asterisk
I wonder if there is a GUI that does not change the underlying hand-made configuration ?! What I'm looking for actually is a GUI for adding a new SIP-client + voicemail, so that a company does not have to call me when they hired a new employee. I don't want a GUI that over-writes my hand-made SIP-configuration, and my hand-made dialplan. Jonas. -------------- next part -------------- An
2009 Nov 18
2
Queues without agent login
Is it possible to make use of queues for incoming calls but to have agents that do not need to log in ? If I create a queue and make certain SIP-users member of the queue, do these SIP-users always need to log in to the queue to be able to receive calls that are in the queue ?? Can't a member be just available when the phone is registered to the Asterisk-server ? In stead of also having to
2009 Sep 17
1
I'm not getting the ability to leave a voicemail-message
I'm having a little problem with voicemail. Actually I'm not getting the ability to leave a voicemail-message. This is part of the dialplan : > exten => s,n(voicemail),PlayBack(/var/lib/asterisk/sounds/voicemail/${ARG1}) > exten => s,n,NoOp(${ARG1}@boxes) > exten => s,n,Voicemail(${ARG1}@boxes) > exten => s,n,Hangup() > exten => s,n,MacroExit This is the
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/ ...
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
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
2010 Mar 01
2
Is answer() necessary ?
Hello list, is it necessary to properly answer() an incoming call ? I don't want to answer a call because the caller has to pay even if the attached SIP-phones do not answer the phone call. Because I answer() the incoming call, the caller has to pay for 60 seconds of 'ringtone'. On the other hand, sometimes an incoming call is send to a macro where the caller is given the
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
2010 Feb 22
2
Problems with SIP realtime
I have followed the instructions on voip-info.org for Realtime SIP peers, but I get this notice : [Feb 22 20:05:32] NOTICE[15298]: chan_sip.c:15889 handle_request_register: Registration from '<sip:testsip at 192.168.1.150;transport=UDP>' failed for '192.168.1.105' - No matching peer found The CLI shows : [Feb 22 19:58:23] == Parsing
2016 Sep 17
2
Ast 13.11.2 : bridgepeer variable empty ?
Hello a call goes out and is answered : [Sep 17 11:29:52] VERBOSE[23420][C-00000051] app_dial.c: SIP/myprovider-0000010b is making progress passing it to SIP/mysippeer-00000108 [Sep 17 11:30:05] VERBOSE[23420][C-00000051] app_dial.c: SIP/myprovider-0000010b answered SIP/mysippeer-00000108 [Sep 17 11:30:05] VERBOSE[23522][C-00000051] bridge_channel.c: Channel SIP/myprovider-0000010b joined
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. > >
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
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
2010 Sep 22
2
Unable to open vm-INBOXs
Hello list, it seems that a sound file is not present on my system, although I have made a standard install... [Sep 22 12:28:51] WARNING[22117]: file.c:650 ast_openstream_full: File vm-INBOXs does not exist in any format [Sep 22 12:28:51] WARNING[22117]: file.c:953 ast_streamfile: Unable to open vm-INBOXs (format 0x8 (alaw)): No such file or directory I do not find this particular soundfile
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
2016 Sep 19
2
Ast 13.11.2 : bridgepeer variable empty ?
Hello I can confirm that the variable DIALEDPEERNAME contains the information that I would expect in the variable BRIDGEPEER. But I read nowhere that DIALEDPEERNAME has replaced BRIDGEPEER as of Asterisk version 13 ?! So if this is not the intention, then yes this is probably a bug and should be reported. Kind regards. Jonas. On 18-09-16 19:58, Ludovic Gasc wrote: > Hi, > >