[Asterisk-Users] voicemail
Seth Remington
sremington at saberlogic.com
Thu Jun 23 21:02:45 MST 2005
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
More information about the asterisk-users
mailing list