[asterisk-users] PRI answer too fast

2014-09-22 Thread Jerry Geis
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
-- 
_
-- 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

Re: [asterisk-users] PRI answer too fast

2014-09-22 Thread Doug Lytle
 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


Re: [asterisk-users] PRI answer too fast

2014-09-22 Thread Derek Andrew
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 supp...@drdos.info wrote:

  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




-- 
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.
-- 
_
-- 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