[asterisk-users] ** in extensions.conf
Steve Edwards
asterisk.org at sedwards.com
Wed Apr 26 14:44:05 CDT 2017
On Wed, 26 Apr 2017, Jerry Geis 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
Coincidentally, this is exactly how I exercise test code:
; test something
; (changes frequently)
exten = **,1, verbose(1,[${EXTEN}@${CONTEXT}!${ANI}])
same = n, answer()
I use an ancient Polycom IP 501 just fine.
Does 'dialplan show **@<your-context>' yield any clues?
--
Thanks in advance,
-------------------------------------------------------------------------
Steve Edwards sedwards at sedwards.com Voice: +1-760-468-3867 PST
https://www.linkedin.com/in/steve-edwards-4244281
More information about the asterisk-users
mailing list