search for: 7bdigito1

Displaying 2 results from an estimated 2 matches for "7bdigito1".

Did you mean: 7bdigito2
2015 Aug 06
2
Asterisk uses "Anonymous", but why?
...; > 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 want to send the originated call to in your > > dialplan. Since you > > appear to want to send it to an extension that is a pattern you need to > > use a value t...
2015 Aug 06
3
Asterisk uses "Anonymous", but why?
On Thu, Aug 6, 2015 at 12:33 PM, Murthy Gandikota <murthy64 at hotmail.com> wrote: > > > ________________________________ > > Date: Thu, 6 Aug 2015 12:07:35 -0500 > > From: rmudgett at digium.com > > To: asterisk-users at lists.digium.com > > Subject: Re: [asterisk-users] Asterisk uses "Anonymous", but why? > <snip> > >> Here