[Asterisk-Users] voicemail
Michael Di Martino
mdm at telx.com
Fri Jun 24 06:27:45 MST 2005
Ok I have added the timeout value but it still does not pick. However
jus to test voicemail function
I comment out the first line and voice does pick up. What could be
wrong.
exten => 7403,1,Dial(IAX2/u7403/1/5)
exten => 7403,2,Voicemail(u7403)
exten => 7403,102,Voicemail(b7403)
exten => 7403,103,Hangup
-----Original Message-----
From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Seth
Remington
Sent: Friday, June 24, 2005 12:03 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [Asterisk-Users] voicemail
On Thu, 2005-06-23 at 23:19 -0400, Michael Di Martino wrote:
> I am trying to setup voicemail for my iaxy device, however, i cannot
> get it to work voicemail never picks up. Below is my config.
> Am i doing anything wrong here
>
> >From my Extensions.conf file
> exten => 7403,1,Dial(IAX2/7403/10)
You did not specify a timeout in the dial command. Change it to:
exten => 7403,1,Dial(IAX2/7403/10,xx) <--- where xx is the number of
seconds you want the Dial command to attempt to connect the call before
it returns and proceeds to the next priority (i.e. voicemail).
> exten => 7403,2,Voicemail(u7403)
> exten => 7403,102,Voicemail(b7403)
> exten => 7403,103,Hangup
>
> >From my voicemail.conf
> [telx.com]
> 7403 => 7403
>
>
> Thanks
> Mike
Hope that helps.
-Seth
_______________________________________________
Asterisk-Users mailing list
Asterisk-Users at lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
More information about the asterisk-users
mailing list