Displaying 20 results from an estimated 20000 matches similar to: "Voicemail hangups/minimum message size"
2013 Jan 22
2
Asterisk voicemail minimum length / silence settings
What I'm trying to achieve is that a voicemail message should be at
least 3 seconds long for it to be saved, but *after that* a prolonged
silence (e.g. 10 seconds) should terminate the call and recording.
My current settings (Asterisk 10.7.0 and 11.2.1) are:
; Minimum length of a voicemail message in seconds for the message to be kept
; The default is no minimum.
minsecs=3
;
2005 Sep 15
1
Can not get realtime static voicemail.conf to work
Here is what happens on startup:
Sep 15 13:23:51 DEBUG[28130] res_config_mysql.c: MySQL RealTime:
Static SQL: SELECT category, var_name, var_val, cat_metric FROM
settings WHERE filename='voicemail.conf' and commented=0 ORDER BY
filename, cat_metric desc, var_metric asc, category, var_name,
var_val, id
Sep 15 13:23:51 DEBUG[28130] res_config_mysql.c: MySQL RealTime:
Everything is fine.
Sep
2008 Feb 23
2
MySQL Voicemail Storage Questions\Errors
I am running CentOS 5 with Asterisk 1.4.14. I am trying to setup storage of voicemail messages into MySQL. It is my understanding that I can only do this via ODBC. I installed per http://www.voip-info.org/wiki/view/CentOS+5+and+Asterisk+1.4.x+installation unixODBC unixODBC-devel libtool-ltdl libtool-ltdl-devel and mysql-connector-odbc. I reconfigured and built Asterisk, using menuconfig to
2003 Sep 16
8
Hangups after voicemail
Hi,
Try as I might, I can't get hangups detected on a Zap channel with loop start
lines. So, after someone leaves a voicemail and then hangs up, Asterisk
doesn't know it, exits VoicemailMain2, and loops back to the corporate
greeting, tying up the line even though the outside caller has hung up.
Therefore, I've added the following hideous hack - er, code - to voicemail2.c.
It
2003 Sep 24
1
Voicemail doesn't hangup
I'm running the a very recent CVS version of asterisk on an RH9
machine. My problem is that my x100p takes about 10 seconds to detect a
hangup. After that it takes about 10 more seconds for the the zaptel
device to release the line. Here's an example of my console report:
== Parsing
'/var/spool/asterisk/voicemail/default/101/INBOX/msg0000.txt': ==
Parsing
2010 May 12
1
Voicemail() app not available?
Hi all,
I have a demo machine I'm running up on Lenny - it has the packaged
Asterisk version installed (1.4.21.2+stuff).
I'm trying to add an extension to leave a voicemail message, just with
Voicemail(1234), which I've done before (on 1.2 at least), but it's
saying "no application 'Voicemail' ".
"module show like voi" shows
2005 Jul 04
2
voicemail (gui vmail.cgi) patch
Hi,
How could I change the default permissions for voicemails?
When I try to install the patch mentioned at http://www.voip-info.org/tiki-index.php?page=Asterisk+gui+vmail.cgi, I get the following response:
patch < voicemail.patch
patching file app_voicemail.c
Hunk #1 FAILED at 39.
Hunk #2 FAILED at 119.
Hunk #3 FAILED at 296.
Hunk #4 FAILED at 1248.
Hunk #5 FAILED at 1273.
Hunk #6
2012 Sep 20
2
Voicemail not working with vm boxes named with a star
Hi list,
in asterisk 1.4 and maybe earlier it was possible to use voicemail
system with mailboxes starting with some special characters like *. The
line in voicemail.conf was like this:
*123 => , AB,,,tz=cet|attach=no|
Calling exten => s,n,Voicemail(*123,su) is working in asterisk 1.4.
In Asterisk 1.8 the above scenario is not working any more. The
Voicemail application reports an
2004 May 05
1
MySQL and VoiceMail again
Hi,
At first I would like to express how much I like Asterisk. Amazing product.
I compiled Asterisk with mySQL support for CDR and Voicemail. Everything
seems to be fine, I can see that Asterisk connects to mysql and logs CDRs. I
can also see that the VOicemail app is also logged in, however I can not
access any mailboxes.
Similar messages to others,
app_voicemail.c:3011 vm_execmain: Couldn't
2005 Sep 12
1
compile error with postgres and voicemail
Hello,
I'm using asterisk-1.0.9 and wanted to compile it with database support in
voicemail (postgres).
I made the following changes in the /apps/Makefile:
USE_MYSQL_VM_INTERFACE=0
USE_POSTGRES_VM_INTERFACE=1
Without theese changes asterisk compiles perfectly, but after setting the
postgres variable on 1 (that's what I have to do or not?), asterisk
terminates with the following compile
2004 Aug 18
1
Hangups - SIGFPE in dsp.c
Hi,
I'm running the latest CVS HEAD version of asterisk, and I'm experiencing
hangups during voice conversation. This happens quite regularely and
often.
The problem is in dsp.c, line 1235, where it says
accum /= len;
But `len', at this point, is 0, resulting in a SIGFPE. The routine
ast_frame *i4l_read() in channels/chan_modem_i4l.c:411 is
setting p->fr.datalen to
2005 Aug 10
2
app_voicemail.c still looking for config file even I try to configure the voicemail from database.
Hi
I am trying to make asterisk load config from database, so far I get the
sip, extension working, but voicemail seems still looking for config file,
not from the database.
the extconfig.conf looks like
...
sipusers => mysql,asterisk,sip_buddies
sippeers => mysql,asterisk,sip_buddies
extensions => mysql,asterisk,extensions_table
voicemail => mysql,asterisk,voicemail_users
..
the
2005 Oct 16
2
Modifying Voicemail App
I want to add things to the prompts like:
"mark urgent"
"add to message"
"pause while recording message"
Any examples of how to do this?
I'd also like to switch around prompts, not simply
edit the sound files.
Is it an agi, special dailplan, patching the
app_voicemail.c file? All three?
Any input/examples are welcome.
-thanks
2011 May 06
3
Configuring Voicemail in Asterisk 1.8
Hi All;
Already in the voicemail.conf file, I added the extension 500 and kindly find below my voicemail configuration:
[Internal]
0 => 1234,Gama Operator,Operator at gama.com
500 => 1234,Operator,Operator at gama.com
501 => 1234,Employer Name,employer_email at gama.com
502 => 1234,Employer Name,employer_email at gama.com
Asterisk version is 1.8 and currently I am getting this
2004 Apr 08
3
Re: : External access to voicemail
Hello steve. Here is a patch I wrote for app_voicemail.c which does
exactly as you describe. When the outgoing message is playing, if the
listener hits the "*" key, they're prompted for a mailbox and password,
whereupon they can check their voicemail as if they were using the internal
phone. I found no other way of doing this.
If you patch your app_voicemail.c, I have V1.44 from
2004 Jul 01
5
voicemail notification?
Just upgraded to cvs Head this morning and noticed our voicemail
notification (via email) is failing with:
Jul 1 07:48:38 WARNING[1217669936]: app_voicemail.c:837 sendmail:
E-mail addres s missing for mailbox [3000]. E-mail will not be sent.
However, a valid address in voicemail.conf has been working just
fine until now. Sendmail is running, etc.
If I add a "second" email address
2006 Oct 16
1
1.4 beta voicemail warning
hey all,
I'm getting this warning on the console when I leave a voicemail on my test
server:
[Oct 16 20:56:36] WARNING[3853]: app_voicemail.c:6552 vm_exec: Prefixing the
mailbox with an option is deprecated ('u250@local-vm-users').
[Oct 16 20:56:36] WARNING[3853]: app_voicemail.c:6553 vm_exec: Please move all
leading options to the second argument.
This is what voicemail.conf
2006 May 12
3
VoiceMail application: "j" option not working as I supposed
I've the following dialplan.
exten => _XX,hint,SIP/${EXTEN}
exten => _XX,1,Dial(SIP/${EXTEN},10,j)
exten => _XX,2,VoiceMail(${EXTEN}@default,u|j)
exten => _XX,3,Hangup()
exten => _XX,102,Goto(110)
exten => _XX,103,Playback(pbx-invalid)
exten => _XX,104,Hangup()
exten => _XX,110,VoiceMail(${EXTEN}@default,b|j)
exten => _XX,111,Hangup()
exten =>
2006 May 06
3
Voicemail error
I (sometimes) get this error message:
WARNING[17191]: app_voicemail.c:2411 leave_voicemail: No entry in voicemail config file for 'irstname.lastname'
I can see the value of the argument is "firstname.lastname" when this line executes in the std-exten macro:
exten => s-NOANSWER,1,Voicemail(u${ARG1}) ; If unavailable...
But the error message drops the first character. It
2003 Aug 18
3
Voicemail2 vs. Voicemail
Does anybody have any reason why I should *not* permenantly replace
app_voicemail with app_voicemail2? If so, speak now or forever cvs update
-D "8/18/2003".
Mark