Yes. Add a Ringing command.

 exten => _5551212,1,Answer
 exten => _5551212,2,Ringing
 exten => _5551212,3,Dial(SIP/6710,12,tr)
....

-Pat


----- Original Message ----- 
From: "Terry Wilson" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, December 27, 2003 11:05 AM
Subject: [Asterisk-Users] Re: Incoming callers aren't hearing ring


> > you need to answer the line to place audio on the channel. So if you
> > place an answer line before the dials, you should get audio to route
> > back.
>
> I just changed extensions.conf to read:
>
> /etc/asterisk/extensions.conf
> [incoming]
> include => sip-phones
> exten => _5551212,1,Answer
> exten => _5551212,2,Dial(SIP/6710,12,tr)
> exten => _5551212,3,Dial(SIP/6710&SIP/6711&SIP/6712&SIP/6713,20,tr)
> exten => _5551212,4,Voicemail2(u6710)
> exten => _5551212,5,Hangup
> exten => _5551212,104,Voicemail2(b6710)
> exten => _5551212,105,Hangup
>
> and restarted asterisk for good measure. I am still not getting any ring
on the calling end.  Anything else I should check?
>
>
>
> _______________________________________________
> Asterisk-Users mailing list
> [EMAIL PROTECTED]
> http://lists.digium.com/mailman/listinfo/asterisk-users
>

_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to