Re: [asterisk-users] Question on ring count on incoming circuits

2023-05-30 Thread asterisk
On 5/29/2023 4:12 PM, Steve Matzura wrote: On 5/28/2023 2:27 PM, Naveen Albert wrote: However, you can also pass audio without supervising (early media). You typically need to Progress() first to allow this, e.g. for SIP, or audio won't pass at all. ... If you want it to ring once and do s

Re: [asterisk-users] Question on ring count on incoming circuits

2023-05-30 Thread Steve Matzura
On 5/28/2023 2:27 PM, Naveen Albert wrote: However, you can also pass audio without supervising (early media). You typically need to Progress() first to allow this, e.g. for SIP, or audio won't pass at all. ... If you want it to ring once and do something else, you could simply do: exten

Re: [asterisk-users] Question on ring count on incoming circuits

2023-05-28 Thread Doug Lytle
On 5/28/23 14:20, Steve Matzura wrote: Who controls how many times an incoming call from an external (DID) provider will ring before Asterisk picks up the call and handles it internally Asterisk and this is defined with your timeout on the dial command, mine is 26 seconds so around 5 rings.

[asterisk-users] Question on ring count on incoming circuits

2023-05-28 Thread Steve Matzura
Who controls how many times an incoming call from an external (DID) provider will ring before Asterisk picks up the call and handles it internally--the provider or Asterisk? If it's the DID provider, I'll work on that with them; if it's Asterisk, I didn't find anything anywhere that looks like