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 the password will be rejected as
> >>>>"login incorrect". What do I miss?
> >>>>
> >>>>
> >>>>exten => 8500,1,VoicemailMain(s${CALLERIDNUM})
> >>>>exten => 8500,2,hangup
> >>>>exten => 8501,1,VoicemailMain
> >>>>exten => 8501,2,hangupAFAIK, you *must* specify the context when using realtime, even if the context is default. Change the above to: exten => 8500,1,VoicemailMain([EMAIL PROTECTED]) exten => 8500,2,hangup exten => 8501,1,VoicemailMain(@default) exten => 8501,2,hangup Or something like that I assume. Regards, Adam -- -- Adam Goryachev Website Managers Ph: +61 2 8304 0000 [EMAIL PROTECTED] Fax: +61 2 9345 4396 www.websitemanagers.com.au _______________________________________________ Asterisk-Users mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
