search for: app_voicemail

Displaying 20 results from an estimated 407 matches for "app_voicemail".

2005 Sep 12
1
compile error with postgres and voicemail
...wing 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 error after make: [...] app_voicemail.c:460: warning: assignment makes pointer from integer without a cast app_voicemail.c:461: warning: implicit declaration of function `PQgetisnull' app_voicemail.c:462: warning: implicit declaration of function `PQgetvalue' app_voicemail.c:462: warning: passing arg 2 of `__builtin_strncpy'...
2008 Dec 03
3
disable database
Hi, How do I disabled asterisk to use database and storage voicemail in directory. Im getting the below error [Dec 3 19:08:53] WARNING[4934]: app_voicemail.c:3430 inboxcount: Failed to obtain database object for 'asterisk'! [Dec 3 19:08:55] WARNING[5129]: app_voicemail.c:2353 last_message_index: Failed to obtain database object for 'asterisk'! [Dec 3 19:09:04] WARNING[4934]: app_voicemail.c:3430 inboxcount: Failed to obtain databas...
2005 Oct 05
2
Sipura Adapter SPA-2002
...exactly the same way. However, with the SPA-2002 we're unable to access the voicemail system (though it does register fine and is able to make and receive calls properly). Here's Asterisk's log file as we try to access the voicemail with the SPA-2002: Oct 4 12:36:09 WARNING[6636] app_voicemail.c: No entry in voicemail config file for '7777' Oct 4 12:36:43 WARNING[6636] app_voicemail.c: No entry in voicemail config file for '7777' Oct 4 12:43:45 WARNING[7130] app_voicemail.c: Couldn't read username Oct 4 12:45:35 WARNING[7287] app_voicemail.c: Couldn't read us...
2009 Oct 21
1
Incorrect voice mail format on transfer
...rying to create a file with an extension of wav49|gsm|wav which is confusing not only the email attachment but also sox which cannot find such a format based upon file extension. Here is what I see in /var/log/asterisk/messages. First, the user doing the transfer: [Oct 21 12:23:17] WARNING[13297] app_voicemail.c: IMAP Warning: SECURITY PROBLEM: insecure server advertised AUTH=PLAIN [Oct 21 12:27:13] WARNING[13303] app_voicemail.c: IMAP Warning: SECURITY PROBLEM: insecure server advertised AUTH=PLAIN [Oct 21 12:28:44] WARNING[13303] app_voicemail.c: Sox failed to reencode /var/spool/asterisk/voicemail/a10...
2020 Mar 25
1
Asterisk 17.3: No VoiceMailMain when enabling IMAP and ODBC
Hello, On a Debian Buster instance, I compiled Asterisk 17.3.0 from source. I enables all 3 File, IMAP and ODBC voicemail modules but I'm still using classical File module (in modules;conf and voicemail.conf): cd asterisk-17.3.0 ... make menuselect.makeopts menuselect/menuselect --enable app_voicemail_imap menuselect.makeopts; done menuselect/menuselect --enable app_voicemail_odbc menuselect.makeopts; done ... I've got this: CLI> core show application VoiceMailMain Your application(s) is (are) not registered Command 'core show application VoiceMailMain' failed. CLI> module...
2005 Aug 31
2
Howto disable adsi in app_voicemail.c so I can noload *adsi*.so
...ractices is to noload all modules that you don't use. Adsi being one of them (are there actually people using adsi & asterisk?) I noloaded it in /etc/asterisk/modules.conf: noload => res_adsi.so noload => app_adsiprog.so When I start * (this is cvs head of today by the way) I get: [app_voicemail.so]Aug 31 17:25:49 WARNING[4961]: loader.c:314 __load_resource: /usr/lib/asterisk/modules/app_voicemail.so: undefined symbol: adsi_available Aug 31 17:25:49 WARNING[4961]: loader.c:543 load_modules: Loading module app_voicemail.so failed! So appareantly app_voicemail depends on this adsi stuff. Is...
2006 Dec 15
1
Asterisk 1.4.0-beta4 Released
...er of updates: - a bug fix for the ExternalIVR application and addition of 'silence' sound files to support it - various SIP interoperability improvements - memory and dialog leaks in the SIP channel driver - a fix to music-on-hold random mode that was not really random - an improvement to app_voicemail to ensure that the message duration is properly included in email notifications when voicemail messages are forwarded - corrected a segfault issue during reload of the PostgreSQL CDR driver - a change to no longer include a header file that does not exist on Linux kernel 2.6.18 (and caused a proble...
2006 Dec 15
1
Asterisk 1.4.0-beta4 Released
...er of updates: - a bug fix for the ExternalIVR application and addition of 'silence' sound files to support it - various SIP interoperability improvements - memory and dialog leaks in the SIP channel driver - a fix to music-on-hold random mode that was not really random - an improvement to app_voicemail to ensure that the message duration is properly included in email notifications when voicemail messages are forwarded - corrected a segfault issue during reload of the PostgreSQL CDR driver - a change to no longer include a header file that does not exist on Linux kernel 2.6.18 (and caused a proble...
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 p...
2005 Sep 15
1
Can not get realtime static voicemail.conf to work
...' 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 15 13:23:51 DEBUG[28130] res_config_mysql.c: MySQL RealTime: Found 13 rows. Sep 15 13:23:51 DEBUG[28130] app_voicemail.c: VM Review Option disabled globally Sep 15 13:23:51 DEBUG[28130] app_voicemail.c: VM Operator break disabled globally Sep 15 13:23:51 DEBUG[28130] app_voicemail.c: VM CID Info before msg disabled globally Sep 15 13:23:51 DEBUG[28130] app_voicemail.c: Send Voicemail msg disabled globally Sep 15 13...
2009 Aug 12
1
app_voicemail.so: undefinied symbol: global_app_buf
...o an issue getting the voicemail application module to load. Output from debug shows: ------------------------------- [Aug 11 22:00:01] NOTICE[20173]: loader.c:875 load_modules: 1 modules will be loaded. [Aug 11 22:00:01] WARNING[20173]: loader.c:376 load_dynamic_module: Error loading module 'app_voicemail.so': /usr/lib/asterisk/modules/app_voicemail.so: undefined symbol: global_app_buf [Aug 11 22:00:01] WARNING[20173]: loader.c:376 load_dynamic_module: Error loading module 'app_voicemail.so': /usr/lib/asterisk/modules/app_voicemail.so: undefined symbol: global_app_buf [Aug 11 22:00:01] W...
2008 Jan 14
2
app_voicemail for spanish
Guys, anybody has a 1.2.x compatible app_voicemail patched for Spanish prompts that can handle for example, instead of saying "trabajo mensjes" would say "mensajes de trabajo o mensajes trabajo" (inverse)? Also can handle singular and plural (mensaje vs. mensajes)? Anton
2008 Jul 12
1
IMAP Storage Problem
Hi, I'm having a problem with IMAP storage and asterisk. Here is the error message I get (in this instance its checking messages): [Jul 11 23:14:12] WARNING[9888]: app_voicemail.c:8738 mm_log: IMAP Warning: SECURITY PROBLEM: insecure server advertised AUTH=PLAIN [Jul 11 23:14:12] ERROR[9888]: app_voicemail.c:8741 mm_log: IMAP Error: IMAP protocol error: Authentication aborted [Jul 11 23:14:12] ERROR[9888]: app_voicemail.c:8741 mm_log: IMAP Error: IMAP Authentication cancel...
2004 Jun 15
5
building asterisk
I am trying to build asterisk and having an odd problem compiling it. I got the source this morning from CVS with "make update". I then did a "make", but I'm getting errors in app/app_voicemail.c... On line 155 begins a section which almost looks like patch material. The first line is: <<<<<<< app_voicemail.c and then there is some C code defining adapp and adsec, then ======= and some more C code defining adapp and adsec again, followed by >>>>>&...
2005 Aug 10
2
app_voicemail.c still looking for config file even I try to configure the voicemail from database.
...i Kun | wei-kun@mediaring.com | | | 2 | 2001 | local | 2001 | 8765 | Wei Kun | kunwei2005@gmail.com | | +----------+-------------+---------+---------+----------+----------+-------- ---------------+------+ But when I call, it prints Aug 11 15:04:08 WARNING[9316] app_voicemail.c: No entry in voicemail config file for '2001' Do I need put something in voicemail.conf to instruct app_voicemail.c to look it up from database? Thanks Kun
2007 Oct 02
0
Segmentation fault in app_voicemail (ODBC/PSQL problem)
...l_users", ap=0xb7d83a04 "C???B") at res_config_odbc.c:148 #9 0x0808c4c7 in ast_load_realtime (family=0x42b12d "voicemail") at config.c:1327 #10 0x0041de88 in find_user (ivm=0xb7d8df60, context=0xb7d8e3cb "miniminder", mailbox=0xb7d8e3c4 "123456") at app_voicemail.c:717 #11 0x0041e5b3 in leave_voicemail (chan=0x878be98, ext=0xb7d9005a "123456 at miniminder", options=0xb7d900fc) at app_voicemail.c:2804 #12 0x00425b13 in advanced_options (chan=0x878be98, vmu=0xb7d972c8, vms=0xb7d90208, msg=0, option=1, record_gain=0 '\0') at app_voicemail.c:8...
2010 Dec 21
1
app_voicemail.c how to enable debugging?
Hi Looking at the source of app_voicemail.c there are many statements like: ast_debug(1, "%s doesn't exist, doing what we can\n", prefile); Where do I have to enably this to be showed in the console or logged to a file by logger. core set debug does not seem to help here. Well, my actual problem i...
2020 Jan 21
2
What does "all 3 app_voicemail variants can now be built" implies exactly ?
Hello, >From Astricon 2019 notes [1], you can read "[a]ll 3 app_voicemail variants can now be built". What does it mean ? Is this change tied with a specific Asterisk version ? Is possible to change from ODBC to IMAP without re-compilation ? Is it also possible to mix mailbox types on a single system ? [1] https://wiki.asterisk.org/wiki/display/AST/Agenda+2019 Be...
2009 Jul 03
1
Zimbra IMAP authentication - SOLVED
...below works. It's a wonder to behold. Thanks Asterisk developers - John Hello, all. I'm having a nasty time trying to integrate Asterisk and Zimbra for voice mail. No matter whether I use imappassword=, imappasswd=, or imapsecret=, I get these errors: [Jul 2 19:54:26] WARNING[26609]: app_voicemail.c:2306 mm_log: IMAP Warning: SECURITY PROBLEM: insecure server advertised AUTH=PLAIN [Jul 2 19:54:26] WARNING[26609]: app_voicemail.c:2306 mm_log: IMAP Warning: Retrying PLAIN authentication after AUTHENTICATE failed [Jul 2 19:54:26] WARNING[26609]: app_voicemail.c:2306 mm_log: IMAP Warning: SECU...
2007 Apr 30
5
Asterisk 1.4.4 VoiceMail ODBC Storage Help
...tion with asterisk. All appears to work fine, however, I get several sql execute warnings. I was wondering if anyone out there could help me get to the bottom of what is causing this and how I could possibly go about rectifying it. The warning message we are getting is as follows: WARNING[30115]: app_voicemail.c:1280 delete_file: SQL Execute error! [DELETE FROM voicemailmessages WHERE dir=? AND msgnum=?] This warning occurs whenever a user leaves a message for an extension. It also occurs when someone dials in to listen to their messages when they hang up. These messages do actually exist within the da...