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/[EMAIL PROTECTED],2", "mailto:[EMAIL PROTECTED]")

Dec 13 14:20:09 WARNING[7208]: app_voicemail.c:2384 leave_voicemail: No entry in voicemail config file for '0625034077'

n      Executing hangup("mailto:Local/[EMAIL PROTECTED],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 [EMAIL PROTECTED], 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

 

 

_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to