I had submitted a patch some time ago to add option s to chanspy. This would cause chanspy to exit once the specified change was not longer there. I do not know if it ever got into a released version as I use ABE. It was not in 1.6 but might be in 1.8. -- Jim Dickenson mailto:[email protected]
CfMC http://www.cfmc.com/ On Mar 8, 2012, at 4:20 AM, equis software wrote: > 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 <[email protected]> > 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 <[email protected]> > 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
-- _____________________________________________________________________ -- 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
