[asterisk-users] Internal message being heard on pstn line

Andrew Joakimsen joakimsen at gmail.com
Fri Sep 15 12:25:44 MST 2006


On 9/15/06, Ryder Brook <ryderbrook09 at yahoo.com> wrote:
> I am on a sip line, ext 11, checking my voicemail. While I am in the midst
> of it, an incoming call from a pstn line, dialing 11, caller hears the
> internal message: "Asterisk mail box,....... password...."
>  Obviously, the caller is confused. Where should I look in the configuration
> to avoid this ?

Extensions.conf

You probablty have something like:

exten => 11,1,Dial(SIP/11,30,r)
exten => 11,102,VoiceMailMain

It should be instead
exten => 11,102,VoiceMail(11)


More information about the asterisk-users mailing list