Joseph Rothstein
2005-Dec-13 06:34 UTC
[Asterisk-Users] 1.2.1 has broken voicemail realtime switching
It seems that version 1.2.1 has broken Asterisk's ability to use realtime in the voicemail.conf file. It appears that the statement: switch => Realtime/@ is not read properly by Asterisk. -- Executing Voicemail("mailto:Local/0625034077@default-d97d,2", "mailto:u0625034077@default") Dec 13 14:20:09 WARNING[7208]: app_voicemail.c:2384 leave_voicemail: No entry in voicemail config file for '0625034077' * Executing hangup("mailto:Local/0625034077@default-d97d,2", "") The mailbox exists in the voicemail_users table, but Asterisk never even looks there: mysql> select * from voicemail_users where mailbox='0625034077'; +----------+-------------+---------+------------+----------+----------+----- --+-------+---------------------+----------+--------+ | uniqueid | customer_id | context | mailbox | password | fullname | email | pager | stamp | language | pwdset | +----------+-------------+---------+------------+----------+----------+----- --+-------+---------------------+----------+--------+ | 11 | 0625034077 | default | 0625034077 | 111111 | | | | 2005-11-29 07:47:00 | de | 1 | +----------+-------------+---------+------------+----------+----------+----- --+-------+---------------------+----------+--------+ 1 row in set (0.00 sec) Asterisk is connected to MYSQL: AST-VM*CLI> realtime mysql status Connected to asterisk_db@localhost, port 3306 with username asterisk for 11 minutes, 20 seconds. AST-VM*CLI> I also have no problems with extensions coming from the DB using the same switch statement. extcongif.conf is also correct. Falling back to 1.2 to see if the problem disappears. I believe it will since we already had this server running 1.2 and everything worked as expected. Regards to all, Joe -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20051213/38f7e5a1/attachment.htm
Kevin P. Fleming
2005-Dec-13 06:49 UTC
[Asterisk-Users] 1.2.1 has broken voicemail realtime switching
Joseph Rothstein wrote:> It seems that version 1.2.1 has broken Asterisk's ability to use realtime in > the voicemail.conf file. > > > > It appears that the statement: > > > > switch => Realtime/@ > > > > is not read properly by Asterisk.(Could you use a little more whitespace next time? <G>) What does this statement have to do with voicemail.conf? 'switch' statements are used in extensions.conf _only_, since they are used to look up dialplan extensions.