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

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

[asterisk-users] Can't stop Mixmonitor

2023-05-30 Thread Jon Bonilla (Manwe)
Hi all Using asterisk 16.25 I was trying to stop Mixmonitor using features. The code is executed but I realized that I was executing StopMixmonitor from another channel so I opted to use AMI. When I call MixMonitor I store the channel name in a var and then I use StopMixmonitor from AMI