Re: [asterisk-users] Realtime Voicemail MWI

2015-09-22 Thread Stefan Tichy
>From SIP-debug output I have a little more information. In one case the first subscribe after a restart was rejected: SIP/2.0 481 Call/Transaction Does Not Exist Later subscribes from the same phone needed authentication and after this where rejected: SIP/2.0 404 Not found (no mailbox)

Re: [asterisk-users] Realtime Voicemail MWI

2015-09-21 Thread Nick Olsen
: Yes Callerid : "Nick" <321XXX> Nick Olsen Network Operations (855) FLSPEED x106 From: "Stefan Tichy" <asteri...@pi4tel.de> Sent: Sunday, September 20, 2015 9:28 AM To: asterisk-users@lists.digium.com S

Re: [asterisk-users] Realtime Voicemail MWI

2015-09-20 Thread Stefan Tichy
On Wed, Sep 16, 2015 at 04:44:45PM -0400, Nick Olsen wrote: > I've got SIP Peers in realtime. All with a mailbox set. 98% of the time, > These are loaded into asterisk without the mailbox info. Leading to > "Received SIP subscribe for peer without mailbox" notices. And non-working > MWI. >

Re: [asterisk-users] Realtime Voicemail MWI

2015-09-17 Thread Michele Pinassi
Hi Nick, did you set-up also Voicemail boxes in Realtime ? Michele Il 16/09/2015 22:44, Nick Olsen ha scritto: > Greetings All, Regarding this archived > post. > http://lists.digium.com/pipermail/asterisk-users/2014-November/285169.html > > Did anyone ever find an solution to this? I've got

Re: [asterisk-users] Realtime Voicemail MWI

2015-09-17 Thread Nick Olsen
Yes, They are. Nick Olsen Network Operations (855) FLSPEED x106 From: "Michele Pinassi" <michele.pina...@unisi.it> Sent: Thursday, September 17, 2015 3:07 AM To: asterisk-users@lists.digium.com Subject: Re: [asterisk-users] Realtime

Re: [asterisk-users] realtime voicemail asterisk 11

2013-10-14 Thread Warren Selby
On Mon, Oct 14, 2013 at 11:13 AM, troxlinux xserverli...@gmail.com wrote: Hi list, I'm trying to put my voicemail on asterisk realtime with 11.XX, generate tables in a couple of files in the folder realtime / mysql , voicemail_messages.sql and voicemail.sql the connection with mysql and odbc

Re: [asterisk-users] realtime voicemail asterisk 11

2013-10-14 Thread troxlinux
res_config_mysql [general] dbhost = 127.0.0.1 dbname = asterisk dbuser = root dbpass = x dbport = 3306 dbsock = /var/lib/mysql/mysql.sock extconfig.conf voicemail= mysql,asterisk,voicemail_messages right now I'm around trying to rename the table voicemail_messages by asterisk.voicemessages

Re: [asterisk-users] realtime voicemail asterisk 11

2013-10-14 Thread Warren Selby
On Mon, Oct 14, 2013 at 12:19 PM, troxlinux xserverli...@gmail.com wrote: res_config_mysql [general] dbhost = 127.0.0.1 dbname = asterisk dbuser = root dbpass = x dbport = 3306 dbsock = /var/lib/mysql/mysql.sock extconfig.conf voicemail= mysql,asterisk,voicemail_messages First

Re: [asterisk-users] realtime voicemail asterisk 11

2013-10-14 Thread troxlinux
thnk Warren , I only see one warning message [Oct 14 13:12:14] WARNING[2736][C-]: app_voicemail.c:3768 retrieve_file: SQL Get Data error! coltitle=category [SELECT * FROM voicemessages WHERE dir=? AND msgnum=?] 2013/10/14 Warren Selby wcse...@selbytech.com On Mon, Oct 14, 2013 at

Re: [asterisk-users] realtime voicemail asterisk 11

2013-10-14 Thread Warren Selby
On Mon, Oct 14, 2013 at 2:15 PM, troxlinux xserverli...@gmail.com wrote: thnk Warren , I only see one warning message [Oct 14 13:12:14] WARNING[2736][C-]: app_voicemail.c:3768 retrieve_file: SQL Get Data error! coltitle=category [SELECT * FROM voicemessages WHERE dir=? AND msgnum=?]

Re: [asterisk-users] realtime voicemail asterisk 11

2013-10-14 Thread troxlinux
ok , thnk Warren , your help has been invaluable. 2013/10/14 Warren Selby wcse...@selbytech.com On Mon, Oct 14, 2013 at 2:15 PM, troxlinux xserverli...@gmail.com wrote: thnk Warren , I only see one warning message [Oct 14 13:12:14] WARNING[2736][C-]: app_voicemail.c:3768

Re: [asterisk-users] Realtime voicemail passwords

2007-01-04 Thread Trevor Peirce
Bruce Ferrell wrote: I've been looking through everything I can find and observing the mysql logs and I don't see password changes passing through to the DB. Is that correct? Works fine for me with 1.2.14. Trevor ___ --Bandwidth and Colocation

Re: [Asterisk-Users] Realtime Voicemail

2006-06-28 Thread Aaron Daniel
maxlogins =3D 3; if ((s =3D ast_variable_retrieve(cfg, general, maxlogins))) { if (sscanf(s, %d, x) =3D=3D 1) { maxlogins =3D x; } else { ast_log(LOG_WARNING, Invalid max failed login attempts\n); } } And yes, that should be documented

RE: [Asterisk-Users] Realtime Voicemail

2006-06-27 Thread Douglas Garstang
-Original Message- From: Douglas Garstang Sent: Tuesday, June 27, 2006 11:55 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [Asterisk-Users] Realtime Voicemail I'm noticing that the documentation on the voip wiki for voicemail and realtime voicemail

Re: [Asterisk-Users] Realtime Voicemail

2006-06-27 Thread Michiel van Baak
On 12:13, Tue 27 Jun 06, Douglas Garstang wrote: -Original Message- From: Douglas Garstang Sent: Tuesday, June 27, 2006 11:55 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [Asterisk-Users] Realtime Voicemail I'm noticing that the documentation

RE: [Asterisk-Users] Realtime Voicemail

2006-06-27 Thread Douglas Garstang
-Original Message- From: Michiel van Baak [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 27, 2006 12:21 PM To: asterisk-users@lists.digium.com Subject: Re: [Asterisk-Users] Realtime Voicemail On 12:13, Tue 27 Jun 06, Douglas Garstang wrote: -Original Message- From

RE: [Asterisk-Users] Realtime Voicemail

2006-06-27 Thread Douglas Garstang
-Original Message- From: Douglas Garstang Sent: Tuesday, June 27, 2006 12:14 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: RE: [Asterisk-Users] Realtime Voicemail -Original Message- From: Douglas Garstang Sent: Tuesday, June 27, 2006 11:55

Re: [Asterisk-Users] Realtime Voicemail

2006-06-27 Thread Michiel van Baak
On 12:26, Tue 27 Jun 06, Douglas Garstang wrote: I wasn't aware that realtime voicemail supported caching. I knew sip.conf did, but voicemail? How does that work? I just tried setting 'format' and 'sendvoicemail' in the users database row. No effect. BUT... maxmsg DOES work... I don't

Re: [Asterisk-Users] Realtime voicemail not working

2006-06-23 Thread Benjamin Stocker
2006/6/23, Mike [EMAIL PROTECTED]: Hi,I've been using MySql with the CDR for awhile with no issues at all, but Ifigured I'd try putting voicemail users in a DB.Using the same DB (verylow load), and a user that has been proven to work well using a client GUI, I inserted one user and tried to use

RE: [Asterisk-Users] Realtime voicemail not working

2006-06-23 Thread Mike
AMTo: Asterisk Users Mailing List - Non-Commercial DiscussionSubject: Re: [Asterisk-Users] Realtime voicemail not working 2006/6/23, Mike [EMAIL PROTECTED]: Hi,I've been using MySql with the CDR for awhile with no issues at all, but Ifigured I'd try putting voicemail users in a DB.Using

RE: [Asterisk-Users] Realtime voicemail not working

2006-06-23 Thread Mike
- Non-Commercial DiscussionSubject: Re: [Asterisk-Users] Realtime voicemail not working 2006/6/23, Mike [EMAIL PROTECTED]: Hi,I've been using MySql with the CDR for awhile with no issues at all, but Ifigured I'd try putting voicemail users in a DB.Using the same DB (verylow load

Re: [Asterisk-Users] Realtime voicemail not working

2006-06-23 Thread Benjamin Stocker
2006/6/23, Mike [EMAIL PROTECTED]: That is what I have in my config file. Pretty much the same thing as the CDR file [general]dbhost=localhostdbname=dbdbuser=userdbpass=pw;dbport=3306 ;dbsock = /tmp/mysql.sock In logger.conf, enable debug mode: debug =

RE: [Asterisk-Users] Realtime voicemail not working

2006-06-23 Thread Adam Linford
Mailing List - Non-Commercial Discussion' Subject: RE: [Asterisk-Users] Realtime voicemail not working Weird. I just tried with 127.0.0.1 instead of localhost and it worked. Can't explain why How can I force it to go through a db socket instead? Mike From: [EMAIL PROTECTED

Re: [Asterisk-Users] realtime voicemail

2006-01-17 Thread bbench
On Monday 16 January 2006 09:02, [EMAIL PROTECTED] wrote: i tried to setup realtime voicemail recently with 1.2.1 but couldn't get it to work. no matter what i do. it still looks for config in the voicemail.conf file. (BTW realtime sip extensions works fine) here's the voicemail line in

RE: [Asterisk-Users] realtime voicemail

2006-01-17 Thread Vadim Berezniker
[EMAIL PROTECTED] wrote: On Monday 16 January 2006 09:02, [EMAIL PROTECTED] wrote: Put in voicemail.conf searchcontexts=yes and do not forget to stop and start *. Reload may not do. benchev That's not a solution, but just a workaround. 1.2.1 has a bug where it always uses an empty context

Re: [Asterisk-Users] realtime voicemail

2006-01-16 Thread Steven Ringwald
On Sun, 2006-01-15 at 23:02 -0800, [EMAIL PROTECTED] wrote: i tried to setup realtime voicemail recently with 1.2.1 but couldn't get it to work. no matter what i do. it still looks for config in the voicemail.conf file. (BTW realtime sip extensions works fine) here's the voicemail line in

Re: [Asterisk-Users] Realtime voicemail login incorrect

2005-05-12 Thread Ronald Wiplinger
Adam Goryachev wrote: On Thu, 2005-05-12 at 07:35 +0800, Ronald Wiplinger wrote: I have two ways to go to the voicemail box, either by dialing 8500 from the phone which received the voicemail (without a password) or from another phone by dialing 8501 and key in the mailbox and the

Re: [Asterisk-Users] Realtime voicemail login incorrect

2005-05-12 Thread Matthew Boehm
it seems you are right, you need the context there, but than I cannot use it in Realtime anymore, since I have more than one context Why would having more than one context stop you fomr using RealTime? Doesn't stop us. I would than need for each context an extra extension number. It

Re: [Asterisk-Users] Realtime voicemail login incorrect

2005-05-11 Thread Matthew Boehm
Where is your debug trace? -Matthew Ronald Wiplinger wrote: I have two ways to go to the voicemail box, either by dialing 8500 from the phone which received the voicemail (without a password) or from another phone by dialing 8501 and key in the mailbox and the password. However, with

Re: [Asterisk-Users] Realtime voicemail login incorrect

2005-05-11 Thread Ronald Wiplinger
Matthew Boehm wrote: Where is your debug trace? Have you had a look at my settings already? Do you think it is correct? Or have you seen a mistake? If yes, yes and no, than please guide me to a page how I can produce the debug trace. I consider to DEBUG as the last methode to solve

Re: [Asterisk-Users] Realtime voicemail login incorrect

2005-05-11 Thread Matthew Boehm
A debug trace is simply tail -f /var/log/asterisk/debug | grep res_config_mysql pretty simple... Also, send the console output during your attempt. -Matthew Ronald Wiplinger wrote: Matthew Boehm wrote: Where is your debug trace? Have you had a look at my settings already? Do you think

Re: [Asterisk-Users] Realtime voicemail login incorrect

2005-05-11 Thread Ronald Wiplinger
Matthew Boehm wrote: A debug trace is simply tail -f /var/log/asterisk/debug | grep res_config_mysql pretty simple... The output is also pretty simple: empty So, how does the debug trace really need to be setup? Or simpler do I have a syntax error to authenticate for the mailbox? bye Ronald

Re: [Asterisk-Users] Realtime voicemail login incorrect

2005-05-11 Thread Adam Goryachev
On Thu, 2005-05-12 at 07:35 +0800, Ronald Wiplinger wrote: I have two ways to go to the voicemail box, either by dialing 8500 from the phone which received the voicemail (without a password) or from another phone by dialing 8501 and key in the mailbox and the password. However, with Realtime

Re: [Asterisk-Users] Realtime voicemail

2005-04-28 Thread Matthew Boehm
exten = 2201,1,agi,notify.agi exten = 2201,2,Dial(Zap/9,20) exten = 2201,3,Answer exten = 2201,4,Wait(1) exten = 2201,5,Voicemail(u${EXTEN}) exten = 2201,6,Hangup exten = 2201,105,Voicemail(b${EXTEN}) exten = 2201,106,Hangup I realize that I did not need to use the EXTEN variable, since

RE: [Asterisk-Users] Realtime voicemail

2005-04-26 Thread Joe Dennick
: Re: [Asterisk-Users] Realtime voicemail Try having the voicemail command do Voicemail([EMAIL PROTECTED]) On Apr 4, 2005 4:56 AM, Ronald Wiplinger [EMAIL PROTECTED] wrote: I tried to use ONE entry of my voicemail.conf to put into the database: [other] ;602=1357,Ronald Wiplinger 602

Re: [Asterisk-Users] Realtime voicemail

2005-04-25 Thread Matthew Boehm
Edwin Horton wrote: I have the latest Asterisk CVS as of 4/21/05 and a Fedora FC3 machine. I also set up the system to use Realtime for the voicemail mailboxes. I am successfully using Realtime for extensions and sip clients on this machine, but as yet, cannot get the voicemail system to

Re: [Asterisk-Users] Realtime voicemail

2005-04-25 Thread Joe Dennick
Realtime voicemail configuration assumes the Voicemail Context to be 'default' unless otherwise specified. This is not the same as the Extensions Context. Having said that, can you specify what the actual problem is? Can't get voicemail to pick up; MWI doesn't work; etc. Matthew Boehm ([EMAIL

Re: [Asterisk-Users] Realtime voicemail

2005-04-25 Thread Matthew Boehm
Damn Joe, that slap in the face was totally unnecessary. And who said anything about the extensions context? My original email is below..and I don't see anything in there about extensions context. Mr. Horton, could you please post the relevant section to your extensions.conf so I can see how you

Re: [Asterisk-Users] Realtime voicemail

2005-04-08 Thread Terry Wilson
Try having the voicemail command do Voicemail([EMAIL PROTECTED]) On Apr 4, 2005 4:56 AM, Ronald Wiplinger [EMAIL PROTECTED] wrote: I tried to use ONE entry of my voicemail.conf to put into the database: [other] ;602=1357,Ronald Wiplinger 602,[EMAIL PROTECTED] INSERT INTO `voicemail_users`

Re: [Asterisk-Users] Realtime voicemail question

2005-01-24 Thread Matthew Boehm
This will solve app_directory(): http://bugs.digium.com/bug_view_page.php?bug_id=0002475 Be sure to download: app_directory_realtime_1.3.patch I don't use vmail.cgi so I can't help you there..sry.. -Matthew - Original Message - From: Eric Hall [EMAIL PROTECTED] To: Asterisk Users

Re: [Asterisk-Users] Realtime Voicemail ...

2005-01-18 Thread Matt Klein
MySQL RealTime: Retrieve SQL: SELECT * FROM voicemail_users WHERE mailbox = '201' AND context = 'default' There is no column 'context'. Add a column 'context' to your voicemail_users table, default value of 'default', make sure the column is filled with 'default' as a value. Or edit the source

Re: [Asterisk-Users] Realtime Voicemail ...

2005-01-18 Thread Matthew Boehm
You are missing many columns in that table. Goto the wiki and get the right schema. -Matthew - Original Message - From: Vamsi Pottangi [EMAIL PROTECTED] To: Asterisk-Users@lists.digium.com Sent: Tuesday, January 18, 2005 6:13 AM Subject: [Asterisk-Users] Realtime Voicemail ... Hi,

Re: [Asterisk-Users] realtime voicemail

2004-12-27 Thread Matthew Boehm
Paste your extensions.conf section that is relevant. -Matthew - Original Message - From: Greg - Cirelle Enterprises [EMAIL PROTECTED] To: asterisk-dev@lists.digium.com Sent: Monday, December 27, 2004 4:32 PM Subject: [Asterisk-Dev] realtime voicemail Let me clarify my last message.

Re: [Asterisk-Users] Realtime voicemail failure

2004-12-20 Thread Matthew Boehm
Have you looked at the debug logs to see if there is any SQL errors? -Matthew - Original Message - From: Greg - Cirelle Enterprises [EMAIL PROTECTED] To: asterisk Users Mailing List - Non-Commercial Discussion asterisk-users@lists.digium.com Sent: Monday, December 20, 2004 7:12 AM

Re: [Asterisk-Users] Realtime voicemail failure

2004-12-20 Thread Greg - Cirelle Enterprises
At 10:57 AM 12/20/04, you wrote: Have you looked at the debug logs to see if there is any SQL errors? -Matthew I realized the problem, was using a semi colon to separate addresses to send the VM email notification from one extension to 2 addresses. I solved that issue by using a forward address