similar to: 1.6.1.18 : app_voicemail is calling sendmail without any argument

Displaying 20 results from an estimated 5000 matches similar to: "1.6.1.18 : app_voicemail is calling sendmail without any argument"

2010 Aug 25
1
ODBC Voicemail storage
Hi, I have a strange problem. I'm using Asterisk 1.4.xx with ODBC storage (FreeTDS -> Mssql 2008 database). Everything it's working fine, but sometimes I receive this error and Asterisk crashes. [Aug 25 13:25:13] WARNING[14032] app_voicemail.c: SQL Prepare failed![SELECT COUNT(*) FROM pbx_VoiceMail WHERE dir = '/var/spool/asterisk /voicemail/default/7002/INBOX'] [Aug 25
2010 Dec 03
3
Asterisk error - 1.6.2 SVN - voicemail files "corrupted"
Hi, I know I am using SVN, but I was wondering if anybody ever came across this error. I can't read my voicemails because files seems to be corrupted, for lack of a better word. When I do access my messages, I get those errors: [Dec 2 19:45:05] NOTICE[25993]: app_voicemail.c:7432 open_mailbox: Mailbox: /var/spool/asterisk/voicemail/xxx/709/INBOX, expected 0 but found 3
2005 Aug 31
2
Howto disable adsi in app_voicemail.c so I can noload *adsi*.so
Hi all, I've been told that part of best practices 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]:
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
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
2007 Oct 02
0
Segmentation fault in app_voicemail (ODBC/PSQL problem)
I have been testing with asterisk 1.4.11 and have found a segmentation fault while using voicemail. It happens when I try to forward a voicemail. As soon as I press the option the server crashes. I ran asterisk up inside gdb and got the following stack trace ==================================================================== Program received signal SIGSEGV, Segmentation fault. 0x00140adf in
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 is, that if a customer has recorded his own greeting, he
2010 Jan 07
1
voicemail /odbc problem
Hi, I'm having a bit of a problem with storing voicemail messages in an odbc database. I *think* I've got everything configured correctly but messages are stored on the asterisk server instread of in the database. System info 64 bit redhat RHEL 5.1 Asterisk 1.4.26 unixODBC installed used makemenuselect to instal res_odbc and cdr_odbc Back end database DB2 Database name voiceml
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 Best regards
2020 Jan 21
0
What does "all 3 app_voicemail variants can now be built" implies exactly ?
> > From Astricon 2019 notes [1], you can read "[a]ll 3 app_voicemail variants > can now be built". > What does it mean ? At compilation, you can specify which voicemail modules you would like to build. You can select all 3 modules if you want. Is this change tied with a specific Asterisk version ? This should be in 17. Is possible to change from ODBC to IMAP without
2006 Dec 08
1
Question on retrieve_file() function in app_voicemail.c
I understand this function (line 832 in app_voicemail.c) is used to retrieve a voice message. What I don't understand however is why ".txt" is appended to the end of the filename. Could someone shed some light on this for me? Thanks, Jez if (msgnum > -1) make_file(fn, sizeof(fn), dir, msgnum); else ast_copy_string(fn, dir, sizeof(fn)); snprintf(full_fn, sizeof(full_fn),
2007 Apr 20
0
app_voicemail.c
Hi everyone, I have the project to personalize the voicemail's IVR. During the intro message (when you call the voicemail of someone), Asterisk pronounce the number of the personal extension number by number (like that : 0.1..2.3.) and I would like it pronounce it by couple of numbers (like that : 01.23.). I have read on forums that I have to modify the app_voicemail.c to do
2008 Feb 17
1
app_voicemail - Failed to open file ../tmp/xxxxx.WAV
Hi, Would anyone have a clue on this issue? I'm running asterisk 1.4.13. Trying to get a WAV voicemail file attachment sent to my email address. Voicemail is working fine. Email notification of a new message works fine. However, when I set up voicemail.conf to have an attachment of the file sent to email I get an error message like this on the console: [Feb 17 13:33:37]
2009 Aug 12
1
app_voicemail.so: undefinied symbol: global_app_buf
Hello, I recently completed a fresh install of Asterisk SVN-group-srtp-r183146M-/trunk , and I'm running into 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
2010 Dec 16
0
app_voicemail: "3" for advanced options does not have an effect _while_ the vm-message is played
"3" for advanced options does not have an effect _while_ the vm-message is played. all other options like "7" delete or "6" next message are working. after the vm-message is played, it's working. the question: is this intentional? or a bug? the available documentation does not describe this case. Kristijan
2009 Dec 09
1
app_voicemail. Help me to find typo source ...
Hi, In /var/log/asterisk/full (Asterisk 1.6.2-rc6), I can see : [Dec 8 15:02:17] VERBOSE[10283] config.c: == Parsing '/var/spool/asterisk/voicemail/default/103/INBOX/msg0000.txt': [Dec 8 15:02:17] VERBOSE[10283] config.c: == Found [Dec 8 15:02:17] VERBOSE[10283] file.c: -- <SIP/103-00000784> Playing 'vm-message.gsm' (language 'fr') [Dec 8 15:02:18]
2010 Apr 18
1
Bug or feature: cdr_odbc.conf.sample
Hello,
2004 Jun 23
0
UPDATE Patch for postgres enabled app_voicemail.c
I forgot to take out the portion that would read in the voicemail boxes from the text file. If you want to leave it in then you could have some voicemail boxes defined in the text voicemail.conf. I do not, so I have removed it. Below is the new patch: *** app_voicemail.c 2004-06-23 07:55:54.000000000 -0600 --- app_voicemail.c.new 2004-06-23 07:55:47.000000000 -0600 *************** *** 49,61 ****
2004 Jun 23
0
Patch for postgres enabled app_voicemail.c
Hello all, I am just getting going on building my system, but I thought I'd send you all a patch that I wrote so the command: show voicemail users issued from the CLI works properly when there is a postgres backend for the voicemail. The current version of the app does not display the voicemail boxes found in a database. It is called in the load_config function. I haven't done
2010 Jun 23
2
"Hidden" memory leak
Hi all, Anyone know why this happens? Mem: 524288k total, 508120k used, 16168k free, 0k buffers Swap: 0k total, 0k used, 0k free, 0k cached PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 1 root 15 0 2152 664 576 S 0.0 0.1 0:49.26 init 7398 root 18 0 10172 2904 2312 S 0.0 0.6 0:00.21 sshd 9856