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.

_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to