[Asterisk-Users] Re: Incoming callers aren't hearing ring

2003-12-28 Thread Terry Wilson
Yes. Add a Ringing command.

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


Ok, extensions.conf now contains:

[incoming]
include = sip-phones
exten = _5551212,1,Answer
exten = _5551212,2,Ringing
exten = _5551212,2,Dial(SIP/6710,12,tr)
... etc. and still I am not getting a ring indicated to the caller.  It used to work fine with the  fxo cards.  Is it possible that there is something wrong with the way asterisk and the switch at the CLEC are communicating ring to each other?  I appreciate the suggestions thus far, any other ideas about what could be causing my problem?  Thanks

terry

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


[Asterisk-Users] Re: Incoming callers aren't hearing ring

2003-12-27 Thread Terry Wilson
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/6710SIP/6711SIP/6712SIP/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