View previous topic :: View next topic |
Author |
Message |
geisj at pagestation.com Guest
|
Posted: Mon Sep 22, 2014 10:03 am Post subject: [asterisk-users] 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 |
|
Back to top |
|
|
support at drdos.info Guest
|
Posted: Mon Sep 22, 2014 10:06 am Post subject: [asterisk-users] PRI answer too fast |
|
|
Quote: | Quote: | is there a way to set "answer on ring" or something so the
other end at least gets 1 ring.
|
|
First entry in your incoming context should be:
exten => s,1,Answer(500)
Doug
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
Derek.Andrew at usask.ca Guest
|
Posted: Mon Sep 22, 2014 10:09 am Post subject: [asterisk-users] PRI answer too fast |
|
|
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.
On Mon, Sep 22, 2014 at 9:06 AM, Doug Lytle <support@drdos.info (support@drdos.info)> wrote:
Quote: | >> is there a way to set "answer on ring" or something so the
Quote: | Quote: | other end at least gets 1 ring.
|
|
First entry in your incoming context should be:
exten => s,1,Answer(500)
Doug
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
|
--
Copyright 2014 Derek Andrew (excluding quotations)
+1 306 966 4808
Information and Communications Technology
University of Saskatchewan
Peterson 120; 54 Innovation Boulevard
Saskatoon,Saskatchewan,Canada. S7N 2V3
Timezone GMT-6
Typed but not read.
|
|
Back to top |
|
|
|