search for: vmu

Displaying 18 results from an estimated 18 matches for "vmu".

Did you mean: vmi
2004 Apr 08
3
Re: : External access to voicemail
...ast_streamfile(chan, prefile, chan->language) > -1) - res = ast_waitstream(chan, "#0"); + res = ast_waitstream(chan, "*#0"); } else { ast_log(LOG_DEBUG, "%s doesn't exist, doing what we can\n", prefile); res = invent_message(chan, vmu->context, ext, busy, ecodes); @@ -1138,6 +1138,10 @@ silent = 1; res = 0; } + if (res == '*') { /*break out to main vm*/ + free_user(vmu); + return(100); + } if (!res && !silent) { res = ast_streamfile(chan, INTRO, chan->language); if (!res) @@ -115...
2004 Jun 23
0
UPDATE Patch for postgres enabled app_voicemail.c
...,"postgres find_user: query found %d rows with %d fields\n",PQntuples(PGSQLres), numFields); if (PQntuples(PGSQLres) != 1) { ast_log(LOG_WARNING,"PGSQL_query: Did not find a unique mailbox for %s\n",mailbox); PQclear(PGSQLres); *************** *** 408,414 **** if (ivm) vmu = ivm; else ! /* Make a copy, so that on a reload, we have no race */ vmu = malloc(sizeof(struct ast_vm_user)); if (vmu) { memcpy(vmu, cur, sizeof(struct ast_vm_user)); --- 509,515 ---- if (ivm) vmu = ivm; else ! /* Make a copy, so that on a read, we have no race */ vmu = malloc(siz...
2004 Jun 23
0
Patch for postgres enabled app_voicemail.c
...,"postgres find_user: query found %d rows with %d fields\n",PQntuples(PGSQLres), numFields); if (PQntuples(PGSQLres) != 1) { ast_log(LOG_WARNING,"PGSQL_query: Did not find a unique mailbox for %s\n",mailbox); PQclear(PGSQLres); *************** *** 408,414 **** if (ivm) vmu = ivm; else ! /* Make a copy, so that on a reload, we have no race */ vmu = malloc(sizeof(struct ast_vm_user)); if (vmu) { memcpy(vmu, cur, sizeof(struct ast_vm_user)); --- 509,515 ---- if (ivm) vmu = ivm; else ! /* Make a copy, so that on a read, we have no race */ vmu = malloc(siz...
2006 Nov 28
1
vm_change_password shell?
In Asterisk 1.2.13 in app/app_voicemail.c, line 4700 ext_pass_cmd is checked to decide whether to use vm_change_password or vm_change_password_shell to change a user's password for his voicemail account. I wonder, what is the difference between vm_change_password and vm_change_password_shell - what is that shell? The only reference I found on the Internet was the following bug report:
2006 Mar 09
1
Getting to the last "old" voicemail message
If you have many old voicemail messages, to get to the most recent one, you have to keep hitting "6" until you reach the last one. It would be better if you could hit "4" from the first message to get to the last message and/or have a digit that takes you the first and last messages respectively. Anyone have any patches for this?
2005 Aug 03
1
Voicemail Password crashing
...e, no debug info>} 0x40189930 <wcslen> (gdb) backtrace #0 0x40189938 in wcslen () from /lib/libc.so.6 #1 0x4018ab72 in wcsrtombs () from /lib/libc.so.6 #2 0x401584a3 in vfprintf () from /lib/libc.so.6 #3 0x401600af in fprintf () from /lib/libc.so.6 #4 0x4074489a in vm_change_password (vmu=0xbd7f88e4, newpassword=0xbd7f7574 "123") at app_voicemail.c:662 #5 0x4074334d in vm_options (chan=0x8140e58, vmu=0xbd7f88e4, vms=0xbd7f8d34, fmtc=0x4074ba00 "wav49|gsm|wav") at app_voicemail.c:4389
2004 Jun 26
2
Newbie needs help
I've been banging my head on a brick wall for about an hour now trying to understand why the following doesn't work (which is even provided as an example in the distribution!). The goal is to create a voicemail-only extension not associated with a phone. I'd rather not have an extension dedicated to VoicemailMain(), so I would like the user to be able to hit '*' during
2009 Aug 21
3
Core dump gets created while accessing voicemail
.../usr/lib64/libodbc.so.1 #1 0x000000322b417b5c in SQLFreeHandle () from /usr/lib64/libodbc.so.1 #2 0x00002aaac132ccdd in message_exists (dir=<value optimized out>, msgnum=<value optimized out>) from /usr/lib/asterisk/modules/app_voicemail.so #3 0x00002aaac132dab2 in save_to_folder (vmu=0x41751e80, vms=<value optimized out>, msg=0, box=<value optimized out>) from /usr/lib/asterisk/modules/app_voicemail.so #4 0x00002aaac132dc77 in close_mailbox (vms=0x4174bd60, vmu=0x41751e80) from /usr/lib/asterisk/modules/app_voicemail.so #5 0x00002aaac1341b43 in vm_execmain (cha...
2003 Jul 23
5
Asterisk as a stand alone voice mail server
I'm sure asterisk would make a great stand alone voice mail server. Basically I want to get rid of our voice mail system and replace it with *, but the problem is we use a cisco cluster with skinny clients. So I was thinking the way to contact a * server, would be through our 3640. But so far any attempt has failed. I am wondering if anyone has done something similar. Just want to verify the
2004 Jul 21
0
Voicemal error
Hi, i've a proble using voicemail. when i make a call and start voicemail asterisk tell me mail address is missing even if i used it as written mailbox => name,pwd,mail@mail I saw that modifying in app_voicemail.c line 836 in this manner: if (vmu && ast_strlen_zero(vmu->email)), so replacing !(ast_strlen_zero(vmu->email)), it works. did anyone have the same problem? or is there a different solution? Thanks, Bob __________________________________________________________________ Tiscali ADSL Senza Canone, paga solo quello che...
2010 Nov 30
2
Correct operation of timout parameter for dial application
...DIALSTATUS}) exten => 111,n,GotoIf($[${DIALSTATUS} = CHANUNAVAIL]?unavail) exten => 111,n,GotoIf($[${DIALSTATUS} = NOANSWER]?unavail) exten => 111,n,GotoIf($[${DIALSTATUS} = BUSY]?busy) exten => 111,n,GotoIf($[${DIALSTATUS} = CONGESTION]?busy) exten => 111,n(unavail), Goto(voice-mail,vmu-phone1,1) exten => 111,n(busy), Goto(voice-mail,vmb-phone1,1) Under normal operation the originating caller is passed through to voicemail. However, if/when the device is not responding to invites, for whatever reason, the dial application waits 30 seconds before setting the DIALSTATUS to NOANS...
2007 Jul 16
1
Cisco 7940 log on/off
Hi All, Anyone know if theres a way to share a Cisco 7940 between hot-desk users? My phones get their setup via SIP .cnf files, that load at boot via tftp, so I'm assuming the configs a failry static. However if I want a phone to be hot-desked, I could have different users sitting there. Is there any concept of "logging on" in these environments? Cheers, Adrian
2006 Nov 30
0
Voicemail callback bug?
...v' (language 'en') > -- Playing 'vm-advopts' (language 'en') > -- Playing 'vm-toreply' (language 'en') > > > msg0001.txt looks like this: > > [message] > origmailbox=400 > context=vm-in > macrocontext= > exten=vmu > priority=106 > callerchan=SIP/vm-082b9f78 > callerid="Buck Aneer" <300> > origdate=Thu Sep 28 04:18:36 PM UTC 2006 > origtime=1159460316 > category= > duration=7 > > > No entry in voicemail config file for "3" leads me to think that >...
2007 Oct 02
0
Segmentation fault in app_voicemail (ODBC/PSQL problem)
...ontext=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:8111 #13 0x00429ab4 in vm_execmain (chan=0x878be98, data=0xb7d9bf28) at app_voicemail.c:6630 #14 0x080c587e in pbx_extension_helper (c=0x878be98, con=0x0, context=0x878c018 "miniminder", exten=0x87...
2006 Jan 28
0
Your false remark on PR#1654
...es tick marks at > 1, 1.5, 2.0, etc regardless of what the third argument is (I want them only at > integer values). > > plot(x=c(min(time),max(time)),y=c(min(y-se),max(y+se)),type='n',xaxp=c(1,4,3), > xlab='Measurement Time Point', > ylab='Accelerometer Mean VMU/min') > > A prior bug report says this problem has been fixed (Graphics-fixed/1654), but > it looks like that referred to the unix version. > > ______________________________________________ > R-devel at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-d...
2008 Jul 07
5
Meetme
Hi folks, we use meetme application with pin so when a customer joins he's prompted for his name. Then the voice say:"press one to accept the recording..." My question is, is it possible to cut off that request to"press one"? Thanks to all -- .:FaberK:.
2011 Apr 08
9
send voicemail to multiple emails
Is there a way for asterisk's voicemail to send an email (including voicemail attachment) to multiple email addresses? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110408/8908db5f/attachment.htm>
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