[Asterisk-Users] Realtime voicemail login incorrect
Ronald Wiplinger
ronald at elmit.com
Thu May 12 01:49:47 MST 2005
Adam Goryachev wrote:
>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,
it seems you are right, you need the context there, but than I cannot
use it in Realtime anymore, since I have more than one context, ......
I would than need for each context an extra extension number.
It makes no sense either, since one phone number should have anyway only
ONE context, or could be there a case that one could have more than one
context?
bye
Ronald
More information about the asterisk-users
mailing list