PRI Answer Too Fast
I have a PRI working just fine.
There is an automated system that needs to hear at least one ring. Currently when I call into asterisk it answers right away and I
do not hear the ring at all. I am 1.4.43 for this system
is there a way to set “answer on ring” or something so the other end at least gets 1 ring.
I have dahdi 2.9.1
Thanks
jerry
2 thoughts on - PRI Answer Too Fast
First entry in your incoming context should be:
exten => s,1,Answer(500)
Doug
Answer([delay])
If the channel is ringing, answer it, otherwise do nothing. If a delay is specified, Asterisk will wait this number of milliseconds AFTER answering the call. If you want to add a delay prior answering, use Wait.