i am working on asterisk. i am using fedora core 2 on my asterisk mechine. when i was working on stable version my voicemailmenu was working well. i can lissten to menu and send dtmf to control menu now i have compiled CVS version of asterisk. now when i configure my voicemail for any extension suppose i declared a voicemail box 9999 for user 3000. when i dial to 3000 i cannot have any menu there is no voicemail working. i have 3001 for voicemailmenu as well it is not working. is there any problem in CVS version. i am working on real time mysql addon with asterisk. thanks __________________________________ Do you Yahoo!? All your favorites on one personal page – Try My Yahoo! http://my.yahoo.com
can anyone tell me how to add extension to extension table i think this is the main prblem. any one to guide me. +----+---------+-------------+----------+----------------------+---------+ | id | context | exten | priority | app | appdata | +----+---------+-------------+----------+----------------------+---------+ | 1 | default | 3000 | 1 | Dial(SIP/3000,20,tr) | | | 2 | default | 3000 | 2 | VoiceMail | u9999 | | 3 | default | 3000 | 102 | VoiceMail | b9999 | | 4 | default | 3001 | 1 | Ringing | | | 5 | default | 3001 | 2 | Wait(2) | | | 6 | default | 3001 | 3 | VoicemailMain | | | 7 | default | _574555XXXX | 1 | Wait | 2 | | 8 | default | _574555XXXX | 2 | SayNumber | 102 | +----+---------+-------------+----------+----------------------+---------+ __________________________________ Do you Yahoo!? Take Yahoo! Mail with you! Get it on your mobile phone. http://mobile.yahoo.com/maildemo
at first it was not answering (there was complete silence after 200 Ok and ACK). i dont know what was the reason. but now it is answering me(asking for mailbox then password). but the problem that is is not authenticating me to check mailbox i have defined 9999 mailbox and 1234 password (it is saying that invalid mailbox or password). i want to know what should be the datatype for mailbox and password. when i try to check my mailbox it is giving me error (invalid username or password). can i use varchar insted of int for mailbox and password. CREATE TABLE voicemail_table ( uniqueid int(11) NOT NULL auto_increment, customer_id int(11) NOT NULL default '0', context varchar(50) NOT NULL default '', mailbox varchar(5) NOT NULL default '0', password varchar(4) NOT NULL default '0', fullname varchar(50) NOT NULL default '', email varchar(50) NOT NULL default '', pager varchar(50) NOT NULL default '', options varchar(100) NOT NULL default '', stamp timestamp(14) NOT NULL, PRIMARY KEY (uniqueid), KEY mailbox_context (mailbox,context) ) TYPE=MyISAM; __________________________________ Do you Yahoo!? Read only the mail you want - Yahoo! Mail SpamGuard. http://promotions.yahoo.com/new_mail