I need call to C every time that A call to B, but when A-B hangs up i need
to hang up Asterisk-C call too.

Anyboby know another solution?


On Wed, Mar 7, 2012 at 2:51 PM, equis software <equissoftw...@gmail.com>wrote:

> Here's my dialplan...
>
> [default]
>
> exten => _X.,1,System(echo -e "Channel: SIP/519912@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.kell...@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
>>
>
>
--
_____________________________________________________________________
-- 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

Reply via email to