[asterisk-users] Local channel usage

Zeeshan Zakaria zishanov at gmail.com
Tue Jun 22 20:20:50 CDT 2010


I'll sure look at the 'g' option tomorrow when back at work, as I am using
it on a production system.

MeetMe is a good way to accomplish this, I've done it several times though a
little tricky, but works great.

Another idea could be to use option M^ and send the call to a macro and
write a macro to handle the call after it is hung up.

There is also an option 'b' which opens up an agi script. I once used it but
gave up because if I remember correctly it ran the agi in parallel with the
dial command.

Zeeshan A Zakaria

--
www.ilovetovoip.com

On 2010-06-22 1:08 PM, "Philipp von Klitzing" <
klitzing at pool.informatik.rwth-aachen.de> wrote:

Hi!


> Can anyone think of a way to play IVR after conversation initiated by
> Dial() terminates?
You will most probably have to prevent the hangup to happen in the first
place:

You could, for example, join the two callers by the help of a dynamic
MeetMe room, and then take action when the other parties leaves, i.e.
kick the remaining user out of the room and continue in the dialplan.

Here's an example for "Voicemail live" that uses such a technique:
http://www.voip-info.org/wiki/view/Asterisk+tips+voicemail+live

Another way *might* be to involve a local channel for the calling party
with the /n option to prevent it from optimizing themselves away: For
example: The caller's SIP channel hangs up, but the local channel that it
is connected with then continues in the dialplan? Not sure if there is a
way to make this work - could be that you need to twist things badly so
that also the caller is in fact a callee to the local channel...

Finally: Put a SIP proxy in between that catches the hangup and then
takes action like a redirect (transfer).

Philipp


--

_____________________________________________________________________
-- Bandwidth and Colocation Pr...
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100622/bdb763ff/attachment.htm 


More information about the asterisk-users mailing list