[asterisk-users] Ringing sound doesn't work
Eric "ManxPower" Wieling
eric at fnords.org
Wed Aug 29 09:46:18 CDT 2007
Simon Perreault wrote:
> Hi,
>
> I have these extensions:
>
> exten => 101,1,Dial(SIP/101,15)
> exten => 102,1,Dial(SIP/102,15)
> exten => 0,1,Dial(SIP/101&SIP/102,15,r)
>
> They work fine and I get the ringing sound if I dial them directly. However, I
> also have this extension:
>
> exten => s,1,Answer()
> exten => s,2,Background(viagenie)
> exten => s,3,WaitExten()
>
> The ringing sound doesn't work for any extension if I use this one. I just get
> silence until someone answers. How come?
>
> I use Asterisk 1.4.10. I have attached my extensions.conf file to this email.
You do not have a /etc/asterisk/indications.conf This file is used to
provide ringing sounds AFTER a channel has been answered.
BTW, don't use "r" option to Dial. It doesn't work.
More information about the asterisk-users
mailing list