Re: [asterisk-users] Ringing for incoming call

2010-01-14 Thread Andrew Thomas
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Bob Smither Sent: 18 December 2009 23:11 To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [asterisk-users] Ringing for incoming call Dear All, I am using Asterisk 1.4 on CentOS 5. I have an incoming DID provided by Vitelity

Re: [asterisk-users] Ringing for incoming call

2009-12-19 Thread covici
I have a strange suggestion -- have one extension answer the call and dial the extension you want -- then it should ring before dialing the second one. Bob Smither smit...@c-c-i.com wrote: On Fri, 2009-12-18 at 19:58 -0600, Steve Johnson wrote: Try putting the wait before the Answer.

Re: [asterisk-users] Ringing for incoming call

2009-12-19 Thread Bob Smither
On Fri, 2009-12-18 at 23:56 -0600, Steve Johnson wrote: If you try just this, what does the caller hear? It should be ringing for the first 20 sec, and then maybe the congestion tone afterwards. exten = s,1,Wait(20) exten = s,n,Hangup Dialplan: [cci] exten = s,1,Wait(10) exten =

Re: [asterisk-users] Ringing for incoming call

2009-12-19 Thread Bob Smither
On Sat, 2009-12-19 at 08:26 -0500, cov...@ccs.covici.com wrote: I have a strange suggestion -- have one extension answer the call and dial the extension you want -- then it should ring before dialing the second one. Actually, that is pretty close to what I do on a *1.6 box and it works.

[asterisk-users] Ringing for incoming call

2009-12-18 Thread Bob Smither
Dear All, I am using Asterisk 1.4 on CentOS 5. I have an incoming DID provided by Vitelity. When the number is called it goes to my Asterisk box. The protocol is SIP. This all works just fine if I answer the call and begin a playback. I want to let the number ring for a few seconds before it

Re: [asterisk-users] Ringing for incoming call

2009-12-18 Thread Steve Johnson
Try putting the wait before the Answer. ... exten = s,n,Wait(10) exten = s,n,Answer ... On Fri, Dec 18, 2009 at 5:10 PM, Bob Smither smit...@c-c-i.com wrote: Dear All, I am using Asterisk 1.4 on CentOS 5.  I have an incoming DID provided by Vitelity.  When the number is called it goes to my

Re: [asterisk-users] Ringing for incoming call

2009-12-18 Thread Bob Smither
On Fri, 2009-12-18 at 19:58 -0600, Steve Johnson wrote: Try putting the wait before the Answer. ... exten = s,n,Wait(10) exten = s,n,Answer ... Thanks Steve. I tried that: On Fri, Dec 18, 2009 at 5:10 PM, Bob Smither smit...@c-c-i.com wrote: Dear All, snip ... exten =

Re: [asterisk-users] Ringing for incoming call

2009-12-18 Thread Steve Johnson
If you try just this, what does the caller hear? It should be ringing for the first 20 sec, and then maybe the congestion tone afterwards. exten = s,1,Wait(20) exten = s,n,Hangup You shouldn't need/use the Ringing() command at all, as the initial ring before your system answers would be generated