search for: 1619xxxxxxx

Displaying 3 results from an estimated 3 matches for "1619xxxxxxx".

2015 Aug 06
3
Asterisk uses "Anonymous", but why?
...gt; seconds for Asterisk > // to send a reply > originateResponse = > managerConnection.sendAction(originateAction, 30000); > > I get error with this. > > > Here is from-pstn context in extensions.ael > > context from-pstn { > 1619xxxxxxx => { > This looks like a dialplan pattern match exten but you do not have a leading '_' to indicate that it is a pattern so this exten will only match a literal "1619xxxxxxx". > Answer(); > Playback(welcomesystole); >...
2015 Aug 06
2
Asterisk uses "Anonymous", but why?
...Asterisk > > // to send a reply > > originateResponse = > > managerConnection.sendAction(originateAction, 30000); > > > > I get error with this. > > > > > > Here is from-pstn context in extensions.ael > > > > context from-pstn { > > 1619xxxxxxx => { > > > > This looks like a dialplan pattern match exten but you do not have a > > leading '_' to indicate > > that it is a pattern so this exten will only match a literal > "1619xxxxxxx". > > > > Answer(); > > Playback(welcomesys...
2015 Aug 06
4
Asterisk uses "Anonymous", but why?
On Thu, Aug 6, 2015 at 11:56 AM, Murthy Gandikota <murthy64 at hotmail.com> wrote: > Tested with X-Lite and it worked fiine. Is there some way to replace > "Anonymous" with a config parameter? > > Thanks for your kind help > > ---------------------------------------- > > From: murthy64 at hotmail.com > > To: asterisk-users at lists.digium.com >