In article <[EMAIL PROTECTED]>,
Atis Lezdins <[EMAIL PROTECTED]> wrote:
> >  Atis Lezdins wrote:
> >  > Queue will continue if called person hangs up (and there's no option).
> >  > If caller hangs up, call goes to h extension in same context. Just the
> >  > same way as Dial with 'g'. There's a change in 1.6 that allows called
> >  > channel to continue if caller hangs up, so probably something like
> >  > this could be applied also to Queue (or was that actually working with
> >  > using Local channels?).
> >  >
> 
> On Wed, Apr 23, 2008 at 8:18 PM, Al Baker <[EMAIL PROTECTED]> wrote:
> > Why would you want a "channel to continue" after the caller has hung up.
> >  I clearly am missing something here because I can't see what good that
> >  would be.  What do people do with this "Continued Channel" ?
> >  What is is used for ? How Does having it help you ? ???
> 
> To play something to called party.
> 
> I'm not familiar with that feature too deep, but I guess it's not
> caller channel but called channel that's continued.

No. The dialplan is executing on the calling channel. The called channel
just belongs to the Dial application and is not in the dialplan itself.
So the called channel has no context in which to invoke a Playback()
when the caller hangs up.

This has recently been addressed in SVN trunk by the addition of the
option F(context^exten^pri) - When the caller hangs up, transfer the
called party to the specified context and extension and continue execution.

However, it doesn't appear to be in the 1.6.0 branch, so won't appear in
a release until 1.6.1.

If you want to apply the patch yourself, you can find it in the bug tracker
at http://bugs.digium.com/view.php?id=11954

Cheers
Tony
-- 
Tony Mountifield
Work: [EMAIL PROTECTED] - http://www.softins.co.uk
Play: [EMAIL PROTECTED] - http://tony.mountifield.org

_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to