Re: [asterisk-users] Experiencing what I think are issues with the confbridge 'video_mode = follow_talker' and also the talk detection

2019-03-15 Thread Kevin Harwell
On Wed, Mar 13, 2019 at 1:24 PM Dan Cropp wrote: > Running a test using asterisk 16.1.1 and two PCs with Firefox browsers. > I’m running the cmp2k demo. > > > > I place calls into the same asterisk and using AMI answer the calls and > then add them into the same confbridge. > > Video mode is

Re: [asterisk-users] pattern matching "+"

2019-03-15 Thread Administrator TOOTAI
Le 15/03/2019 à 15:18, sean darcy a écrit : From my provider I get extensions of: +1<10digit number> 1<10 digit number> <10 digit number> seemingly randomly. What I'd like to do is exten=_!1234567890,1,Answer() which would match anything ending in 1234567890. But that doesn't work since !

Re: [asterisk-users] Does anyone know if there is a problem with the Chrome browser and asterisk cmp2k video

2019-03-15 Thread Dan Cropp
Thank you Joshua -Original Message- From: asterisk-users On Behalf Of Joshua C. Colp Sent: Friday, March 15, 2019 9:32 AM To: asterisk-users@lists.digium.com Subject: Re: [asterisk-users] Does anyone know if there is a problem with the Chrome browser and asterisk cmp2k video On Fri,

Re: [asterisk-users] Does anyone know if there is a problem with the Chrome browser and asterisk cmp2k video

2019-03-15 Thread Dan Cropp
Thank you Kevin. Any idea if Google developers may decide to reset the decoder, per Joshua’s experience? Or perhaps asterisk developers would consider eventually add the rewrite support in asterisk? Always fun dealing with newer technology as it goes through several revisions. Have a great

Re: [asterisk-users] Does anyone know if there is a problem with the Chrome browser and asterisk cmp2k video

2019-03-15 Thread Joshua C. Colp
On Fri, Mar 15, 2019, at 11:29 AM, Dan Cropp wrote: > > Thank you Kevin. > > > Any idea if Google developers may decide to reset the decoder, per > Joshua’s experience? It's hard to really know the way things will go in the end, it's always evolving. > Or perhaps asterisk developers would

Re: [asterisk-users] pattern matching "+"

2019-03-15 Thread Antony Stone
On Friday 15 March 2019 at 15:18:04, sean darcy wrote: > From my provider I get extensions of: > > +1<10digit number> > 1<10 digit number> > <10 digit number> > > seemingly randomly. > > What I'd like to do is > > exten=_!1234567890,1,Answer() > Any suggestions? exten =>

Re: [asterisk-users] pattern matching "+"

2019-03-15 Thread Richard Mudgett
On Fri, Mar 15, 2019 at 9:19 AM sean darcy wrote: > From my provider I get extensions of: > > +1<10digit number> > 1<10 digit number> > <10 digit number> > > seemingly randomly. > > What I'd like to do is > > exten=_!1234567890,1,Answer() > > which would match anything ending in 1234567890. > >

[asterisk-users] pattern matching "+"

2019-03-15 Thread sean darcy
From my provider I get extensions of: +1<10digit number> 1<10 digit number> <10 digit number> seemingly randomly. What I'd like to do is exten=_!1234567890,1,Answer() which would match anything ending in 1234567890. But that doesn't work since ! can only be used at the end of a pattern. I

Re: [asterisk-users] IVR Loop

2019-03-15 Thread Doug Lytle
Your IVR should only play audio prompts and only attempt to dial once a selection has been made, Doug -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- Check out the new Asterisk community forum at:

Re: [asterisk-users] IVR Loop

2019-03-15 Thread Dovid Bender
What do you mean by 8 digit? You want the user to have to enter an 8 digit number to get to a specific operator? On Fri, Mar 15, 2019 at 9:39 AM Gokan Atmaca wrote: > Hello > > IVR call is coming. I want 8 (digit) in the loop. How can I do that ? > > Current confi: > [ivr1] >

[asterisk-users] IVR Loop

2019-03-15 Thread Gokan Atmaca
Hello IVR call is coming. I want 8 (digit) in the loop. How can I do that ? Current confi: [ivr1] exten=>_,1,answer() exten=>_,n,background(/var/lib/asterisk/ivr/ob) exten=>_,n,WaitExten(10) exten=>_,n,Dial(${OPERATOR}) exten=>i,1,Dial(${OPERATOR})