On Wed, 26 Apr 2017 at 20:29 Jerry Geis <[email protected]> wrote:

> I just tried this in my extensions.conf
>
> exten => **,1,Noop(Testing)
> exten => **,n,Playback(demo-congrats)
>
> Did a reload... and the above does not happen.
> I created as 12 instead of the ** and that works fine.
>
> Is there anyway to get the ** to work?  I also am using a polycom phone if
> that affects things. I'm using asterisk 13.15.0
>
> Thanks
>
> Jerry
>
>
On a Polycom handset, dialling '**' will by default be translated into '+'
before it is dialled. You could:

1) dial *..pause..* which will overcome that AFAIK.
2) Configure call.InternationalDialing.enabled="0" on the handset to stop
it.
3) Put a pattern of _[+],1,... into your dialplan.

That would be by guess anyway :)
Steve
-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
      https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to