[Asterisk-Users] Realtime voicemail login incorrect
Adam Goryachev
mailinglists at websitemanagers.com.au
Wed May 11 18:05:23 MST 2005
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,hangup
AFAIK, you *must* specify the context when using realtime, even if the
context is default. Change the above to:
exten => 8500,1,VoicemailMain(s${CALLERIDNUM}@default)
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 adam at websitemanagers.com.au
Fax: +61 2 9345 4396 www.websitemanagers.com.au
More information about the asterisk-users
mailing list