search for: digito2

Displaying 3 results from an estimated 3 matches for "digito2".

Did you mean: digito
2015 Aug 06
3
Asterisk uses "Anonymous", but why?
...ing '_' to indicate that it is a pattern so this exten will only match a literal "1619xxxxxxx". > Answer(); > Playback(welcomesystole); > Read(digito1,,3); > Playback(diastole); > Read(digito2,,3); > Agi(agi:// > 10.10.22.171:4573/hello.agi?systole=${digito1}&diastole=${digito2}); > Hangup() > } > It is up to you where you want to send the originated call to in your dialplan. Since you appear to want to send it to an extension that is...
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 >
2015 Aug 06
2
Asterisk uses "Anonymous", but why?
...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); > > Read(digito1,,3); > > Playback(diastole); > > Read(digito2,,3); > > > > Agi(agi:// > 10.10.22.171:4573/hello.agi?systole=${digito1}&diastole=${digito2}< > http://10.10.22.171:4573/hello.agi?systole=$%7bdigito1%7d&diastole=$%7bdigito2%7d > >); > > Hangup() > > } > > > > It is up to you where you wan...