[Asterisk-Users] 1.2.1 has broken voicemail realtime switching
Joseph Rothstein
jrothstein at comcentrixs.com
Tue Dec 13 06:34:47 MST 2005
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 at default-d97d,2",
"mailto:u0625034077 at 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 at 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 at 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
More information about the asterisk-users
mailing list