[asterisk-users] Finish ChanSpy() when channel spied hangs up

equis software equissoftware at gmail.com
Wed Mar 7 11:51:08 CST 2012


Here's my dialplan...

[default]

exten => _X.,1,System(echo -e "Channel: SIP/519912 at SOFTSWITCH\\nContext:
spy\\nExtension: 23\\nSet:SPYCHANNEL=${CHANNEL}" > /tmp/${UNIQUEID}.call)
exten => _X.,n,System(mv /tmp/${UNIQUEID}.call
/var/spool/asterisk/outgoing/)
exten => _X.,n,Dial(SIP/${EXTEN}@SOFTSWITCH)

[spy]
exten => s,1,Answer
exten => s,2,Chanspy(${SPYCHANNEL}|q)
exten => s,3,Hangup



A call to B
and C (519912) is called by Asterisk to spy the call.

Whe the A-B conversation over, C continue connected to Asterisk, I need
Asterisk hangs up this call.

In my case C is another machine that records the call and can´t hang up
when A-B has finished because it doesn't know.

I don't know if i'm clear

On Wed, Mar 7, 2012 at 1:12 PM, Jonas Kellens <jonas.kellens at telenet.be>wrote:

> **
> Doesn't this automatically finish ?
>
> Jonas.
>
>
> On 03/07/2012 05:03 PM, equis software wrote:
>
> Is there any way to do this?
>
> Thanks
>
>
> --
> _____________________________________________________________________
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
> New to Asterisk? Join us for a live introductory webinar every Thurs:
>                http://www.asterisk.org/hello
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-users
>
>
> --
> _____________________________________________________________________
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
> New to Asterisk? Join us for a live introductory webinar every Thurs:
>               http://www.asterisk.org/hello
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>   http://lists.digium.com/mailman/listinfo/asterisk-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20120307/f3f788c6/attachment.htm>


More information about the asterisk-users mailing list