Re: [asterisk-users] A Leg Control on Asterisk Callback

2007-10-30 Thread Atis Lezdins
Douglas Garstang wrote: I'm confused about something. It's the way Asterisk handles the A leg (ie the first party dialed) on an originate command via the Manager Interface. Lets say our originate commands looks like this: ACTION: Originate Async: yes Timeout: 6 Exten: callback

Re: [asterisk-users] A Leg Control on Asterisk Callback

2007-10-30 Thread Suity Zsolt
Douglas Garstang wrote: [LegA] exten = _X.,1,Dial(SIP/[EMAIL PROTECTED]) exten = _X.,n,Playback(tt-monkeys) I wanted to have control over the call both before and after it is placed. I wanted to be able to play a prompt to the caller before the call is placed to the destination number.

[asterisk-users] A Leg Control on Asterisk Callback

2007-10-29 Thread Douglas Garstang
I'm confused about something. It's the way Asterisk handles the A leg (ie the first party dialed) on an originate command via the Manager Interface. Lets say our originate commands looks like this: ACTION: Originate Async: yes Timeout: 6 Exten: callback Channel: SIP/[EMAIL PROTECTED]

Re: [asterisk-users] A Leg Control on Asterisk Callback

2007-10-29 Thread Moises Silva
Why dont you make 2 separate Originate actions, one for each call leg. Then call Bridge manager Action whenever you want. Moy On 10/29/07, Douglas Garstang [EMAIL PROTECTED] wrote: I'm confused about something. It's the way Asterisk handles the A leg (ie the first party dialed) on an

Re: [asterisk-users] A Leg Control on Asterisk Callback

2007-10-29 Thread Nasir Iqbal
Hi, On Mon, 2007-10-29 at 10:29 -0700, Douglas Garstang wrote: I'm confused about something. It's the way Asterisk handles the A leg (ie the first party dialed) on an originate command via the Manager Interface. Lets say our originate commands looks like this: ACTION: Originate Async:

Re: [asterisk-users] A Leg Control on Asterisk Callback

2007-10-29 Thread Brian Hutchinson
Read all the options of the Dial() function. There are options you can mess with to play something while the call is ringing (music on hold feature if I recall). Check out all the Dial options. On 10/29/07, Douglas Garstang [EMAIL PROTECTED] wrote: I'm confused about something. It's the way