Re: [asterisk-users] Chanspy

2007-06-16 Thread Atis
On 6/16/07, Carlos Garcia Mujica <[EMAIL PROTECTED]> wrote:
> I am developing  a Call Center with AMI, I have already redirect and create
> a call, but I want to implement a functionality so I can supervise the call
> (spy).
> I have been studying  the function chanspy of asterisk.
>  Does any one know how to execute the function Chanspy(SIPXXX) throw AMI?

You can do manager Originate, and send that call to context where you
have ChanSpy.

Regards,
Atis

___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [asterisk-users] Chanspy

2009-10-09 Thread Chris Brentano

Use ExtenSpy for spying on a specific extension.

http://www.voip-info.org/wiki/index.php?page=Asterisk+cmd+ExtenSpy


On 9 Oct, 2009, at 10:44 AM, Torintino T wrote:


How can i activate "ChanSpy" to spy on a dedicated extension?

I see the following in "/etc/asterisk/extensions_additional.conf"

[chanspy]
include => chanspy-custom
exten => 501**,1,Chanspy(801)
exten => 501**,n,Hangup
exten => 502**,1,Chanspy(802)
exten => 502**,n,Hangup


But when i try to call "501**", it doesn't give any response.

Thanks.

Torintino


Windows Live Hotmail: Your friends can get your Facebook updates,  
right from Hotmail®. 


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

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

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

Re: [asterisk-users] Chanspy

2009-10-09 Thread Torintino T



Edited the post








How can i activate "ChanSpy" to spy on a dedicated extension?

I see the following in "/etc/asterisk/extensions_additional.conf"

[chanspy]
include => chanspy-custom
exten => 501**,1,Chanspy(501)
exten => 501**,n,Hangup
exten => 502**,1,Chanspy(502)
exten => 502**,n,Hangup


But when i try to call "501**", it doesn't give any response.

and is there any option for spying on a dedicated queue?

Thanks.

Torintino 

  
Windows Live Hotmail:  Your friends can get your Facebook updates, right from 
Hotmail®.   
_
Windows Live: Friends get your Flickr, Yelp, and Digg updates when they e-mail 
you.
http://www.microsoft.com/middleeast/windows/windowslive/see-it-in-action/social-network-basics.aspx?ocid=PID23461::T:WLMTAGL:ON:WL:en-xm:SI_SB_3:092010___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

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

Re: [asterisk-users] Chanspy

2009-10-09 Thread Danny Nicholas
I think this is a dialplan problem.  I would code it this way:

[chanspy]
include => chanspy-custom
exten => 5010,1,Chanspy(501)
exten => 5010,n,Hangup
exten => 5020,1,Chanspy(502)

Exten => 5020,n,Hangup

 

That way 5010 would spy on 501 and 5020 would spy on 502.

 

  _  

From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Torintino T
Sent: Friday, October 09, 2009 1:00 PM
To: asterisk-users@lists.digium.com
Subject: Re: [asterisk-users] Chanspy

 



Edited the post

How can i activate "ChanSpy" to spy on a dedicated extension?

I see the following in "/etc/asterisk/extensions_additional.conf"

[chanspy]
include => chanspy-custom
exten => 501**,1,Chanspy(501)
exten => 501**,n,Hangup
exten => 502**,1,Chanspy(502)
exten => 502**,n,Hangup


But when i try to call "501**", it doesn't give any response.

and is there any option for spying on a dedicated queue?

Thanks.

Torintino 



  _  

Windows Live Hotmail: Your
<http://www.microsoft.com/middleeast/windows/windowslive/see-it-in-action/so
cial-network-basics.aspx?ocid=PID23461::T:WLMTAGL:ON:WL:en-xm:SI_SB_4:092009
>  friends can get your Facebook updates, right from HotmailR. 

  _  

Windows Live: Friends get your Flickr, Yelp, and Digg updates when they
e-mail
<http://www.microsoft.com/middleeast/windows/windowslive/see-it-in-action/so
cial-network-basics.aspx?ocid=PID23461::T:WLMTAGL:ON:WL:en-xm:SI_SB_3:092010
>  you.

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

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

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

Re: [asterisk-users] ChanSpy

2009-10-14 Thread Rennes Neps
You must use extenspy if you want to spy on specific extension. Otherwise you 
can only cycle through available channels.

Regards
Rennes



-Original Message-
From: asterisk-users-boun...@lists.digium.com on behalf of Torintino T
Sent: Wed 10/14/2009 17:46
To: asterisk-users@lists.digium.com
Subject: [asterisk-users] ChanSpy
 
I am unsing Asterisk 1.2.28

I want please to use ChanSpy urgently

my /etc/asterisk/extensions_additional.conf is as follow:

[chanspy]
include => chanspy-custom
exten => 102**,1,Chanspy(102)
exten => 102**,n,Hangup
exten => 103**,1,Chanspy(103)
exten => 103**,n,Hangup
exten => 400**,1,Chanspy(400)
exten => 400**,n,Hangup
exten => 501**,1,Chanspy(501)
exten => 501**,n,Hangup
exten => 601**,1,Chanspy(601)
exten => 601**,n,Hangup
exten => 606**,1,Chanspy(606)
exten => 606**,n,Hangup

; end of [chanspy]

I created a Context to put my extension into it to be able to use ChanSpy.

While there is a call with an extension 102 and my extension is 606 
i call 102** to spy but i couldn't hear anything, all i hear is beep

 -- Executing ChanSpy("SIP/606-09430fd0", "102") in new stack
-- Playing 'beep' (language 'en')
-- Playing 'beep' (language 'en')


Thanks

Torintino



   _  

Windows Live: Make it easier for your friends to see what you're up to on 
Facebook. 

 
No virus found in this incoming message.
Checked by AVG - www.avg.com 
Version: 8.5.421 / Virus Database: 270.13.112/2391 - Release Date: 10/13/09 
19:11:00

  

<>___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

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

Re: [asterisk-users] ChanSpy

2009-10-14 Thread Torintino T

Thanks for your reply.

Is ExtenSpy available in Asterisk 1.2?

If yes, please how can i use it?

and how can i cycle through the available channels by ChanSpy?

Thanks.

Torintino

> Date: Wed, 14 Oct 2009 18:15:29 +0300
> From: rennes.n...@norby.ee
> To: asterisk-users@lists.digium.com
> Subject: RE: [asterisk-users] ChanSpy
> 
> You must use extenspy if you want to spy on specific extension. Otherwise you 
> can only cycle through available channels.
> 
> Regards
> Rennes
> 
> 
> 
> -Original Message-
> From: asterisk-users-boun...@lists.digium.com on behalf of Torintino T
> Sent: Wed 10/14/2009 17:46
> To: asterisk-users@lists.digium.com
> Subject: [asterisk-users] ChanSpy
> 
> I am unsing Asterisk 1.2.28
> 
> I want please to use ChanSpy urgently
> 
> my /etc/asterisk/extensions_additional.conf is as follow:
> 
> [chanspy]
> include => chanspy-custom
> exten => 102**,1,Chanspy(102)
> exten => 102**,n,Hangup
> exten => 103**,1,Chanspy(103)
> exten => 103**,n,Hangup
> exten => 400**,1,Chanspy(400)
> exten => 400**,n,Hangup
> exten => 501**,1,Chanspy(501)
> exten => 501**,n,Hangup
> exten => 601**,1,Chanspy(601)
> exten => 601**,n,Hangup
> exten => 606**,1,Chanspy(606)
> exten => 606**,n,Hangup
> 
> ; end of [chanspy]
> 
> I created a Context to put my extension into it to be able to use ChanSpy.
> 
> While there is a call with an extension 102 and my extension is 606
> i call 102** to spy but i couldn't hear anything, all i hear is beep
> 
>  -- Executing ChanSpy("SIP/606-09430fd0", "102") in new stack
> -- Playing 'beep' (language 'en')
> -- Playing 'beep' (language 'en')
> 
> 
> Thanks
> 
> Torintino
> 
> 
> 
>_
> 
> Windows Live: Make it easier for your friends to see what you're up to on 
> Facebook. 
> <http://www.microsoft.com/middleeast/windows/windowslive/see-it-in-action/social-network-basics.aspx?ocid=PID23461::T:WLMTAGL:ON:WL:en-xm:SI_SB_2:092009>
> No virus found in this incoming message.
> Checked by AVG - www.avg.com
> Version: 8.5.421 / Virus Database: 270.13.112/2391 - Release Date: 10/13/09 
> 19:11:00
> 
> 
> 
  
_
Keep your friends updated—even when you’re not signed in.
http://www.microsoft.com/middleeast/windows/windowslive/see-it-in-action/social-network-basics.aspx?ocid=PID23461::T:WLMTAGL:ON:WL:en-xm:SI_SB_5:092010___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

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

Re: [asterisk-users] ChanSpy

2009-10-15 Thread Rennes Neps
No, Extenspy was introduced in 1.4 as far as I know.

Chanspy is simple :) Helpful as I am, I'm gonna paste here the output of "show 
application chanspy"

callcenter*CLI> show application ChanSpy
callcenter*CLI>
  -= Info about application 'ChanSpy' =-

[Synopsis]
Listen to a channel, and optionally whisper into it

[Description]
  ChanSpy([chanprefix][|options]): This application is used to listen to the
audio from an Asterisk channel. This includes the audio coming in and
out of the channel being spied on. If the 'chanprefix' parameter is specified,
only channels beginning with this string will be spied upon.
  While spying, the following actions may be performed:
- Dialing # cycles the volume level.
- Dialing * will stop spying and look for another channel to spy on.
- Dialing a series of digits followed by # builds a channel name to append
  to 'chanprefix'. For example, executing ChanSpy(Agent) and then dialing
  the digits '1234#' while spying will begin spying on the channel
  'Agent/1234'.
  Options:
b - Only spy on channels involved in a bridged call.
g(grp)- Match only channels where their ${SPYGROUP} variable is set 
to
contain 'grp' in an optional : delimited list.
q - Don't play a beep when beginning to spy on a channel, or 
speak the
selected channel name.
r[(basename)] - Record the session to the monitor spool directory. An
optional base for the filename may be specified. The
default is 'chanspy'.
v([value])- Adjust the initial volume in the range from -4 to 4. A
negative value refers to a quieter setting.
w - Enable 'whisper' mode, so the spying channel can talk to
the spied-on channel.
W - Enable 'private whisper' mode, so the spying channel can
talk to the spied-on channel but cannot listen to that
channel.

Hope you get it to work. Also http://voip-info.org is a great source of 
information about asterisk. Good luck

Regards
Rennes Neps



-Original Message-
From: asterisk-users-boun...@lists.digium.com on behalf of Torintino T
Sent: Wed 10/14/2009 22:48
To: asterisk-users@lists.digium.com
Subject: Re: [asterisk-users] ChanSpy
 
Thanks for your reply.

Is ExtenSpy available in Asterisk 1.2?

If yes, please how can i use it?

and how can i cycle through the available channels by ChanSpy?

Thanks.

Torintino

> Date: Wed, 14 Oct 2009 18:15:29 +0300
> From: rennes.n...@norby.ee
> To: asterisk-users@lists.digium.com
> Subject: RE: [asterisk-users] ChanSpy
> 
> You must use extenspy if you want to spy on specific extension. Otherwise you 
> can only cycle through available channels.
> 
> Regards
> Rennes
> 
> 
> 
> -Original Message-
> From: asterisk-users-boun...@lists.digium.com on behalf of Torintino T
> Sent: Wed 10/14/2009 17:46
> To: asterisk-users@lists.digium.com
> Subject: [asterisk-users] ChanSpy
> 
> I am unsing Asterisk 1.2.28
> 
> I want please to use ChanSpy urgently
> 
> my /etc/asterisk/extensions_additional.conf is as follow:
> 
> [chanspy]
> include => chanspy-custom
> exten => 102**,1,Chanspy(102)
> exten => 102**,n,Hangup
> exten => 103**,1,Chanspy(103)
> exten => 103**,n,Hangup
> exten => 400**,1,Chanspy(400)
> exten => 400**,n,Hangup
> exten => 501**,1,Chanspy(501)
> exten => 501**,n,Hangup
> exten => 601**,1,Chanspy(601)
> exten => 601**,n,Hangup
> exten => 606**,1,Chanspy(606)
> exten => 606**,n,Hangup
> 
> ; end of [chanspy]
> 
> I created a Context to put my extension into it to be able to use ChanSpy.
> 
> While there is a call with an extension 102 and my extension is 606
> i call 102** to spy but i couldn't hear anything, all i hear is beep
> 
> -- Executing ChanSpy("SIP/606-09430fd0", "102") in new stack
> -- Playing 'beep' (language 'en')
> -- Playing 'beep' (language 'en')
> 
> 
> Thanks
> 
> Torintino
> 
> 
> 
> _
> 
> Windows Live: Make it easier for your friends to see what you're up to on 
> Facebook. 
> <http://www.microsoft.com/middleeast/windows/windowslive/see-it-in-action/social-network-basics.aspx?ocid=PID23461::T:WLMTAGL:ON:WL:en-xm:SI_SB_2:092009>
> No virus found in this incoming message.
> Checked by AVG - www.avg.com
> Version: 8.5.421 / Virus Database: 270.13.112/2391 - Release Date: 10/13/09 
> 19:11:00
> 
> 
> 


   _  

Keep your friends updated- even when you're not signed in. 
<http://www.microsoft.com/mid

RE: [Asterisk-Users] ChanSpy?

2005-02-01 Thread Radovan.Mihalik
In our country, if you act as operator and would like
To use asterisk solution, you have to be able to record
Calls from law ...

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Stefan
Gofferje
Sent: Tuesday, February 01, 2005 12:06 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [Asterisk-Users] ChanSpy?

Again, hi folks!

As I learned from voip-info.org, the chanspy app has been dropped. Is 
this because of ethical reasons or because it was too buggy and not 
fixable? Is there something similar? Or is there an "unofficial" source 
where to get it?

Regards,
   Stefan

-- 
  (o_   Stefan Gofferje  | Linux Systems Specialist
  //\   Reg'd Linux User #247167 | SuSE Certified Linux Trainer
  V_/_  Linux is like a Wigwam - No gates, no windows, Apache inside

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


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


RE: [Asterisk-Users] ChanSpy

2005-09-12 Thread Alex Kauffmann








We got it to work by setting the SPYGROUP
variable before every dial command for each group to be monitored and before the
call to ChanSpy by the quality agents.  The way I understood the example,
both have to “belong” to the same SPYGROUP.  So for 2
different groups, crm and sales, we use:

 

[crm-agents-site2]

exten =>
_[1-6]XXX,1,SetVar(SPYGROUP=CRM)

exten =>
_[1-6]XXX,2,Dial(IAX2/g2/${EXTEN},15,tTwW)

…

 

[sales-agents-site2]

exten => _[1-6]XXX,1,SetVar(SPYGROUP=SALES)

exten =>
_[1-6]XXX,2,Dial(IAX2/g2/${EXTEN},15,tTwW)

…

 

[app-chanspy-crm-agents]

exten => _*53,1,SetVar(SPYGROUP=CRM)

exten => _*53,2,ChanSpy(|g(CRM)q)

…

 

[app-chanspy-sales-agents]

exten => _*54,1,SetVar(SPYGROUP=SALES)

exten => _*54,2,ChanSpy(|g(SALES)q)

…

 

You could setup a single app which will
prompt you for which group to monitor and set the variable accordingly. 
You could even password protect each group to selectively allow access.  We
found that you can do the same on the inbound leg of a call to a queue by
setting the variable before the queue command and monitor inbound calls as
well.

 

-Original Message-
From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jennifer Hales
Sent: Monday,
 September 12, 2005 6:17 PM
To:
asterisk-users@lists.digium.com
Subject: [Asterisk-Users] ChanSpy

 

Hi all,

 

Does any one know how to make the
“g” option work with Chanspy?  I have done this and it does
not work.

 

[snoop]

include
=> restricted

exten
=>756,1,Set(${SPYGROUP}=1)

exten
=>756,2,ChanSpy(Agent,qg)

exten
=>756,3,Hangup

 

 

Regards

Jenn Hales






___
--Bandwidth and Colocation sponsored by Easynews.com --

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

Re: [asterisk-users] ChanSpy issue

2007-09-26 Thread Ed Nuñez
 

Hello list

 

I am having an issue with Chanspy/SIP that I’m hoping someone has come
across and resolved in the past.

 

I am sending calls that come in TDM through T1 ZAP channels and go out to a
SIP trunk.

 

If I spy on the SIP channel, I can hear the person on the SIP side of the
call just fine, but the person on the ZAP channel fades in and out.

If I spy on the ZAP channel, and can hear both sides just fine, but I don’t
know who I am spying on since I have other calls coming in on the same T1.

 

If I spy on a SIP extension instead of a SIP trunk, I hear both sides just
fine.

 

I am using a recent version of Asterisk 1.2 and I am using g729 licenses.

 

This is the command I am using to spy.

 

exten => 8011,1,ChanSpy(Sip/SIPTRUNK|bqv(4))

 

 



 

<>___

Sign up now for AstriCon 2007!  September 25-28th.  http://www.astricon.net/ 

--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

Re: [asterisk-users] ChanSpy issue

2007-09-26 Thread Wai Wu
The parameter to Chanspy should be the whole or part of the channel name. I do 
not understand what you mean by "sip trunk". It make perfect sense that you can 
hear both streams of voice when you use the phone's extension as Asterisk 
usually uses "SIP/extension+xxx" as the channel name of the call.


-Original Message-
From: [EMAIL PROTECTED] on behalf of Ed Nuñez
Sent: Wed 9/26/2007 4:48 PM
To: [EMAIL PROTECTED]
Cc: 'Asterisk Users Mailing List - Non-Commercial Discussion'
Subject: Re: [asterisk-users] ChanSpy issue
 
 

Hello list

 

I am having an issue with Chanspy/SIP that I'm hoping someone has come
across and resolved in the past.

 

I am sending calls that come in TDM through T1 ZAP channels and go out to a
SIP trunk.

 

If I spy on the SIP channel, I can hear the person on the SIP side of the
call just fine, but the person on the ZAP channel fades in and out.

If I spy on the ZAP channel, and can hear both sides just fine, but I don't
know who I am spying on since I have other calls coming in on the same T1.

 

If I spy on a SIP extension instead of a SIP trunk, I hear both sides just
fine.

 

I am using a recent version of Asterisk 1.2 and I am using g729 licenses.

 

This is the command I am using to spy.

 

exten => 8011,1,ChanSpy(Sip/SIPTRUNK|bqv(4))

 

 



 


<>___

Sign up now for AstriCon 2007!  September 25-28th.  http://www.astricon.net/ 

--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

Re: [asterisk-users] ChanSpy issue

2007-09-26 Thread John covici
I am not an expert on chanspy, but it seems to me spying on the trunk
would not work very well, would not you hear multiple conversations
mixed if more than one extension were calling?  Seems best to me to
spy on an extension.  YOu also can do a show channels to see who is
talking to whom.

on Wednesday 09/26/2007 Wai Wu([EMAIL PROTECTED]) wrote
 > The parameter to Chanspy should be the whole or part of the channel name. I 
 > do not understand what you mean by "sip trunk". It make perfect sense that 
 > you can hear both streams of voice when you use the phone's extension as 
 > Asterisk usually uses "SIP/extension+xxx" as the channel name of the call.
 > 
 > 
 > -Original Message-
 > From: [EMAIL PROTECTED] on behalf of Ed Nuñez
 > Sent: Wed 9/26/2007 4:48 PM
 > To: [EMAIL PROTECTED]
 > Cc: 'Asterisk Users Mailing List - Non-Commercial Discussion'
 > Subject: Re: [asterisk-users] ChanSpy issue
 >  
 >  
 > 
 > Hello list
 > 
 >  
 > 
 > I am having an issue with Chanspy/SIP that I'm hoping someone has come
 > across and resolved in the past.
 > 
 >  
 > 
 > I am sending calls that come in TDM through T1 ZAP channels and go out to a
 > SIP trunk.
 > 
 >  
 > 
 > If I spy on the SIP channel, I can hear the person on the SIP side of the
 > call just fine, but the person on the ZAP channel fades in and out.
 > 
 > If I spy on the ZAP channel, and can hear both sides just fine, but I don't
 > know who I am spying on since I have other calls coming in on the same T1.
 > 
 >  
 > 
 > If I spy on a SIP extension instead of a SIP trunk, I hear both sides just
 > fine.
 > 
 >  
 > 
 > I am using a recent version of Asterisk 1.2 and I am using g729 licenses.
 > 
 >  
 > 
 > This is the command I am using to spy.
 > 
 >  
 > 
 > exten => 8011,1,ChanSpy(Sip/SIPTRUNK|bqv(4))
 > 
 >  
 > 
 >  
 > 
 > 
 > 
 >  
 > 
 > 
 > 
 > 
 > 
 > 
 > 
 > RE: [asterisk-users] ChanSpy issue
 > 
 > 
 > 
 > 
 > The parameter to Chanspy should be the whole or part of the 
 > channel name. I do not understand what you mean by "sip trunk". It 
 > make perfect sense that you can hear both streams of voice when you use the 
 > phone's extension as Asterisk usually uses "SIP/extension+xxx" as 
 > the channel name of the call.
 > 
 > 
 > -Original Message-
 > From: [EMAIL PROTECTED] on behalf of Ed Nuñez
 > Sent: Wed 9/26/2007 4:48 PM
 > To: [EMAIL PROTECTED]
 > Cc: 'Asterisk Users Mailing List - Non-Commercial Discussion'
 > Subject: Re: [asterisk-users] ChanSpy issue
 > 
 > 
 > 
 > Hello list
 > 
 > 
 > 
 > I am having an issue with Chanspy/SIP that I'm hoping someone has come
 > across and resolved in the past.
 > 
 > 
 > 
 > I am sending calls that come in TDM through T1 ZAP channels and go out to 
 > a
 > SIP trunk.
 > 
 > 
 > 
 > If I spy on the SIP channel, I can hear the person on the SIP side of the
 > call just fine, but the person on the ZAP channel fades in and out.
 > 
 > If I spy on the ZAP channel, and can hear both sides just fine, but I 
 > don't
 > know who I am spying on since I have other calls coming in on the same 
 > T1.
 > 
 > 
 > 
 > If I spy on a SIP extension instead of a SIP trunk, I hear both sides 
 > just
 > fine.
 > 
 > 
 > 
 > I am using a recent version of Asterisk 1.2 and I am using g729 licenses.
 > 
 > 
 > 
 > This is the command I am using to spy.
 > 
 > 
 > 
 > exten => 8011,1,ChanSpy(Sip/SIPTRUNK|bqv(4))
 > 
 > 
 > 
 > 
 > 
 > 
 > 
 > 
 > 
 > 
 > 
 > 
 > 
 > 
 > ___
 > 
 > Sign up now for AstriCon 2007!  September 25-28th.  http://www.astricon.net/ 
 > 
 > --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
-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]

___

Sign up now for AstriCon 2007!  September 25-28th.  http://www.astricon.net/ 

--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


Re: [asterisk-users] ChanSpy issue

2007-09-26 Thread Eric \"ManxPower\" Wieling
There is no such thing as a "SIP Trunk" in Asterisk.  Nope.  It does not 
exist.  Some people (seems to me mostly GUI people) use the term "SIP 
trunk" to mean "SIP friend/user/peer".

John covici wrote:
> I am not an expert on chanspy, but it seems to me spying on the trunk
> would not work very well, would not you hear multiple conversations
> mixed if more than one extension were calling?  Seems best to me to
> spy on an extension.  YOu also can do a show channels to see who is
> talking to whom.
> 
> on Wednesday 09/26/2007 Wai Wu([EMAIL PROTECTED]) wrote
>  > The parameter to Chanspy should be the whole or part of the channel name. 
> I do not understand what you mean by "sip trunk". It make perfect sense that 
> you can hear both streams of voice when you use the phone's extension as 
> Asterisk usually uses "SIP/extension+xxx" as the channel name of the call.
>  > 
>  > 
>  > -Original Message-
>  > From: [EMAIL PROTECTED] on behalf of Ed Nuñez
>  > Sent: Wed 9/26/2007 4:48 PM
>  > To: [EMAIL PROTECTED]
>  > Cc: 'Asterisk Users Mailing List - Non-Commercial Discussion'
>  > Subject: Re: [asterisk-users] ChanSpy issue
>  >  
>  >  
>  > 
>  > Hello list
>  > 
>  >  
>  > 
>  > I am having an issue with Chanspy/SIP that I'm hoping someone has come
>  > across and resolved in the past.
>  > 
>  >  
>  > 
>  > I am sending calls that come in TDM through T1 ZAP channels and go out to a
>  > SIP trunk.
>  > 
>  >  
>  > 
>  > If I spy on the SIP channel, I can hear the person on the SIP side of the
>  > call just fine, but the person on the ZAP channel fades in and out.
>  > 
>  > If I spy on the ZAP channel, and can hear both sides just fine, but I don't
>  > know who I am spying on since I have other calls coming in on the same T1.
>  > 
>  >  
>  > 
>  > If I spy on a SIP extension instead of a SIP trunk, I hear both sides just
>  > fine.
>  > 
>  >  
>  > 
>  > I am using a recent version of Asterisk 1.2 and I am using g729 licenses.
>  > 
>  >  
>  > 
>  > This is the command I am using to spy.
>  > 
>  >  
>  > 
>  > exten => 8011,1,ChanSpy(Sip/SIPTRUNK|bqv(4))
>  > 
>  >  
>  > 
>  >  
>  > 
>  > 
>  > 
>  >  
>  > 
>  > 
>  > 
>  > 
>  > 
>  > 
>  > 
>  > RE: [asterisk-users] ChanSpy issue
>  > 
>  > 
>  > 
>  > 
>  > The parameter to Chanspy should be the whole or part of 
> the channel name. I do not understand what you mean by "sip trunk". 
> It make perfect sense that you can hear both streams of voice when you use 
> the phone's extension as Asterisk usually uses "SIP/extension+xxx" 
> as the channel name of the call.
>  > 
>  > 
>  > -Original Message-
>  > From: [EMAIL PROTECTED] on behalf of Ed Nuñez
>  > Sent: Wed 9/26/2007 4:48 PM
>  > To: [EMAIL PROTECTED]
>  > Cc: 'Asterisk Users Mailing List - Non-Commercial Discussion'
>  > Subject: Re: [asterisk-users] ChanSpy issue
>  > 
>  > 
>  > 
>  > Hello list
>  > 
>  > 
>  > 
>  > I am having an issue with Chanspy/SIP that I'm hoping someone has come
>  > across and resolved in the past.
>  > 
>  > 
>  > 
>  > I am sending calls that come in TDM through T1 ZAP channels and go out to 
> a
>  > SIP trunk.
>  > 
>  > 
>  > 
>  > If I spy on the SIP channel, I can hear the person on the SIP side of 
> the
>  > call just fine, but the person on the ZAP channel fades in and out.
>  > 
>  > If I spy on the ZAP channel, and can hear both sides just fine, but I 
> don't
>  > know who I am spying on since I have other calls coming in on the same 
> T1.
>  > 
>  > 
>  > 
>  > If I spy on a SIP extension instead of a SIP trunk, I hear both sides 
> just
>  > fine.
>  > 
>  > 
>  > 
>  > I am using a recent version of Asterisk 1.2 and I am using g729 
> licenses.
>  > 
>  > 
>  > 
>  > This is the command I am using to spy.
>  > 
>  > 
>  > 
>  > exten => 8011,1,ChanSpy(Sip/SIPTRUNK|bqv(4))
>  > 
>  > 
>  > 
>  > 
>  > 
>  > 
>  > 
>  > 
>  > 
>  > 
>  > 
>  > 
>  > 
>  > 
>  > ___
>  > 
>  > Sign up now for AstriCon 2007!  September 25-28th.  
> http://www.astricon.net/ 
>  > 
>  > --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



___

Sign up now for AstriCon 2007!  September 25-28th.  http://www.astricon.net/ 

--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


Re: [asterisk-users] ChanSpy issue

2007-09-26 Thread John covici
You are technically correct, its just a shorthand.

on Wednesday 09/26/2007 "Eric \"ManxPower\" Wieling"([EMAIL PROTECTED]) wrote
 > There is no such thing as a "SIP Trunk" in Asterisk.  Nope.  It does not 
 > exist.  Some people (seems to me mostly GUI people) use the term "SIP 
 > trunk" to mean "SIP friend/user/peer".
 > 
 > John covici wrote:
 > > I am not an expert on chanspy, but it seems to me spying on the trunk
 > > would not work very well, would not you hear multiple conversations
 > > mixed if more than one extension were calling?  Seems best to me to
 > > spy on an extension.  YOu also can do a show channels to see who is
 > > talking to whom.
 > > 
 > > on Wednesday 09/26/2007 Wai Wu([EMAIL PROTECTED]) wrote
 > >  > The parameter to Chanspy should be the whole or part of the channel 
 > > name. I do not understand what you mean by "sip trunk". It make perfect 
 > > sense that you can hear both streams of voice when you use the phone's 
 > > extension as Asterisk usually uses "SIP/extension+xxx" as the channel name 
 > > of the call.
 > >  > 
 > >  > 
 > >  > -Original Message-
 > >  > From: [EMAIL PROTECTED] on behalf of Ed Nuñez
 > >  > Sent: Wed 9/26/2007 4:48 PM
 > >  > To: [EMAIL PROTECTED]
 > >  > Cc: 'Asterisk Users Mailing List - Non-Commercial Discussion'
 > >  > Subject: Re: [asterisk-users] ChanSpy issue
 > >  >  
 > >  >  
 > >  > 
 > >  > Hello list
 > >  > 
 > >  >  
 > >  > 
 > >  > I am having an issue with Chanspy/SIP that I'm hoping someone has come
 > >  > across and resolved in the past.
 > >  > 
 > >  >  
 > >  > 
 > >  > I am sending calls that come in TDM through T1 ZAP channels and go out 
 > > to a
 > >  > SIP trunk.
 > >  > 
 > >  >  
 > >  > 
 > >  > If I spy on the SIP channel, I can hear the person on the SIP side of 
 > > the
 > >  > call just fine, but the person on the ZAP channel fades in and out.
 > >  > 
 > >  > If I spy on the ZAP channel, and can hear both sides just fine, but I 
 > > don't
 > >  > know who I am spying on since I have other calls coming in on the same 
 > > T1.
 > >  > 
 > >  >  
 > >  > 
 > >  > If I spy on a SIP extension instead of a SIP trunk, I hear both sides 
 > > just
 > >  > fine.
 > >  > 
 > >  >  
 > >  > 
 > >  > I am using a recent version of Asterisk 1.2 and I am using g729 
 > > licenses.
 > >  > 
 > >  >  
 > >  > 
 > >  > This is the command I am using to spy.
 > >  > 
 > >  >  
 > >  > 
 > >  > exten => 8011,1,ChanSpy(Sip/SIPTRUNK|bqv(4))
 > >  > 
 > >  >  
 > >  > 
 > >  >  
 > >  > 
 > >  > 
 > >  > 
 > >  >  
 > >  > 
 > >  > 
 > >  > 
 > >  > 
 > >  > 
 > >  > 
 > >  > 
 > >  > RE: [asterisk-users] ChanSpy issue
 > >  > 
 > >  > 
 > >  > 
 > >  > 
 > >  > The parameter to Chanspy should be the whole or part of 
 > > the channel name. I do not understand what you mean by "sip 
 > > trunk". It make perfect sense that you can hear both streams of voice 
 > > when you use the phone's extension as Asterisk usually uses 
 > > "SIP/extension+xxx" as the channel name of the call.
 > >  > 
 > >  > 
 > >  > -Original Message-
 > >  > From: [EMAIL PROTECTED] on behalf of Ed Nuñez
 > >  > Sent: Wed 9/26/2007 4:48 PM
 > >  > To: [EMAIL PROTECTED]
 > >  > Cc: 'Asterisk Users Mailing List - Non-Commercial Discussion'
 > >  > Subject: Re: [asterisk-users] ChanSpy issue
 > >  > 
 > >  > 
 > >  > 
 > >  > Hello list
 > >  > 
 > >  > 
 > >  > 
 > >  > I am having an issue with Chanspy/SIP that I'm hoping someone has 
 > > come
 > >  > across and resolved in the past.
 > >  > 
 > >  > 
 > >  > 
 > >  > I am sending calls that come in TDM through T1 ZAP channels and go out 
 > > to a
 > >  > SIP trunk.
 > >  > 
 > >  > 
 > >  > 
 > >  > If I spy on the SIP channel, I can hear the person on the SIP side of 
 > > the
 > >  > call just fine, but the person on the ZAP channel fades 

Re: [asterisk-users] ChanSpy issue

2007-09-27 Thread Ed Nuñez
Good point, but the deal is that I have a remote call center with their own
Nortel PBX.  I get these calls from my DID provided via Zap and I send them
VoIP to the gateway connected to the Nortel PBX.  This is what I refer to my
SIP trunk.  When I specify Sip/SIPTRUNK(SIPTRUNK) is the name of the
trunk.  Asterisk only monitors one call at a time in the whole trunk, and
you can Cycle through the calls by pressing "*". 




-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of John covici
Sent: Wednesday, September 26, 2007 8:31 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] ChanSpy issue

I am not an expert on chanspy, but it seems to me spying on the trunk
would not work very well, would not you hear multiple conversations
mixed if more than one extension were calling?  Seems best to me to
spy on an extension.  YOu also can do a show channels to see who is
talking to whom.

on Wednesday 09/26/2007 Wai Wu([EMAIL PROTECTED]) wrote
 > The parameter to Chanspy should be the whole or part of the channel name.
I do not understand what you mean by "sip trunk". It make perfect sense that
you can hear both streams of voice when you use the phone's extension as
Asterisk usually uses "SIP/extension+xxx" as the channel name of the call.
 > 
 > 
 > -Original Message-
 > From: [EMAIL PROTECTED] on behalf of Ed Nuñez
 > Sent: Wed 9/26/2007 4:48 PM
 > To: [EMAIL PROTECTED]
 > Cc: 'Asterisk Users Mailing List - Non-Commercial Discussion'
 > Subject: Re: [asterisk-users] ChanSpy issue
 >  
 >  
 > 
 > Hello list
 > 
 >  
 > 
 > I am having an issue with Chanspy/SIP that I'm hoping someone has come
 > across and resolved in the past.
 > 
 >  
 > 
 > I am sending calls that come in TDM through T1 ZAP channels and go out to
a
 > SIP trunk.
 > 
 >  
 > 
 > If I spy on the SIP channel, I can hear the person on the SIP side of the
 > call just fine, but the person on the ZAP channel fades in and out.
 > 
 > If I spy on the ZAP channel, and can hear both sides just fine, but I
don't
 > know who I am spying on since I have other calls coming in on the same
T1.
 > 
 >  
 > 
 > If I spy on a SIP extension instead of a SIP trunk, I hear both sides
just
 > fine.
 > 
 >  
 > 
 > I am using a recent version of Asterisk 1.2 and I am using g729 licenses.
 > 
 >  
 > 
 > This is the command I am using to spy.
 > 
 >  
 > 
 > exten => 8011,1,ChanSpy(Sip/SIPTRUNK|bqv(4))
 > 
 >  
 > 
 >  
 > 
 > 
 > 
 >  
 > 
 > 
 > 
 > 
 > 
 > 
 > 
 > RE: [asterisk-users] ChanSpy issue
 > 
 > 
 > 
 > 
 > The parameter to Chanspy should be the whole or part of
the channel name. I do not understand what you mean by "sip
trunk". It make perfect sense that you can hear both streams of voice
when you use the phone's extension as Asterisk usually uses
"SIP/extension+xxx" as the channel name of the call.
 > 
 > 
 > -Original Message-
 > From: [EMAIL PROTECTED] on behalf of Ed Nuñez
 > Sent: Wed 9/26/2007 4:48 PM
 > To: [EMAIL PROTECTED]
 > Cc: 'Asterisk Users Mailing List - Non-Commercial Discussion'
 > Subject: Re: [asterisk-users] ChanSpy issue
 > 
 > 
 > 
 > Hello list
 > 
 > 
 > 
 > I am having an issue with Chanspy/SIP that I'm hoping someone has
come
 > across and resolved in the past.
 > 
 > 
 > 
 > I am sending calls that come in TDM through T1 ZAP channels and go out to
a
 > SIP trunk.
 > 
 > 
 > 
 > If I spy on the SIP channel, I can hear the person on the SIP side of
the
 > call just fine, but the person on the ZAP channel fades in and out.
 > 
 > If I spy on the ZAP channel, and can hear both sides just fine, but I
don't
 > know who I am spying on since I have other calls coming in on the same
T1.
 > 
 > 
 > 
 > If I spy on a SIP extension instead of a SIP trunk, I hear both sides
just
 > fine.
 > 
 > 
 > 
 > I am using a recent version of Asterisk 1.2 and I am using g729
licenses.
 > 
 > 
 > 
 > This is the command I am using to spy.
 > 
 > 
 > 
 > exten => 8011,1,ChanSpy(Sip/SIPTRUNK|bqv(4))
 > 
 > 
 > 
 > 
 > 
 > 
 > 
 > 
 > 
 > 
 > 
 > 
 > 
 > 
 > ___
 > 
 > Sign up now for AstriCon 2007!  September 25-28th.
http://www.astricon.net/ 
 > 
 > --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
-- 
Your life is like a penny.  You're g

Re: [asterisk-users] ChanSpy issue

2007-09-27 Thread Wai Wu
I got an idea. If you only have 1 sip trunk, just do chanspy(SIP/) 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ed Nuñez
Sent: Thursday, September 27, 2007 10:17 AM
To: [EMAIL PROTECTED]; 'Asterisk Users Mailing List - Non-Commercial Discussion'
Subject: Re: [asterisk-users] ChanSpy issue

Good point, but the deal is that I have a remote call center with their own 
Nortel PBX.  I get these calls from my DID provided via Zap and I send them 
VoIP to the gateway connected to the Nortel PBX.  This is what I refer to my
SIP trunk.  When I specify Sip/SIPTRUNK(SIPTRUNK) is the name of the
trunk.  Asterisk only monitors one call at a time in the whole trunk, and you 
can Cycle through the calls by pressing "*". 




-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of John covici
Sent: Wednesday, September 26, 2007 8:31 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] ChanSpy issue

I am not an expert on chanspy, but it seems to me spying on the trunk would not 
work very well, would not you hear multiple conversations mixed if more than 
one extension were calling?  Seems best to me to spy on an extension.  YOu also 
can do a show channels to see who is talking to whom.

on Wednesday 09/26/2007 Wai Wu([EMAIL PROTECTED]) wrote  > The parameter to 
Chanspy should be the whole or part of the channel name.
I do not understand what you mean by "sip trunk". It make perfect sense that 
you can hear both streams of voice when you use the phone's extension as 
Asterisk usually uses "SIP/extension+xxx" as the channel name of the call.
 >
 >
 > -Original Message-
 > From: [EMAIL PROTECTED] on behalf of Ed Nuñez  > Sent: Wed 9/26/2007 4:48 PM 
 >  > To: [EMAIL PROTECTED]
 > Cc: 'Asterisk Users Mailing List - Non-Commercial Discussion'
 > Subject: Re: [asterisk-users] ChanSpy issue  >  >  >  > Hello list  >  >  >  
 > > I am having an issue with Chanspy/SIP that I'm hoping someone has come  > 
 > across and resolved in the past.
 >
 >
 >
 > I am sending calls that come in TDM through T1 ZAP channels and go out to a  
 > > SIP trunk.
 >
 >
 >
 > If I spy on the SIP channel, I can hear the person on the SIP side of the  > 
 > call just fine, but the person on the ZAP channel fades in and out.
 >
 > If I spy on the ZAP channel, and can hear both sides just fine, but I don't  
 > > know who I am spying on since I have other calls coming in on the same T1.
 >
 >
 >
 > If I spy on a SIP extension instead of a SIP trunk, I hear both sides just  
 > > fine.
 >
 >
 >
 > I am using a recent version of Asterisk 1.2 and I am using g729 licenses.
 >
 >
 >
 > This is the command I am using to spy.
 >
 >
 >
 > exten => 8011,1,ChanSpy(Sip/SIPTRUNK|bqv(4))
 >
 >
 >
 >
 >
 >
 >
 >
 >
 >
 >   >   >   > 
 >   > 
 >   > 
 > RE: [asterisk-users] ChanSpy issue  >   >   > 
 >   >  > The 
 > parameter to Chanspy should be the whole or part of the channel name. I do 
 > not understand what you mean by "sip trunk". It make perfect sense 
 > that you can hear both streams of voice when you use the phone's extension 
 > as Asterisk usually uses "SIP/extension+xxx" as the channel name 
 > of the call.  >   >   > -Original Message-  > From: 
 > [EMAIL PROTECTED] on behalf of Ed Nuñez  > Sent: Wed 9/26/2007 4:48 
 > PM  > To: [EMAIL PROTECTED]
 > Cc: 'Asterisk Users Mailing List - Non-Commercial Discussion'  > 
 > Subject: Re: [asterisk-users] ChanSpy issue  >   >   >   > 
 > Hello list  >   >   >   > I am having an issue with 
 > Chanspy/SIP that I'm hoping someone has come  > across and resolved in 
 > the past.  >   >   >   > I am sending calls that come in TDM 
 > through T1 ZAP channels and go out to a  > SIP trunk.  >   > 
 >   >   > If I spy on the SIP channel, I can hear the person on the 
 > SIP side of the  > call just fine, but the person on the ZAP channel 
 > fades in and out.  >   > If I spy on the ZAP channel, and can hear 
 > both sides just fine, but I don't  > know who I am spying on since I 
 > have other calls coming in on the same T1.  >   >   >   > If 
 > I spy on a SIP extension instead of a SIP trunk, I hear both sides just  
 > > fine.  >   >   >   > I am using a recent version of 
 > Asterisk 1.2 and I am using g729 licenses.  >   >   >   > 
 > This is the command I am using to spy.  >   >   >   > exten 
 > => 8011,1,ChanSpy(Sip/S

Re: [asterisk-users] ChanSpy SIP

2007-06-20 Thread Ed Nuñez
For anyone experiencing the same problem, I was able to make SpyChan work on
SIP extensions using the b and v options.

 

exten => _**.,1,ChanSpy(IAX2/1654|bv(4))

 

 

 

 

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ed Nunez
Sent: Tuesday, June 19, 2007 8:05 PM
To: asterisk-users@lists.digium.com
Subject: [asterisk-users] ChanSpy SIP

 

Has anyone succesfully tried using ChanSpy on SIP channels with the latest
Asterisk 1.4?  I tried ChanSpy(SIP/5060) to monitor SIP extension 5060 and
the console displays, Monitoring Sip/5060, but I don't hear anything.  I am
able to monitor Zap channels.

___
--Bandwidth and Colocation provided by Easynews.com --

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

Re: [Asterisk-Users] chanspy instability

2006-02-24 Thread Matt
I too have noticed this but received no solution =\  I was running 1.2.0

On 2/24/06, Dov Bigio <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I had 3 users spying on a call from the queue.
> On the exact time that the 4th user called the ChanSpy extension, Asterisk
> went down!
>
> Is there something wrong with ChanSpy???
>
> Thank you
> Dov
> ___
> --Bandwidth and Colocation provided by Easynews.com --
>
> Asterisk-Users mailing list
> To UNSUBSCRIBE or update options visit:
>
> http://lists.digium.com/mailman/listinfo/asterisk-users
>
>
>
___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [Asterisk-Users] chanspy instability

2006-02-24 Thread Kevin P. Fleming
Matt wrote:
> I too have noticed this but received no solution =\  I was running 1.2.0

Did you try it again after updating to the latest 1.2 release? Did you
report the bug on the bug tracker and provide a backtrace so someone
could try to fix it?

If not, how did you expect a solution to be created? We aren't
telepathic, you know :-)
___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [Asterisk-Users] chanspy instability

2006-02-27 Thread Matt
Teehee... no I didn't do any of that.. mostly because it's a feature I
don't use all that often, and at the moment I can't upgrade :) so...

On 2/24/06, Kevin P. Fleming <[EMAIL PROTECTED]> wrote:
> Matt wrote:
> > I too have noticed this but received no solution =\  I was running 1.2.0
>
> Did you try it again after updating to the latest 1.2 release? Did you
> report the bug on the bug tracker and provide a backtrace so someone
> could try to fix it?
>
> If not, how did you expect a solution to be created? We aren't
> telepathic, you know :-)
> ___
> --Bandwidth and Colocation provided by Easynews.com --
>
> Asterisk-Users mailing list
> To UNSUBSCRIBE or update options visit:
>http://lists.digium.com/mailman/listinfo/asterisk-users
>
___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [Asterisk-Users] Chanspy Jitter?

2006-06-06 Thread Simone Cittadini

Wes Baehr ha scritto:

(Sometimes) When I’m monitoring calls, I hear a very bad jitter – 
usually only on one of the bridged channels. So at first I thought it 
was just the one end of the conversation actually causing the jitter – 
but it’s not.  So I called in from another device to spy at the same 
time – and the other chanspy sounds perfectly normal. (And neither 
party is complaining of bad sound)


 

So, periodically, chanspy seems to lose sync with its source – has 
anyone else had this problem?


 


Running 1.2.7.1, calls are all SIP<->IAX2



Me, same problem, same version, all possible combinations of SIP/IAX calls.
Looking at iax2 netstats shows there's no real problem, jitter, delay,
packet loss are well within acceptable limits, still what I hear is
echoed robo-voice !


___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [asterisk-users] Chanspy - Meetme

2010-07-14 Thread Xavier

 No one have, at least, an idea ?

On 07/12/2010 05:36 PM, Xavier wrote:

Hi guys,

I've got a question about chanspy and meetme.
I'd like to transfer all the persons involved in a chanspy (the guy 
spying, the guy that is spied and the guy that is speaking to the 
spied one -> total: 3) in a conference room.
Is there a way to do it quickly without especially knowing each 
channels ? It's a bit tricky to know and remember each channels, no ?


Thanks in advance
-- 
_
-- 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

Re: [asterisk-users] Chanspy - Meetme

2010-07-14 Thread Zeeshan Zakaria
I found this requirement very interesting because it is challenging, needs
some serious thinking on how to do it, but it is certainly possible. My idea
would be to record the sip channels which are involved in the spying process
and use a dynamic feature, pressing which would generate a conference and
redirect all of them to this conference room. The hardesst part here is to
figure out the sip channels. All this is not simple to do, and one needs to
be a dialplan expert to do it.

Zeeshan A Zakaria

--
www.ilovetovoip.com
www.trashinternetexplorer.com

On 2010-07-14 6:11 AM, "Xavier"  wrote:

 No one have, at least, an idea ?



On 07/12/2010 05:36 PM, Xavier wrote:
>
> Hi guys,
>
> I've got a question about chanspy and meetm...

--
_
-- 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

Re: [asterisk-users] Chanspy - Meetme

2010-07-14 Thread Russell Bryant

- Original Message -
> On 07/12/2010 05:36 PM, Xavier wrote:

> I've got a question about chanspy and meetme.
> I'd like to transfer all the persons involved in a chanspy (the guy
> spying, the guy that is spied and the guy that is speaking to the
> spied one -> total: 3) in a conference room.
> Is there a way to do it quickly without especially knowing each
> channels ? It's a bit tricky to know and remember each channels, no ?

You may not need to do this at all.  ChanSpy (in Asterisk 1.6.2, at least) has 
a barge mode that allows the spying channel to speak to both parties.  There is 
also the ability to enable DTMF key presses to swap between spy, whisper, and 
barge modes.

--
Russell Bryant
Digium, Inc.  |  Engineering Manager, Open Source Software
445 Jan Davis Drive NW   -Huntsville, AL 35806  -  USA
jabber: rbry...@digium.com-=-skype: russell-bryant
www.digium.com -=- www.asterisk.org -=- blogs.asterisk.org

-- 
_
-- 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


Re: [asterisk-users] Chanspy - Meetme

2010-07-14 Thread Xavier
 I totally agree with the barge mode but for future evolution, what 
about if there is more than 3 people ?


On 07/14/2010 04:36 PM, Russell Bryant wrote:

- Original Message -

On 07/12/2010 05:36 PM, Xavier wrote:
I've got a question about chanspy and meetme.
I'd like to transfer all the persons involved in a chanspy (the guy
spying, the guy that is spied and the guy that is speaking to the
spied one ->  total: 3) in a conference room.
Is there a way to do it quickly without especially knowing each
channels ? It's a bit tricky to know and remember each channels, no ?

You may not need to do this at all.  ChanSpy (in Asterisk 1.6.2, at least) has 
a barge mode that allows the spying channel to speak to both parties.  There is 
also the ability to enable DTMF key presses to swap between spy, whisper, and 
barge modes.

--
Russell Bryant
Digium, Inc.  |  Engineering Manager, Open Source Software
445 Jan Davis Drive NW   -Huntsville, AL 35806  -  USA
jabber: rbry...@digium.com-=-skype: russell-bryant
www.digium.com -=- www.asterisk.org -=- blogs.asterisk.org

-- 
_
-- 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

Re: [asterisk-users] Chanspy - Meetme

2010-07-14 Thread Steve Edwards
> On 07/12/2010 05:36 PM, Xavier wrote:
> 
> I've got a question about chanspy and meetme. I'd like to transfer all 
> the persons involved in a chanspy (the guy spying, the guy that is spied 
> and the guy that is speaking to the spied one -> total: 3) in a 
> conference room. Is there a way to do it quickly without especially 
> knowing each channels ? It's a bit tricky to know and remember each 
> channels, no ?

> On 07/14/2010 04:36 PM, Russell Bryant wrote:
> 
> You may not need to do this at all.  ChanSpy (in Asterisk 1.6.2, at 
> least) has a barge mode that allows the spying channe l to speak to both 
> parties.  There is also the ability to enable DTMF key presses to swap 
> between spy, whisper, and barge modes.

On Wed, 14 Jul 2010, Xavier wrote:

> I totally agree with the barge mode but for future evolution, what about 
> if there is more than 3 people ?

I wonder if you would have more success starting with meetme. I did this 
for an adult chat application many years ago.

Each agent sat in a meetme waiting for a caller to join them. Before the 
caller was active, a "whisper" was played only to the agent so they knew 
the "theme" of the call.

A supervisor could join the meetme without notifying the agent or the 
caller and could join in, kick the caller or kick the agent and take 
control of the call.

-- 
Thanks in advance,
-
Steve Edwards   sedwa...@sedwards.com  Voice: +1-760-468-3867 PST
Newline  Fax: +1-760-731-3000

-- 
_
-- 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


Re: [asterisk-users] Chanspy or Extenspy.

2007-10-28 Thread satish patel
I am usesing this stanz for channel monitoring 

;---call monitoring-
exten => 996,1,Answer()
exten => 996,2,Wait(1)
exten => 996,3,ChanSpy(SIP/,q)
exten => 996,4,Hangup

This is working fine in my case I have asterisk 1.4.x 

Sanspareils Greenlans <[EMAIL PROTECTED]> wrote: Sir,

I have configured chanspy and extenspy to listen call on any extension but in 
both case i am unable to hear voice only silence is there.

Rajeev.

___
--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



PGP Signature--

Satish Patel
mobile:- +91-9818875535

http://www.linuxbug.org
 __
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com ___
--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

Re: [asterisk-users] Chanspy or Extenspy

2007-10-30 Thread Sanspareils Greenlans
I am using the same enpression and all thing well except sound.
asterisk showing channel is spying but only problem is i am unable to listen 
sound.


Rajeev.

On Monday 29 October 2007 12:47, [EMAIL PROTECTED] 
wrote:
> m: satish patel <[EMAIL PROTECTED]>
> Subject: Re: [asterisk-users] Chanspy or Extenspy.
> To: Asterisk Users Mailing List - Non-Commercial Discussion
> 
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset="iso-8859-1"
>
> I am usesing this stanz for channel monitoring
>
> ;---call monitoring-
> exten => 996,1,Answer()
> exten => 996,2,Wait(1)
> exten => 996,3,ChanSpy(SIP/,q)
> exten => 996,4,Hangup
>
> This is working fine in my case I have asterisk 1.4.x
>
> Sanspareils Greenlans <[EMAIL PROTECTED]> wrote: Sir,
>
> I have configured chanspy and extenspy to listen call on any extension but
> in both case i am unable to hear voice only silence is there.
>
> Rajeev.

___
--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


Re: [asterisk-users] ChanSpy and delay

2008-06-20 Thread Asterisk
I will answer my own question :-)

The following line in the app_chanspy.c was causing my problem:

"waitms = count ? 100 : 5000;"

and of course sequentially then the line:

"res = ast_waitfordigit(chan, waitms);"

in the same beginning of the same "for" loop but in the next iteration.

I have changed "waitms = count ? 100 : 5000;" to " waitms = count ? 100 : 500;" 
and I didn't notice any change (besides my problem being fixed, which is good 
:-) ), especially no negative effects. I will however still test this thing, 
but maybe some of the development guys might tell me what exactly have I 
changed and what side-effects it might cause :-) ?

With Regards,
Alex


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Asterisk
Sent: Friday, June 20, 2008 12:30 PM
To: 'Asterisk Users Mailing List - Non-Commercial Discussion'
Subject: [asterisk-users] ChanSpy and delay

Hello, I noticed a bit problematic behavior in ChanSpy function. This is the 
scenario:

1. agent is making a conversation,
2. I call an extension with ChanSpy and start listening (so far so good),
3. agent completes the call (I am still on the ChanSpy extension),
4. new call is distributed to an agent,
5. agent answers the call (I am still on the ChanSpy extension, but I hear 
silence...),
6. after 4-5 seconds I can again hear the agent (please see the log: 15:46:38 
agent starts the conversation, 4 seconds later chan spy attaches his channel to 
mine):

Jun 19 15:46:38 VERBOSE[9907] logger.c: -- Zap/65-1 answered Local/[EMAIL 
PROTECTED],2
Jun 19 15:46:42 NOTICE[9905] app_chanspy.c: Attaching Zap/124-1 to Local/[EMAIL 
PROTECTED],2

Why is there such a delay before I start hearing the agent again? Is this a 
known bug, is there any workaround to that?

I'm using a rather old version of Asterisk: 1.2.9, but I am not thinking about 
upgrading right now because everything else is working like a charm (and it has 
to handle more than 3k calls per day).

Regards,
Alex


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

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

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 --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

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


Re: [asterisk-users] chanspy and DISA

2009-09-29 Thread Danny Nicholas
What you could use would be an AMI interface that does a "core show channels
verbose" to get the active call information, then display that as an HTML
table.  When the supervisor clicks on the call he/she wants, the AMI
originates a chanspy/barge command as appropriate.  75% of the responders on
this can write one of these on their coffee break.

-Original Message-
From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of John Millican
Sent: Tuesday, September 29, 2009 10:05 AM
To: 'Asterisk Users Mailing List - Non-Commercial Discussion'
Subject: [asterisk-users] chanspy and DISA

Hello all,
OS OpenSuSE 10.3
* ver 1.4.26.2
zaptel ver. 1.12
Digium TE122

I have a request for remote users to be able to dial through the system
  so that the sales managers can barge/chanspy on the sales force.
I have the DISA part working with authentication(rather straight
forward) but what I can not figure out is how to enable the supervisors
to be able to barge on these calls.  Is there a way to find the channel
to barge on that would be usable by NON tech people?
Any thoughts?

TIA,
JohnM


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

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

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 --

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

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


Re: [asterisk-users] chanspy and DISA

2009-09-29 Thread Steve Edwards
On Tue, 29 Sep 2009, John Millican wrote:

> I have a request for remote users to be able to dial through the system 
> so that the sales managers can barge/chanspy on the sales force. I have 
> the DISA part working with authentication(rather straight forward) but 
> what I can not figure out is how to enable the supervisors to be able to 
> barge on these calls.  Is there a way to find the channel to barge on 
> that would be usable by NON tech people?

How do you see this working? I'm guessing the manager would like to either 
key in an agent ID number or be able to step through agents?

The chanspy() "g" option may be part of your solution.

 g(grp) - Match only channels where their ${SPYGROUP} variable is set 
to 'grp'.

-- 
Thanks in advance,
-
Steve Edwards   sedwa...@sedwards.com  Voice: +1-760-468-3867 PST
Newline  Fax: +1-760-731-3000

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

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

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


Re: [asterisk-users] chanspy and DISA

2009-09-29 Thread John Millican
Steve Edwards wrote:
> On Tue, 29 Sep 2009, John Millican wrote:
> 
>> I have a request for remote users to be able to dial through the system 
>> so that the sales managers can barge/chanspy on the sales force. I have 
>> the DISA part working with authentication(rather straight forward) but 
>> what I can not figure out is how to enable the supervisors to be able to 
>> barge on these calls.  Is there a way to find the channel to barge on 
>> that would be usable by NON tech people?
> 
> How do you see this working? I'm guessing the manager would like to either 
> key in an agent ID number or be able to step through agents?
> 
> The chanspy() "g" option may be part of your solution.
> 
>  g(grp) - Match only channels where their ${SPYGROUP} variable is set 
> to 'grp'.
> 

Exactly, the problem is I can not determine the channel that DISA
receives or places the call on.  Is there a way to set this in the dial
plan? Or am I just missing something simple?  It was suggested to use
the AMI and present the info as a web page but this will require
retraining the manager, as we all know this is a notoriously difficult
process.
JohnM


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

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

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


Re: [asterisk-users] chanspy and DISA

2009-09-29 Thread Steve Edwards
>> On Tue, 29 Sep 2009, John Millican wrote:
>>
>>> I have a request for remote users to be able to dial through the system
>>> so that the sales managers can barge/chanspy on the sales force. I have
>>> the DISA part working with authentication(rather straight forward) but
>>> what I can not figure out is how to enable the supervisors to be able to
>>> barge on these calls.  Is there a way to find the channel to barge on
>>> that would be usable by NON tech people?

> Steve Edwards wrote:

>> How do you see this working? I'm guessing the manager would like to either
>> key in an agent ID number or be able to step through agents?
>>
>> The chanspy() "g" option may be part of your solution.
>>
>>  g(grp) - Match only channels where their ${SPYGROUP} variable is set
>> to 'grp'.
>>

On Tue, 29 Sep 2009, John Millican wrote:
>
> Exactly, the problem is I can not determine the channel that DISA 
> receives or places the call on.  Is there a way to set this in the dial 
> plan? Or am I just missing something simple?  It was suggested to use 
> the AMI and present the info as a web page but this will require 
> retraining the manager, as we all know this is a notoriously difficult 
> process.

Is the manager or are the agents using disa()?

How about:

 exten = *,n,set(SPYGROUP=ALLOW-SPYING)

for the agents and:

 exten = *,n,chanspy(,g(ALLOW-SPYING))

the manager?

-- 
Thanks in advance,
-
Steve Edwards   sedwa...@sedwards.com  Voice: +1-760-468-3867 PST
Newline  Fax: +1-760-731-3000

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

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

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


Re: [asterisk-users] chanspy and DISA

2009-09-29 Thread John Millican
Steve Edwards wrote:
>>> On Tue, 29 Sep 2009, John Millican wrote:
>>>
 I have a request for remote users to be able to dial through the system
 so that the sales managers can barge/chanspy on the sales force. I have
 the DISA part working with authentication(rather straight forward) but
 what I can not figure out is how to enable the supervisors to be able to
 barge on these calls.  Is there a way to find the channel to barge on
 that would be usable by NON tech people?
> 
>> Steve Edwards wrote:
> 
>>> How do you see this working? I'm guessing the manager would like to either
>>> key in an agent ID number or be able to step through agents?
>>>
>>> The chanspy() "g" option may be part of your solution.
>>>
>>>  g(grp) - Match only channels where their ${SPYGROUP} variable is set
>>> to 'grp'.
>>>
> 
> On Tue, 29 Sep 2009, John Millican wrote:
>> Exactly, the problem is I can not determine the channel that DISA 
>> receives or places the call on.  Is there a way to set this in the dial 
>> plan? Or am I just missing something simple?  It was suggested to use 
>> the AMI and present the info as a web page but this will require 
>> retraining the manager, as we all know this is a notoriously difficult 
>> process.
> 
> Is the manager or are the agents using disa()?
> 
> How about:
> 
>  exten = *,n,set(SPYGROUP=ALLOW-SPYING)
> 
> for the agents and:
> 
>  exten = *,n,chanspy(,g(ALLOW-SPYING))
> 
> the manager?
> 

The manager wants to be able to spy on agents who dial through the PBX
from their homes.  Currently the agents dial the main number, use the
"secret" code to get to authenticate and DISA, and then dial back out
for their sales calls.
I have chanspy working great on all internal phones/extensions use group
to limit who can spy and who can not. It not so much to allow spying it
is finding the correct channel to spy on for the remote users.

JohnM


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

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

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


Re: [asterisk-users] chanspy and DISA

2009-09-29 Thread Steve Edwards
> Steve Edwards wrote:
>>
>> Is the manager or are the agents using disa()?
>>
>> How about:
>>
>>  exten = *,n,set(SPYGROUP=ALLOW-SPYING)
>>
>> for the agents and:
>>
>>  exten = *,n,chanspy(,g(ALLOW-SPYING))
>>
>> the manager?

On Tue, 29 Sep 2009, John Millican wrote:
>
> The manager wants to be able to spy on agents who dial through the PBX 
> from their homes.  Currently the agents dial the main number, use the 
> "secret" code to get to authenticate and DISA, and then dial back out 
> for their sales calls. I have chanspy working great on all internal 
> phones/extensions use group to limit who can spy and who can not. It not 
> so much to allow spying it is finding the correct channel to spy on for 
> the remote users.

How about something like these snippets:

[i](!)
 exten = i,1,goto(${CONTEXT},s,1)
[s](!)
 exten = s,1,verbose(1,[${CONTEXT}:${EXTEN}])

[home-agent-login](i,s)
 exten = s,n,read(AGENT-ID,enter-agent-number)
 exten = s,n,set(SPYGROUP=${AGENT-ID})
 .
 .
 .

[supervisor-login](i,s)
 exten = s,n,read(AGENT-ID,enter-agent-number)
 exten = s,n,chanspy(,g(${AGENT-ID}))
 exten = s,n,goto(s,1)
 .
 .
 .

-- 
Thanks in advance,
-
Steve Edwards   sedwa...@sedwards.com  Voice: +1-760-468-3867 PST
Newline  Fax: +1-760-731-3000

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

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

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


Re: [asterisk-users] chanspy and DISA

2009-09-29 Thread Alexander Lopez


=> -Original Message-
=> From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-
=> boun...@lists.digium.com] On Behalf Of Steve Edwards
=> Sent: Tuesday, September 29, 2009 7:32 PM
=> To: Asterisk Users Mailing List - Non-Commercial Discussion
=> Subject: Re: [asterisk-users] chanspy and DISA
=> 
=> > Steve Edwards wrote:
=> >>
=> >> Is the manager or are the agents using disa()?
=> >>
=> >> How about:
=> >>
=> >>  exten = *,n,
set(SPYGROUP=ALLOW-SPYING)
=> >>
=> >> for the agents and:
=> >>
=> >>  exten = *,n,chanspy(,g(ALLOW-SPYING))
=> >>
=> >> the manager?
=> 
=> On Tue, 29 Sep 2009, John Millican wrote:
=> >
=> > The manager wants to be able to spy on agents who dial through the
=> PBX
=> > from their homes.  Currently the agents dial the main number, use
=> the
=> > "secret" code to get to authenticate and DISA, and then dial back
=> out
=> > for their sales calls. I have chanspy working great on all internal
=> > phones/extensions use group to limit who can spy and who can not.
It
=> not
=> > so much to allow spying it is finding the correct channel to spy on
=> for
=> > the remote users.
=> 
=> How about something like these snippets:
=> 
=> [i](!)
=>  exten = i,1,goto(${CONTEXT},s,1)
=> [s](!)
=>  exten = s,1,
=> verbose(1,[${CONTEXT}:${EXTEN}])
=> 
=> [home-agent-login](i,s)
=>  exten = s,n,read(AGENT-ID,enter-agent-
=> number)
=>  exten = s,n,set(SPYGROUP=${AGENT-ID})
=>  .
=>  .
=>  .
=> 
=> [supervisor-login](i,s)
=>  exten = s,n,read(AGENT-ID,enter-agent-
=> number)
=>  exten = s,n,chanspy(,g(${AGENT-ID}))
=>  exten = s,n,goto(s,1)
=>  .
=>  .
=>  .
=> 
=> --
=> Thanks in advance,
=>
--
=> ---
=> Steve Edwards   sedwa...@sedwards.com  Voice: +1-760-468-3867
=> PST
=> Newline  Fax: +1-760-731-
=> 3000

[Alexander Lopez] 
It adds another layer but have the sales agents login to DISA via a
local Channel. You can call these channels whatever you like. Once you
have a one to one relationship with the sales agent and their respective
Local Channel you can Chan spy on the Local Channels..

Alex



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

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

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


Re: [asterisk-users] chanspy and DISA

2009-09-30 Thread John Millican
Steve Edwards wrote:
>> Steve Edwards wrote:
>>> Is the manager or are the agents using disa()?
>>>
>>> How about:
>>>
>>>  exten = *,n,set(SPYGROUP=ALLOW-SPYING)
>>>
>>> for the agents and:
>>>
>>>  exten = *,n,chanspy(,g(ALLOW-SPYING))
>>>
>>> the manager?
> 
> On Tue, 29 Sep 2009, John Millican wrote:
>> The manager wants to be able to spy on agents who dial through the PBX 
>> from their homes.  Currently the agents dial the main number, use the 
>> "secret" code to get to authenticate and DISA, and then dial back out 
>> for their sales calls. I have chanspy working great on all internal 
>> phones/extensions use group to limit who can spy and who can not. It not 
>> so much to allow spying it is finding the correct channel to spy on for 
>> the remote users.
> 
> How about something like these snippets:
> 
> [i](!)
>  exten = i,1,goto(${CONTEXT},s,1)
> [s](!)
>  exten = s,1,verbose(1,[${CONTEXT}:${EXTEN}])
> 
> [home-agent-login](i,s)
>  exten = s,n,read(AGENT-ID,enter-agent-number)
>  exten = s,n,set(SPYGROUP=${AGENT-ID})
>  .
>  .
>  .
> 
> [supervisor-login](i,s)
>  exten = s,n,read(AGENT-ID,enter-agent-number)
>  exten = s,n,chanspy(,g(${AGENT-ID}))
>  exten = s,n,goto(s,1)
>  .
>  .
>  .
> 


Thank you very much for this.
With a little tweaking it worked great, since each remote workers
callerid is matched before going to authenticate I just set the spy
group so the remote guys don't have a choice and now the manager has a
known group of one for each remote worker.
Thanks again for the help
JohnM


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

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

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


Re: [asterisk-users] ChanSpy and MeetMe

2007-03-22 Thread Bruno De Luca

U can enter to the meetme conference w/ the m option.

'm' --- set monitor only mode (Listen only, no talking)

Bruno.

[EMAIL PROTECTED] wrote:


I have been successful using ChanSpy on a standard Dial call but when 
attempting to ChanSpy on an incoming call that has been added to a 
MeetMe conference (attempting to coach an agent that is speaking to a 
conference of callers) it seems to fail to connect to the channel.  
Here's the console dump:


 


-- Accepting call from '2154182700' to '3399' on channel 0/18, span 4

-- Executing [EMAIL PROTECTED]:1] Answer("Zap/90-1", "") in new 
stack


-- Executing [EMAIL PROTECTED]:2] Read("Zap/90-1", 
"GOTDTMF|demo-instruct|1||1|1") in new stack


-- Accepting a maximum of 1 digits.

-- Playing 'demo-instruct' (language 'en')

-- User entered '5'

-- Executing [EMAIL PROTECTED]:3] GotoIf("Zap/90-1", "5?9") in 
new stack


-- Goto (from-internal,3399,9)

-- Executing [EMAIL PROTECTED]:9] AGI("Zap/90-1", 
"simpleconf.agi") in new stack


-- Launched AGI Script /var/lib/asterisk/agi-bin/simpleconf.agi

-- Playing 'digits/5' (language 'en')

-- AGI Script Executing Application: (CHANSPY) Options: (Zap/73|wbq)

 

I verified Zap/73 is the correct channel of the caller currently in 
the conference I am attempting to ChanSpy on.  Has anyone done this 
before?  I apologize in advance if my question lacks the necessary 
information, I'm new to Asterisk.


 


-George



___
--Bandwidth and Colocation provided by Easynews.com --

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


___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [asterisk-users] ChanSpy and MeetMe

2007-03-22 Thread Julian J. M.

You are using parameter b in ChanSpy arguments. That will only select
unbridged channels, Zap/73 is connected directly to the meetme
application. Remove that 'b' and try again.

Julián J. M.

On 3/22/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:





I have been successful using ChanSpy on a standard Dial call but when
attempting to ChanSpy on an incoming call that has been added to a MeetMe
conference (attempting to coach an agent that is speaking to a conference of
callers) it seems to fail to connect to the channel.  Here's the console
dump:



-- Accepting call from '2154182700' to '3399' on channel 0/18, span 4

-- Executing [EMAIL PROTECTED]:1] Answer("Zap/90-1", "") in new stack

-- Executing [EMAIL PROTECTED]:2] Read("Zap/90-1",
"GOTDTMF|demo-instruct|1||1|1") in new stack

-- Accepting a maximum of 1 digits.

-- Playing 'demo-instruct' (language 'en')

-- User entered '5'

-- Executing [EMAIL PROTECTED]:3] GotoIf("Zap/90-1", "5?9") in new
stack

-- Goto (from-internal,3399,9)

-- Executing [EMAIL PROTECTED]:9] AGI("Zap/90-1", "simpleconf.agi") in
new stack

-- Launched AGI Script
/var/lib/asterisk/agi-bin/simpleconf.agi

-- Playing 'digits/5' (language 'en')

-- AGI Script Executing Application: (CHANSPY) Options: (Zap/73|wbq)



I verified Zap/73 is the correct channel of the caller currently in the
conference I am attempting to ChanSpy on.  Has anyone done this before?  I
apologize in advance if my question lacks the necessary information, I'm new
to Asterisk.



-George
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:

http://lists.digium.com/mailman/listinfo/asterisk-users



___
--Bandwidth and Colocation provided by Easynews.com --

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


RE: [Asterisk-Users] Chanspy is back !

2005-03-22 Thread Kevin Bockman
> vote for bug 3836 - Chanspy is back. Better than ever. Let's get this 
> one into CVS.
> 
> Julian

SWEET!! I'll test it!


Thanks,

Kevin Bockman

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


RE: [Asterisk-Users] Chanspy is back !

2005-03-22 Thread Senad Jordanovic
[EMAIL PROTECTED] wrote:
> Guys'n'Gals
> 
> vote for bug 3836 - Chanspy is back. Better than ever. Let's get this
> one into CVS.
> 
> Julian

And where do you see it as "back" ?



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


RE: [Asterisk-Users] Chanspy is back !

2005-03-22 Thread Damon Estep
Anyone planning on putting a variable or some other method to limit
which channels can be chanspy'd?

How hard would this be?

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:asterisk-users-
> [EMAIL PROTECTED] On Behalf Of Senad Jordanovic
> Sent: Tuesday, March 22, 2005 6:44 PM
> To: Asterisk Users Mailing List - Non-Commercial Discussion
> Subject: RE: [Asterisk-Users] Chanspy is back !
> 
> [EMAIL PROTECTED] wrote:
> > Guys'n'Gals
> >
> > vote for bug 3836 - Chanspy is back. Better than ever. Let's get
this
> > one into CVS.
> >
> > Julian
> 
> And where do you see it as "back" ?
> 
> 
> 
> ___
> Asterisk-Users mailing list
> Asterisk-Users@lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
>http://lists.digium.com/mailman/listinfo/asterisk-users
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Chanspy is back !

2005-03-22 Thread C F
On Tue, 22 Mar 2005 19:38:41 -0700, Damon Estep
<[EMAIL PROTECTED]> wrote:
> Anyone planning on putting a variable or some other method to limit
> which channels can be chanspy'd?
> 
> How hard would this be?
I believe it's there already.
Look at this:
http://bugs.digium.com/file_download.php?file_id=5301&type=bug
read the line about 
If  is specified, only channel names beginning
Have fun.
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] Chanspy is back !

2005-03-22 Thread Damon Estep
Nice, will have to try it!

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:asterisk-users-
> [EMAIL PROTECTED] On Behalf Of C F
> Sent: Tuesday, March 22, 2005 7:48 PM
> To: Asterisk Users Mailing List - Non-Commercial Discussion
> Subject: Re: [Asterisk-Users] Chanspy is back !
> 
> On Tue, 22 Mar 2005 19:38:41 -0700, Damon Estep
> <[EMAIL PROTECTED]> wrote:
> > Anyone planning on putting a variable or some other method to limit
> > which channels can be chanspy'd?
> >
> > How hard would this be?
> I believe it's there already.
> Look at this:
> http://bugs.digium.com/file_download.php?file_id=5301&type=bug
> read the line about
> If  is specified, only channel names beginning
> Have fun.
> ___
> Asterisk-Users mailing list
> Asterisk-Users@lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
>http://lists.digium.com/mailman/listinfo/asterisk-users
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] Chanspy is back !

2005-03-22 Thread Anton Krall
Will it get added to cvs-head? 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Kevin Bockman
Sent: Martes, 22 de Marzo de 2005 07:39 p.m.
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: RE: [Asterisk-Users] Chanspy is back !

> vote for bug 3836 - Chanspy is back. Better than ever. Let's get this 
> one into CVS.
> 
> Julian

SWEET!! I'll test it!


Thanks,

Kevin Bockman

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


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


Re: [asterisk-users] ChanSpy() and Spygroup

2011-12-07 Thread Danny Nicholas
Just a thought - make your "normal" phone use context default and your
"others" use context "spyonme" 

 

From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of
jeremy.hellst...@synovate.com
Sent: Wednesday, December 07, 2011 2:11 PM
To: asterisk-users@lists.digium.com
Subject: [asterisk-users] ChanSpy() and Spygroup

 

I am running an Asterisk 1.4.34 installation.   I am trying to separate
several SIP phones into two separate spygroups.  These phones are making
external calls as opposed to receiving incoming calls.  Is there a place to
assign a phone to a Spygroup other than when the call is initiated.  I am
trying to avoid having to make separate external call behaviours for every
single extension in the dialplan that will be monitored.

 

Thanks, Jeremy

 

Jeremy Hellstrom

Specialist, IT/Systems I 604.664.2472 I 604.664.2400 (245) | #1550-1090 W.
Georgia St. Vancouver BC V6E 3V7 I www.synovate.com
 

State-of-the-art focus group facility, now with FocusVision! For recruiting,
hosting and facilitating, visit www.vancouverfocusgroups.com
  

 

--
_
-- 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

Re: [asterisk-users] chanspy and mixmonitor

2015-05-29 Thread Steve Edwards

On Fri, 29 May 2015, sysad...@reed-media.com wrote:

You may get better replies if you start a new thread rather than replying 
to an unrelated thread.


--
Thanks in advance,
-
Steve Edwards   sedwa...@sedwards.com  Voice: +1-760-468-3867 PST
Newline  Fax: +1-760-731-3000

--
_
-- 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


Re: [asterisk-users] Chanspy on Asterisk 1.4.19

2008-04-16 Thread Jared Smith
On Wed, 2008-04-16 at 18:51 +0100, Steve Rawlings wrote:
> This worked fine with 1.4.18.1. With 1.4.19 if I dial 596 I get answered 
> but there's no spying, the only way I could get this to work was with -
> 
> exten => 596,n,ChanSpy(|b)
> 
> but this spied on all channels, not just those with SPYGROUP set to 2000 
> so not much use to us.
> 
> I've recompiled Asterisk 1.4.19 with app_chanspy.c from 1.4.18.1 and it 
> works again.  I'm using latest zaptel, libpri and addons on CentOS 4.4. 
>   Changelog in 1.4.19 shows some changes to app_chanspy to stop asterisk 
> crashes and other improvements so would be nice to have the fixes maybe.

It sounds like there may have been some sort of regression introduced in
the changes between 1.4.18.1 and 1.4.19.  Would you mind opening a
ticket on the bug tracker so that the developers can make sure it gets
addressed?
-- 
Jared Smith
Community Relations Manager
Digium, Inc.


___
-- 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


Re: [asterisk-users] Chanspy on Asterisk 1.4.19

2008-04-17 Thread Sean Bright
Steve Rawlings wrote:


> exten => 596,n,ChanSpy(|g(2000))

...snip...

> This worked fine with 1.4.18.1. With 1.4.19 if I dial 596 I get answered 
> but there's no spying, the only way I could get this to work was with -
> 
> exten => 596,n,ChanSpy(|b)
> 
> but this spied on all channels, not just those with SPYGROUP set to 2000 
> so not much use to us.

You can pass multiple options to a dialplan application, so instead of 
downgrading ChanSpy, you could have just done:

exten => 596,n,ChanSpy(|bg(2000))

Or am I missing something?

-- 
Sean Bright
[EMAIL PROTECTED]

___
-- 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


Re: [asterisk-users] Chanspy on Asterisk 1.4.19

2008-04-17 Thread Steve Totaro
On Thu, Apr 17, 2008 at 9:44 AM, Sean Bright <[EMAIL PROTECTED]> wrote:
> Steve Rawlings wrote:
>
>
>  > exten => 596,n,ChanSpy(|g(2000))
>
>  ...snip...
>
>
>  > This worked fine with 1.4.18.1. With 1.4.19 if I dial 596 I get answered
>  > but there's no spying, the only way I could get this to work was with -
>  >
>  > exten => 596,n,ChanSpy(|b)
>  >
>  > but this spied on all channels, not just those with SPYGROUP set to 2000
>  > so not much use to us.
>
>  You can pass multiple options to a dialplan application, so instead of
>  downgrading ChanSpy, you could have just done:
>
>  exten => 596,n,ChanSpy(|bg(2000))
>
>  Or am I missing something?
>
>  --
>  Sean Bright
>  [EMAIL PROTECTED]

Should one have to change their dialplan for functionality to remain
the same in the same version?

I thought it was only really supposed to change when something is
deprecated (and documented in a README or something after throwing
warnings for a version or so.)

Thanks,
Steve Totaro

___
-- 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


Re: [asterisk-users] Chanspy on Asterisk 1.4.19

2008-04-17 Thread Sean Bright
Steve Totaro wrote:

> Should one have to change their dialplan for functionality to remain
> the same in the same version?

I wasn't suggesting it wasn't a regression, just making the OP aware 
that he can pass multiple arguments to a dialplan application (i.e. 
ChanSpy(|bg(2000)))

He mentioned that he was able to get it to work in 1.4.19 by passing the 
bridge argument ('b') but didn't seem to be aware that he could also 
pass his original argument list ('g(2000)') as well.  Seems easier to 
just work around the problem with the additional argument than to 
backport the application.

-- 
Sean Bright
[EMAIL PROTECTED]

___
-- 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


Re: [asterisk-users] Chanspy on Asterisk 1.4.19

2008-04-17 Thread Steve Rawlings
Guys,

Sean Bright wrote:
> Steve Totaro wrote:
> 
>> Should one have to change their dialplan for functionality to remain
>> the same in the same version?
> 
> I wasn't suggesting it wasn't a regression, just making the OP aware 
> that he can pass multiple arguments to a dialplan application (i.e. 
> ChanSpy(|bg(2000)))
> 
> He mentioned that he was able to get it to work in 1.4.19 by passing the 
> bridge argument ('b') but didn't seem to be aware that he could also 
> pass his original argument list ('g(2000)') as well.  Seems easier to 
> just work around the problem with the additional argument than to 
> backport the application.
> 

Yes I was aware of multiple arguments, I did try chanspy(|bg(2000)), I 
tried all combinations I could think of.  Although maybe what I should 
have said was I tried chanspy(|b) just to prove chanspy itself was 
working at all (and it was), with chanspy(|bg(2000)) the 'spygroup' 
element didn't work, it just spied on every active call.

Anyway, I've raised a bug report as requested by Jared at Digium.

Steve


___
-- 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


Re: [asterisk-users] Chanspy on Asterisk 1.4.19

2008-04-17 Thread Mike
My own Chanspy(g(GROUPNAME)) works 2 times out of three (roughly).  The
other time, it crashes Asterisk. Using 1.4.19 too.

Mike

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Steve Rawlings
> Sent: Thursday, April 17, 2008 14:10
> To: Asterisk Users Mailing List - Non-Commercial Discussion
> Subject: Re: [asterisk-users] Chanspy on Asterisk 1.4.19
> 
> Guys,
> 
> Sean Bright wrote:
> > Steve Totaro wrote:
> > 
> >> Should one have to change their dialplan for functionality 
> to remain 
> >> the same in the same version?
> > 
> > I wasn't suggesting it wasn't a regression, just making the 
> OP aware 
> > that he can pass multiple arguments to a dialplan application (i.e.
> > ChanSpy(|bg(2000)))
> > 
> > He mentioned that he was able to get it to work in 1.4.19 
> by passing 
> > the bridge argument ('b') but didn't seem to be aware that he could 
> > also pass his original argument list ('g(2000)') as well.  Seems 
> > easier to just work around the problem with the additional argument 
> > than to backport the application.
> > 
> 
> Yes I was aware of multiple arguments, I did try 
> chanspy(|bg(2000)), I tried all combinations I could think 
> of.  Although maybe what I should have said was I tried 
> chanspy(|b) just to prove chanspy itself was working at all 
> (and it was), with chanspy(|bg(2000)) the 'spygroup' 
> element didn't work, it just spied on every active call.
> 
> Anyway, I've raised a bug report as requested by Jared at Digium.
> 
> Steve
> 
> 
> ___
> -- 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
> 


___
-- 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


Re: [asterisk-users] Chanspy on Asterisk 1.4.19

2008-04-17 Thread Sean Bright
Ah.  My apologies for the confusion.  Not that it helps you a great 
deal, but I am running ChanSpy successfully in production (as we speak) 
with 1.4.19 with no crashes or the like:

ChanSpy(SIP/11,g(Spyable))

Maybe its only a problem if no channel spec is passed?

Steve Rawlings wrote:
> Guys,
> 
> Sean Bright wrote:
>> Steve Totaro wrote:
>>
>>> Should one have to change their dialplan for functionality to remain
>>> the same in the same version?
>> I wasn't suggesting it wasn't a regression, just making the OP aware 
>> that he can pass multiple arguments to a dialplan application (i.e. 
>> ChanSpy(|bg(2000)))
>>
>> He mentioned that he was able to get it to work in 1.4.19 by passing the 
>> bridge argument ('b') but didn't seem to be aware that he could also 
>> pass his original argument list ('g(2000)') as well.  Seems easier to 
>> just work around the problem with the additional argument than to 
>> backport the application.
>>
> 
> Yes I was aware of multiple arguments, I did try chanspy(|bg(2000)), I 
> tried all combinations I could think of.  Although maybe what I should 
> have said was I tried chanspy(|b) just to prove chanspy itself was 
> working at all (and it was), with chanspy(|bg(2000)) the 'spygroup' 
> element didn't work, it just spied on every active call.
> 
> Anyway, I've raised a bug report as requested by Jared at Digium.
> 
> Steve
> 
> 
> ___
> -- 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

-- 
Sean Bright
[EMAIL PROTECTED]

___
-- 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


Re: [asterisk-users] Chanspy on Asterisk 1.4.19

2008-04-17 Thread Mark Michelson
Mike wrote:
> My own Chanspy(g(GROUPNAME)) works 2 times out of three (roughly).  The
> other time, it crashes Asterisk. Using 1.4.19 too.
> 
> Mike
> 
>> -Original Message-
>> From: [EMAIL PROTECTED] 
>> [mailto:[EMAIL PROTECTED] On Behalf Of 
>> Steve Rawlings
>> Sent: Thursday, April 17, 2008 14:10
>> To: Asterisk Users Mailing List - Non-Commercial Discussion
>> Subject: Re: [asterisk-users] Chanspy on Asterisk 1.4.19
>>
>> Guys,
>>
>> Sean Bright wrote:
>>> Steve Totaro wrote:
>>>
>>>> Should one have to change their dialplan for functionality 
>> to remain 
>>>> the same in the same version?
>>> I wasn't suggesting it wasn't a regression, just making the 
>> OP aware 
>>> that he can pass multiple arguments to a dialplan application (i.e.
>>> ChanSpy(|bg(2000)))
>>>
>>> He mentioned that he was able to get it to work in 1.4.19 
>> by passing 
>>> the bridge argument ('b') but didn't seem to be aware that he could 
>>> also pass his original argument list ('g(2000)') as well.  Seems 
>>> easier to just work around the problem with the additional argument 
>>> than to backport the application.
>>>
>> Yes I was aware of multiple arguments, I did try 
>> chanspy(|bg(2000)), I tried all combinations I could think 
>> of.  Although maybe what I should have said was I tried 
>> chanspy(|b) just to prove chanspy itself was working at all 
>> (and it was), with chanspy(|bg(2000)) the 'spygroup' 
>> element didn't work, it just spied on every active call.
>>
>> Anyway, I've raised a bug report as requested by Jared at Digium.
>>
>> Steve

This was an incredibly subtle bug that was introduced into 1.4.19 when the 
other 
work was done on chanspy to fix crashes and deadlocks. It has been fixed in 1.4 
in SVN revision 114226.

Basically, chanspy was a crapshoot if you didn't specify a first argument, 
because the function intended to walk through the list of active channels would 
always end up returning the first channel it found. If that happened to be a 
spy-able channel, then great, otherwise you'd never spy on anything.

Mark Michelson

___
-- 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


Re: [asterisk-users] Chanspy on Asterisk 1.4.19

2008-04-17 Thread Mike
 

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Mark Michelson
> Sent: Thursday, April 17, 2008 17:18
> To: Asterisk Users Mailing List - Non-Commercial Discussion
> Subject: Re: [asterisk-users] Chanspy on Asterisk 1.4.19
> 
> Mike wrote:
> > My own Chanspy(g(GROUPNAME)) works 2 times out of three (roughly).  
> > The other time, it crashes Asterisk. Using 1.4.19 too.
> > 
> > Mike
> > 
> >> -Original Message-
> >> From: [EMAIL PROTECTED]
> >> [mailto:[EMAIL PROTECTED] On Behalf 
> Of Steve 
> >> Rawlings
> >> Sent: Thursday, April 17, 2008 14:10
> >> To: Asterisk Users Mailing List - Non-Commercial Discussion
> >> Subject: Re: [asterisk-users] Chanspy on Asterisk 1.4.19
> >>
> >> Guys,
> >>
> >> Sean Bright wrote:
> >>> Steve Totaro wrote:
> >>>
> >>>> Should one have to change their dialplan for functionality
> >> to remain
> >>>> the same in the same version?
> >>> I wasn't suggesting it wasn't a regression, just making the
> >> OP aware
> >>> that he can pass multiple arguments to a dialplan 
> application (i.e.
> >>> ChanSpy(|bg(2000)))
> >>>
> >>> He mentioned that he was able to get it to work in 1.4.19
> >> by passing
> >>> the bridge argument ('b') but didn't seem to be aware 
> that he could 
> >>> also pass his original argument list ('g(2000)') as well.  Seems 
> >>> easier to just work around the problem with the 
> additional argument 
> >>> than to backport the application.
> >>>
> >> Yes I was aware of multiple arguments, I did try 
> chanspy(|bg(2000)), 
> >> I tried all combinations I could think of.  Although maybe what I 
> >> should have said was I tried
> >> chanspy(|b) just to prove chanspy itself was working at 
> all (and it 
> >> was), with chanspy(|bg(2000)) the 'spygroup'
> >> element didn't work, it just spied on every active call.
> >>
> >> Anyway, I've raised a bug report as requested by Jared at Digium.
> >>
> >> Steve
> 
> This was an incredibly subtle bug that was introduced into 
> 1.4.19 when the other work was done on chanspy to fix crashes 
> and deadlocks. It has been fixed in 1.4 in SVN revision 114226.
> 
> Basically, chanspy was a crapshoot if you didn't specify a 
> first argument, because the function intended to walk through 
> the list of active channels would always end up returning the 
> first channel it found. If that happened to be a spy-able 
> channel, then great, otherwise you'd never spy on anything.
> 
> Mark Michelson


Mark,

I added a first argument.  Here is my line now:
exten => *012,n,Chanspy(SIP,qg(GROUP_NAME))

Unfortunately, that still crashes Asterisk once out of 3-5 times.  Is there
anyway to absolutely prevent crashes with this bug in vanilla 1.4.19?

Thanks,

Mike


___
-- 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


Re: [asterisk-users] Chanspy on Asterisk 1.4.19

2008-04-17 Thread Anthony Francis
I saw a patch attached to that bug report, just download it run patch 
and then make clean && make install, restart asterisk and you should be 
smokin.

Mike wrote:
>  
>
>   
>> -Original Message-
>> From: [EMAIL PROTECTED] 
>> [mailto:[EMAIL PROTECTED] On Behalf Of 
>> Mark Michelson
>> Sent: Thursday, April 17, 2008 17:18
>> To: Asterisk Users Mailing List - Non-Commercial Discussion
>> Subject: Re: [asterisk-users] Chanspy on Asterisk 1.4.19
>>
>> Mike wrote:
>> 
>>> My own Chanspy(g(GROUPNAME)) works 2 times out of three (roughly).  
>>> The other time, it crashes Asterisk. Using 1.4.19 too.
>>>
>>> Mike
>>>
>>>   
>>>> -Original Message-
>>>> From: [EMAIL PROTECTED]
>>>> [mailto:[EMAIL PROTECTED] On Behalf 
>>>>     
>> Of Steve 
>> 
>>>> Rawlings
>>>> Sent: Thursday, April 17, 2008 14:10
>>>> To: Asterisk Users Mailing List - Non-Commercial Discussion
>>>> Subject: Re: [asterisk-users] Chanspy on Asterisk 1.4.19
>>>>
>>>> Guys,
>>>>
>>>> Sean Bright wrote:
>>>> 
>>>>> Steve Totaro wrote:
>>>>>
>>>>>   
>>>>>> Should one have to change their dialplan for functionality
>>>>>> 
>>>> to remain
>>>> 
>>>>>> the same in the same version?
>>>>>> 
>>>>> I wasn't suggesting it wasn't a regression, just making the
>>>>>   
>>>> OP aware
>>>> 
>>>>> that he can pass multiple arguments to a dialplan 
>>>>>   
>> application (i.e.
>> 
>>>>> ChanSpy(|bg(2000)))
>>>>>
>>>>> He mentioned that he was able to get it to work in 1.4.19
>>>>>   
>>>> by passing
>>>> 
>>>>> the bridge argument ('b') but didn't seem to be aware 
>>>>>   
>> that he could 
>> 
>>>>> also pass his original argument list ('g(2000)') as well.  Seems 
>>>>> easier to just work around the problem with the 
>>>>>   
>> additional argument 
>> 
>>>>> than to backport the application.
>>>>>
>>>>>   
>>>> Yes I was aware of multiple arguments, I did try 
>>>> 
>> chanspy(|bg(2000)), 
>> 
>>>> I tried all combinations I could think of.  Although maybe what I 
>>>> should have said was I tried
>>>> chanspy(|b) just to prove chanspy itself was working at 
>>>> 
>> all (and it 
>> 
>>>> was), with chanspy(|bg(2000)) the 'spygroup'
>>>> element didn't work, it just spied on every active call.
>>>>
>>>> Anyway, I've raised a bug report as requested by Jared at Digium.
>>>>
>>>> Steve
>>>> 
>> This was an incredibly subtle bug that was introduced into 
>> 1.4.19 when the other work was done on chanspy to fix crashes 
>> and deadlocks. It has been fixed in 1.4 in SVN revision 114226.
>>
>> Basically, chanspy was a crapshoot if you didn't specify a 
>> first argument, because the function intended to walk through 
>> the list of active channels would always end up returning the 
>> first channel it found. If that happened to be a spy-able 
>> channel, then great, otherwise you'd never spy on anything.
>>
>> Mark Michelson
>> 
>
>
> Mark,
>
> I added a first argument.  Here is my line now:
> exten => *012,n,Chanspy(SIP,qg(GROUP_NAME))
>
> Unfortunately, that still crashes Asterisk once out of 3-5 times.  Is there
> anyway to absolutely prevent crashes with this bug in vanilla 1.4.19?
>
> Thanks,
>
> Mike
>
>
> ___
> -- 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
>   

-- 
Thank you and have any kind of day you want,

Anthony Francis
Rockynet VOIP
(303) 444-7052 opt 2
[EMAIL PROTECTED]


___
-- 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


Re: [asterisk-users] Chanspy on Asterisk 1.4.19

2008-04-18 Thread Mike
Anthony,

What bug report ID# would that be? Not being a dev I find it hard to know
which of the 4 chanspy bug I need a patch for, since none of them seem to
refer to a 1.4.19 bug.

Mike 

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Anthony Francis
> Sent: Thursday, April 17, 2008 23:27
> To: Asterisk Users Mailing List - Non-Commercial Discussion
> Subject: Re: [asterisk-users] Chanspy on Asterisk 1.4.19
> 
> I saw a patch attached to that bug report, just download it 
> run patch and then make clean && make install, restart 
> asterisk and you should be smokin.
> 
> Mike wrote:
> >  
> >
> >   
> >> -Original Message-
> >> From: [EMAIL PROTECTED]
> >> [mailto:[EMAIL PROTECTED] On Behalf Of Mark 
> >> Michelson
> >> Sent: Thursday, April 17, 2008 17:18
> >> To: Asterisk Users Mailing List - Non-Commercial Discussion
> >> Subject: Re: [asterisk-users] Chanspy on Asterisk 1.4.19
> >>
> >> Mike wrote:
> >> 
> >>> My own Chanspy(g(GROUPNAME)) works 2 times out of three 
> (roughly).  
> >>> The other time, it crashes Asterisk. Using 1.4.19 too.
> >>>
> >>> Mike
> >>>
> >>>   
> >>>> -Original Message-
> >>>> From: [EMAIL PROTECTED]
> >>>> [mailto:[EMAIL PROTECTED] On Behalf
> >>>> 
> >> Of Steve
> >> 
> >>>> Rawlings
> >>>> Sent: Thursday, April 17, 2008 14:10
> >>>> To: Asterisk Users Mailing List - Non-Commercial Discussion
> >>>> Subject: Re: [asterisk-users] Chanspy on Asterisk 1.4.19
> >>>>
> >>>> Guys,
> >>>>
> >>>> Sean Bright wrote:
> >>>> 
> >>>>> Steve Totaro wrote:
> >>>>>
> >>>>>   
> >>>>>> Should one have to change their dialplan for functionality
> >>>>>> 
> >>>> to remain
> >>>> 
> >>>>>> the same in the same version?
> >>>>>> 
> >>>>> I wasn't suggesting it wasn't a regression, just making the
> >>>>>   
> >>>> OP aware
> >>>> 
> >>>>> that he can pass multiple arguments to a dialplan
> >>>>>   
> >> application (i.e.
> >> 
> >>>>> ChanSpy(|bg(2000)))
> >>>>>
> >>>>> He mentioned that he was able to get it to work in 1.4.19
> >>>>>   
> >>>> by passing
> >>>> 
> >>>>> the bridge argument ('b') but didn't seem to be aware
> >>>>>   
> >> that he could
> >> 
> >>>>> also pass his original argument list ('g(2000)') as 
> well.  Seems 
> >>>>> easier to just work around the problem with the
> >>>>>   
> >> additional argument
> >> 
> >>>>> than to backport the application.
> >>>>>
> >>>>>   
> >>>> Yes I was aware of multiple arguments, I did try
> >>>> 
> >> chanspy(|bg(2000)),
> >> 
> >>>> I tried all combinations I could think of.  Although 
> maybe what I 
> >>>> should have said was I tried
> >>>> chanspy(|b) just to prove chanspy itself was working at
> >>>> 
> >> all (and it
> >> 
> >>>> was), with chanspy(|bg(2000)) the 'spygroup'
> >>>> element didn't work, it just spied on every active call.
> >>>>
> >>>> Anyway, I've raised a bug report as requested by Jared at Digium.
> >>>>
> >>>> Steve
> >>>> 
> >> This was an incredibly subtle bug that was introduced into
> >> 1.4.19 when the other work was done on chanspy to fix crashes and 
> >> deadlocks. It has been fixed in 1.4 in SVN revision 114226.
> >>
> >> Basically, chanspy was a crapshoot if you didn't specify a first 
> >> argument, because the function intended to walk through 
> the list of 
> >> active channels would always end up returning the first channel it 
> >> found. If that happened to be a spy-able channel, then great, 
> >> otherwise you'd never spy on anything.
> >>
> >> Mark Michelson
> >> 
> >
> >
> > Mark,
> >
> > I added a first argument.  Here is my line now:
> > exten => *012,n,Chanspy(SIP,qg(GROUP_NAME))
> >
> > Unfortunately, that still crashes Asterisk once out of 3-5 
> times.  Is 
> > there anyway to absolutely prevent crashes with this bug in 
> vanilla 1.4.19?
> >
> > Thanks,
> >
> > Mike
> >
> >
> > ___
> > -- 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
> >   
> 
> --
> Thank you and have any kind of day you want,
> 
> Anthony Francis
> Rockynet VOIP
> (303) 444-7052 opt 2
> [EMAIL PROTECTED]
> 
> 
> ___
> -- 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
> 


___
-- 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


Re: [asterisk-users] Chanspy severe sound problems

2007-06-07 Thread Jesus Mogollon

I'm also experiencing the same problem. Has anyone found a fix for this?

Jesus

On 2/7/07, Santiago Aguiar <[EMAIL PROTECTED]> wrote:


 Hi everyone!

I'm using Asterisk 1.2.7.1 on a CentOS 4 server with 5 - 9 agents and I'm
having some issues with the Chanspy application. All the agents are on SIP
channels with g711 and all the communications are inside a LAN.

When I'm spying a SIP channel, the audio from one of the ends (normally
the caller) sounds *extremely* (unusable) choppy, as if it was losing some
frames. Sometimes the called party is heard almost perfectly, but there are
ALWAYS sound quality issues.

The agents do not report any problem, and the audio recorded with the
Monitor applications sounds reasonably fine. I'm able to reproduce the
problem with any amount of load and it happened also while doing tests with
my computer as an Asterisk server.

Additional Information:
* Asterisk 1.2.7.1 built by test @ ast3 on a i686 running Linux on
2006-04-24 10:52:49 UTC
* Linux foo.bar.com 2.6.9-34.0.2.ELsmp #1 SMP Fri Jul 7 19:52:49 CDT 2006
i686 i686 i386 GNU/Linux
* Intel(R) Pentium(R) 4 CPU 3.00GHz, 1GB RAM.

did anyone encountered the same situation? Google only reported one
similar problem without a solution (
http://bugs.digium.com/print_bug_page.php?bug_id=7340) any ideas are
welcome!

thanks a lot!

saludos,
--
santiago aguiar
*netlabs*
 * Palmar 2548
Montevideo, Uruguay
Tel. +(598 2) 707 7687
Fax. +(598 2) 709 4866
* http://www.netlabs.com.uy

___
--Bandwidth and Colocation provided by Easynews.com --

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



___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [asterisk-users] ChanSpy or other variant

2009-02-02 Thread Mark Michelson
Nicholas Blasgen wrote:
> I'm trying to figure out how to listen in to a channel that I specify.  
> I have the impression I've seen this done via Flash web controls, but 
> I'm trying to write something myself and I can't figure out what command 
> would be used.  ChanSpy looks great, but I don't see how to specify the 
> channel.
> 
> I have a channel identifier like "SIP/provider-08748db0" which is what I 
> would send to applications like Hangup() or Redirect() but 
> it doesn't look like ChanSpy was written to accept that format.  I 
> haven't tried passing "SIP/provider-08748db0" to ChanSpy, but from the 
> documentation it seems that it shouldn't work.
> 
> So the question is, how can I listen into a channel if I know either the 
> channel or the unqiue id?  And in the meantime I will play around with 
> ChanSpy more.

Chanspy should do exactly what you want. If you ran

exten => blah,n,ChanSpy(SIP/provider)

Then you would be able to listen to all active calls involving any channel 
whose 
name begins with 'SIP/provider'. If it turns out that there is a channel called 
'SIP/provider-12345abc', then that channel may be spied on with the above 
ChanSpy call in the dialplan.

The thing to remember is that the "chanprefix" argument as it is described in 
ChanSpy's documentation is literally any text that may appear at the start of a 
channel name. Chanspy(SIP) would allow you to spy on any SIP channel, whereas 
ChanSpy(S) would allow spying on both SIP and Skinny channels. There is no 
minimum or maximum limit to what this string may be.

Mark Michelson

___
-- 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


Re: [asterisk-users] ChanSpy or other variant

2009-02-02 Thread Nicholas Blasgen
Thank you Mark.  I did try it out myself and figured out that it did work as
I wanted.  Thanks for the quick reply though.

Nicholas Blasgen
Partner / Network Operations
Refractive Dialer LLC
408.395.2110 (w)
408.497.9796 (c)


On Mon, Feb 2, 2009 at 12:06 PM, Mark Michelson wrote:

> Nicholas Blasgen wrote:
> > I'm trying to figure out how to listen in to a channel that I specify.
> > I have the impression I've seen this done via Flash web controls, but
> > I'm trying to write something myself and I can't figure out what command
> > would be used.  ChanSpy looks great, but I don't see how to specify the
> > channel.
> >
> > I have a channel identifier like "SIP/provider-08748db0" which is what I
> > would send to applications like Hangup() or Redirect() but
> > it doesn't look like ChanSpy was written to accept that format.  I
> > haven't tried passing "SIP/provider-08748db0" to ChanSpy, but from the
> > documentation it seems that it shouldn't work.
> >
> > So the question is, how can I listen into a channel if I know either the
> > channel or the unqiue id?  And in the meantime I will play around with
> > ChanSpy more.
>
> Chanspy should do exactly what you want. If you ran
>
> exten => blah,n,ChanSpy(SIP/provider)
>
> Then you would be able to listen to all active calls involving any channel
> whose
> name begins with 'SIP/provider'. If it turns out that there is a channel
> called
> 'SIP/provider-12345abc', then that channel may be spied on with the above
> ChanSpy call in the dialplan.
>
> The thing to remember is that the "chanprefix" argument as it is described
> in
> ChanSpy's documentation is literally any text that may appear at the start
> of a
> channel name. Chanspy(SIP) would allow you to spy on any SIP channel,
> whereas
> ChanSpy(S) would allow spying on both SIP and Skinny channels. There is no
> minimum or maximum limit to what this string may be.
>
> Mark Michelson
>
> ___
> -- 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
>
___
-- 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

Re: [asterisk-users] ChanSpy on asterisk 1.6

2009-10-14 Thread DHAVAL INDRODIYA
hey In 1.6 version actually not wrote any code for option 'o'
you need to add following line into file

Index: apps/app_chanspy.c
===
--- apps/app_chanspy.c  (revision 215998)
+++ apps/app_chanspy.c  (working copy)
@@ -427,7 +427,12 @@
return -1;
}

-   f = ast_audiohook_read_frame(&csth->spy_audiohook, samples,
AST_AUDIOHOOK_DIRECTION_BOTH, AST_FORMAT_SLINEAR);
+   if (ast_test_flag(chan, OPTION_READONLY)) {
+   /* Option 'o' was set, so don't mix channel audio */
+   f = ast_audiohook_read_frame(&csth->spy_audiohook, samples,
AST_AUDIOHOOK_DIRECTION_READ, AST_FORMAT_SLINEAR);
+   } else {
+   f = ast_audiohook_read_frame(&csth->spy_audiohook, samples,
AST_AUDIOHOOK_DIRECTION_BOTH, AST_FORMAT_SLINEAR);
+   }

ast_audiohook_unlock(&csth->spy_audiohook);



regards
Dhaval

2009/10/14 Jorge Gutiérrez 

>
> I have read about that on asterisk 1.6, there will be a parameter "o" (Only
> listen to audio coming from this channel), I have tried, but I still get
> inbound and outbound audio from the spied channel.
> Has anyone used this feature? Is it working? Is there any work-around?
> I will like to only spy the outbound audio from a channel, I dont want to
> hear the incomming audio of that channel.
> I have used the following context:
>
> [Conf]
> exten => s,1,Answer
> exten => s,2,Background(custom/menu_test)
> exten => s,3,ChanSpy(,qoX)
> exten => 1,1,Goto(Conf,s,2)
> exten => 2,1,AGI(conf.php,${CALLERID(num)},${SPY_CHANNEL})
> exten => 2,n,Goto(s,3)
> exten => s,n,Goto(test2,s,1)
>
>
> ___
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
> AstriCon 2009 - October 13 - 15 Phoenix, Arizona
> Register Now: http://www.astricon.net
>
> 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 --

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

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

Re: [asterisk-users] ChanSpy on asterisk 1.6

2009-10-15 Thread Jorge Gutiérrez

Thanks very much, it worked as I needed :)


On Wed, 14 Oct 2009 17:14:53 +0530, DHAVAL INDRODIYA
 wrote:
> hey In 1.6 version actually not wrote any code for option 'o'
> you need to add following line into file
> 
> Index: apps/app_chanspy.c
> ===
> --- apps/app_chanspy.c(revision 215998)
> +++ apps/app_chanspy.c(working copy)
> @@ -427,7 +427,12 @@
>   return -1;
>   }
> 
> - f = ast_audiohook_read_frame(&csth->spy_audiohook, samples,
> AST_AUDIOHOOK_DIRECTION_BOTH, AST_FORMAT_SLINEAR);
> + if (ast_test_flag(chan, OPTION_READONLY)) {
> + /* Option 'o' was set, so don't mix channel audio */
> + f = ast_audiohook_read_frame(&csth->spy_audiohook, samples,
> AST_AUDIOHOOK_DIRECTION_READ, AST_FORMAT_SLINEAR);
> + } else {
> + f = ast_audiohook_read_frame(&csth->spy_audiohook, samples,
> AST_AUDIOHOOK_DIRECTION_BOTH, AST_FORMAT_SLINEAR);
> + }
> 
>   ast_audiohook_unlock(&csth->spy_audiohook);
> 
> 
> 
> regards
> Dhaval
> 
> 2009/10/14 Jorge Gutiérrez 
> 
>>
>> I have read about that on asterisk 1.6, there will be a parameter "o"
> (Only
>> listen to audio coming from this channel), I have tried, but I still get
>> inbound and outbound audio from the spied channel.
>> Has anyone used this feature? Is it working? Is there any work-around?
>> I will like to only spy the outbound audio from a channel, I dont want
> to
>> hear the incomming audio of that channel.
>> I have used the following context:
>>
>> [Conf]
>> exten => s,1,Answer
>> exten => s,2,Background(custom/menu_test)
>> exten => s,3,ChanSpy(,qoX)
>> exten => 1,1,Goto(Conf,s,2)
>> exten => 2,1,AGI(conf.php,${CALLERID(num)},${SPY_CHANNEL})
>> exten => 2,n,Goto(s,3)
>> exten => s,n,Goto(test2,s,1)
>>
>>
>> ___
>> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>>
>> AstriCon 2009 - October 13 - 15 Phoenix, Arizona
>> Register Now: http://www.astricon.net
>>
>> asterisk-users mailing list
>> To UNSUBSCRIBE or update options visit:
>>   http://lists.digium.com/mailman/listinfo/asterisk-users
>>
-- 
Atentamente,
Jorge Gutiérrez


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

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

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

Re: [asterisk-users] ChanSpy in Asterisk 1.2.24

2009-10-22 Thread Danny Nicholas
App_chanspy

-Original Message-
From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Joao Gomes
Pereira
Sent: Thursday, October 22, 2009 10:08 AM
To: asterisk-users@lists.digium.com
Subject: [asterisk-users] ChanSpy in Asterisk 1.2.24

Hello
I have an old Asterisk where I need to listen to Agent calls. So I 
created this code:

exten => _555,1,ChanSpy(Agent)
exten => _555,n,Hangup()

But I always get:

2009-10-22 16:00:38 WARNING[5695]: pbx.c:1720 pbx_extension_helper: No 
application 'ChanSpy' for extension (default, 555, 1)

It seems that Asterisk doesn't have ChanSpy enabled... is this possible? 
Which Asterisk module do I have to enable?
Thanks
Regards
Joao Pereira

-- 
StarTel - A Rede Livre
Joao Gomes Pereira
www.startel.pt
+351 304500650
sip: gomespere...@startel.pt


___
-- 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


___
-- 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


Re: [asterisk-users] ChanSpy in Asterisk 1.2.24

2009-10-22 Thread Joao Gomes Pereira
Thanks a lot
The file App_chanspy was already in
/usr/lib/asterisk/modules

But I had in my modules.conf:
noload => app_chanspy.conf

Now I erased this line... but Asterisk still doesn't load this 
app_chanspy...
Do I need to stop/start Asterisk? Or the reload is enough?
Thanks
Regards
Joao Pereira


Danny Nicholas wrote:
> App_chanspy
>
> -Original Message-
> From: asterisk-users-boun...@lists.digium.com
> [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Joao Gomes
> Pereira
> Sent: Thursday, October 22, 2009 10:08 AM
> To: asterisk-users@lists.digium.com
> Subject: [asterisk-users] ChanSpy in Asterisk 1.2.24
>
> Hello
> I have an old Asterisk where I need to listen to Agent calls. So I 
> created this code:
>
> exten => _555,1,ChanSpy(Agent)
> exten => _555,n,Hangup()
>
> But I always get:
>
> 2009-10-22 16:00:38 WARNING[5695]: pbx.c:1720 pbx_extension_helper: No 
> application 'ChanSpy' for extension (default, 555, 1)
>
> It seems that Asterisk doesn't have ChanSpy enabled... is this possible? 
> Which Asterisk module do I have to enable?
> Thanks
> Regards
> Joao Pereira
>
>   


-- 
StarTel - A Rede Livre
Joao Gomes Pereira
www.startel.pt
+351 304500650
sip: gomespere...@startel.pt


___
-- 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


Re: [asterisk-users] ChanSpy in Asterisk 1.2.24

2009-10-22 Thread Joao Gomes Pereira
I had to restart Asterisk, and now the module is loaded.
Thanks a lot for the help
Joao Pereira


-- 
StarTel - A Rede Livre
Joao Gomes Pereira
www.startel.pt
+351 304500650
sip: gomespere...@startel.pt



Danny Nicholas wrote:
> Try "module load app_chanspy.so" from CLI.  If that doesn't work, restart
> asterisk.
>
> -Original Message-
> From: Joao Gomes Pereira [mailto:gomespere...@startel.pt] 
> Sent: Thursday, October 22, 2009 10:57 AM
> To: Danny Nicholas
> Cc: 'Asterisk Users Mailing List - Non-Commercial Discussion'
> Subject: Re: [asterisk-users] ChanSpy in Asterisk 1.2.24
>
> Thanks a lot
> The file App_chanspy was already in
> /usr/lib/asterisk/modules
>
> But I had in my modules.conf:
> noload => app_chanspy.conf
>
> Now I erased this line... but Asterisk still doesn't load this 
> app_chanspy...
> Do I need to stop/start Asterisk? Or the reload is enough?
> Thanks
> Regards
> Joao Pereira
>
>
> Danny Nicholas wrote:
>   
>> App_chanspy
>>
>> -Original Message-
>> From: asterisk-users-boun...@lists.digium.com
>> [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Joao Gomes
>> Pereira
>> Sent: Thursday, October 22, 2009 10:08 AM
>> To: asterisk-users@lists.digium.com
>> Subject: [asterisk-users] ChanSpy in Asterisk 1.2.24
>>
>> Hello
>> I have an old Asterisk where I need to listen to Agent calls. So I 
>> created this code:
>>
>> exten => _555,1,ChanSpy(Agent)
>> exten => _555,n,Hangup()
>>
>> But I always get:
>>
>> 2009-10-22 16:00:38 WARNING[5695]: pbx.c:1720 pbx_extension_helper: No 
>> application 'ChanSpy' for extension (default, 555, 1)
>>
>> It seems that Asterisk doesn't have ChanSpy enabled... is this possible? 
>> Which Asterisk module do I have to enable?
>> Thanks
>> Regards
>> Joao Pereira
>>
>>   
>> 
>
>
>   



___
-- 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


Re: [Asterisk-Users] ChanSpy on Asterisk v1.0.7

2005-06-23 Thread Brian West

Just use CVS-HEAD.. stable is a pile of crap. 

/b
---
Anakin: “You’re either with me, or you’re my enemy.”
Obi-Wan: “Only a Sith could be an absolutist.”

On Jun 23, 2005, at 10:09 AM, Tim Karl wrote:

I am trying to find the app ChanSpy for Asterisk v1.0.7. I have  
tried looking on VOIP-info.org's ChanSpy page (http://www.voip- 
info.org/tiki-index.php?page=Asterisk+cmd+ChanSpy)and also referred  
to the link regarding bug 3836 (http://bugs.digium.com/ 
bug_view_page.php?bug_id=0003836). I downloaded the attachments and  
tried to use the patch and compile the source. However, it seems  
that these files are for a different version of Asterisk. Searching  
Google provides no relevant material.


If anyone has any information as to where I can find ChanSpy for  
Asterisk v1.0.7 please reply. Thank you for your help.


--Timothy Karl
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users



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


RE: [Asterisk-Users] ChanSpy on Asterisk v1.0.7

2005-06-23 Thread Lee Archer
What's the best way to get 1.0.8?  I've downloaded the latest from CVS but when 
I compile it it says 1.0.6!!  Is that right?

Regards

Lee 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brian West
Sent: 23 June 2005 16:45
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [Asterisk-Users] ChanSpy on Asterisk v1.0.7

Just use CVS-HEAD.. stable is a pile of crap. 

/b
---
Anakin: “You’re either with me, or you’re my enemy.”
Obi-Wan: “Only a Sith could be an absolutist.”

On Jun 23, 2005, at 10:09 AM, Tim Karl wrote:

> I am trying to find the app ChanSpy for Asterisk v1.0.7. I have tried 
> looking on VOIP-info.org's ChanSpy page (http://www.voip- 
> info.org/tiki-index.php?page=Asterisk+cmd+ChanSpy)and also referred to 
> the link regarding bug 3836 (http://bugs.digium.com/ 
> bug_view_page.php?bug_id=0003836). I downloaded the attachments and 
> tried to use the patch and compile the source. However, it seems that 
> these files are for a different version of Asterisk. Searching Google 
> provides no relevant material.
>
> If anyone has any information as to where I can find ChanSpy for 
> Asterisk v1.0.7 please reply. Thank you for your help.
>
> --Timothy Karl
> ___
> Asterisk-Users mailing list
> Asterisk-Users@lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
>   http://lists.digium.com/mailman/listinfo/asterisk-users
>

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


--
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.323 / Virus Database: 267.7.11/26 - Release Date: 22/06/2005
 

-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.323 / Virus Database: 267.7.11/26 - Release Date: 22/06/2005
 
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] ChanSpy via external application

2006-01-05 Thread Giovanni Miano
Use channel of your agentChannel: 
SIP/dov.bigioMaxRetries: 3RetryTime: 40WaitTime: 
25Context: 01.telecomApplication: ChanSpyData: SIP/234-ssnfPriority: 1Cheers,Giovanni Miano2006/1/5, Dov Bigio <
[EMAIL PROTECTED]>:






Hi,
 
I have developped an application that monitors the 
status of my queues through the events triggered on the Manager 
Interface.
 
This way, I can know the status of my Agent real 
time.
 
Now, I have a new requirement that I must allow a 
manager to click on the Agent he wants to monitor and be able to monitor the 
call.
 
My idea was to, when the user clicks on the Agent, 
I would Originate a call between his extension and  the extension I have 
for ChanSpy, passing as parameter the Agent number.
 
For testing this, I tried a call file on 
/var/spool/asterisk/outgoing
 
Channel: 
SIP/dov.bigio  
---> This is meMaxRetries: 3RetryTime: 40WaitTime: 
25Context: 01.telecomApplication: ChanSpyData: 
Agent/5450  -> 
This is the Agent I want to monitorPriority: 1
The problem is that ChanSpy doesn't accept 
"Agent/" as parameter, just "Agent".
Is there a way to ChanSpy a specific know 
Agent?
(Or at least to send via dtmf the Agent Number I 
want to monitor right after the ChanSpy application is called?
 
Thank you very much!Dov
 

___--Bandwidth and Colocation provided by Easynews.com --
Asterisk-Users mailing listTo UNSUBSCRIBE or update options visit:   http://lists.digium.com/mailman/listinfo/asterisk-users
-- Giovanni Miano
___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [Asterisk-Users] ChanSpy via external application

2006-01-06 Thread Dov Bigio



Hello,
 
It didn't work...
 
I used "Data: SIP/dov.bigio-9949" which was the 
channel being used, and the call I received just had beeps... no 
conversation.
 
According to the documentation on (http://www.voip-info.org/wiki-Asterisk+cmd+ChanSpy), 
ChanSpy doesn't take a channel as parameter, does it?
 
Thank you very much!!
Dov

  - Original Message - 
  From: 
  Giovanni 
  Miano 
  To: Dov Bigio ; Asterisk Users Mailing List - 
  Non-Commercial Discussion 
  Sent: Thursday, January 05, 2006 7:01 
  PM
  Subject: Re: [Asterisk-Users] ChanSpy via 
  external application
  Use channel of your agentChannel: SIP/dov.bigioMaxRetries: 3RetryTime: 40WaitTime: 
  25Context: 01.telecomApplication: ChanSpyData: 
  SIP/234-ssnfPriority: 1Cheers,Giovanni Miano
  2006/1/5, Dov Bigio < [EMAIL PROTECTED]>:
  
Hi,
 
I have developped an application that monitors 
the status of my queues through the events triggered on the Manager 
Interface.
 
This way, I can know the status of my Agent 
real time.
 
Now, I have a new requirement that I must allow 
a manager to click on the Agent he wants to monitor and be able to monitor 
the call.
 
My idea was to, when the user clicks on the 
Agent, I would Originate a call between his extension and  the 
extension I have for ChanSpy, passing as parameter the Agent 
number.
 
For testing this, I tried a call file on 
/var/spool/asterisk/outgoing
 
Channel: 
SIP/dov.bigio  
---> This is meMaxRetries: 3RetryTime: 40WaitTime: 
25Context: 01.telecomApplication: ChanSpyData: 
Agent/5450  -> 
This is the Agent I want to monitorPriority: 1
The problem is that ChanSpy doesn't accept 
"Agent/" as parameter, just "Agent".
Is there a way to ChanSpy a specific know 
Agent?
(Or at least to send via dtmf the Agent Number 
I want to monitor right after the ChanSpy application is 
called?
 
Thank you very much!Dov
 ___--Bandwidth 
and Colocation provided by Easynews.com 
--Asterisk-Users mailing listTo UNSUBSCRIBE or update options 
visit:  http://lists.digium.com/mailman/listinfo/asterisk-users 
-- Giovanni Miano 

___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [Asterisk-Users] ChanSpy via external application

2006-01-08 Thread Peter Fern
Just implemented a similar feature here - apparently the chanprefix 
won't accept a full channel identifier, so I ended up dropping the last 
character (this works for me since all the sip delivery we want to 
monitor is to individual handsets - I won't be monitoring any channels 
that are delivered in bulk).


I should really file this as a bug - I would think more useful behaviour 
in most cases would be to take a channel identifier rather than a prefix.


Dov Bigio wrote:


Hello,
 
It didn't work...
 
I used "Data: SIP/dov.bigio-9949" which was the channel being used, 
and the call I received just had beeps... no conversation.
 
According to the documentation on 
(http://www.voip-info.org/wiki-Asterisk+cmd+ChanSpy), ChanSpy doesn't 
take a channel as parameter, does it?
 
Thank you very much!!

Dov

- Original Message -
*From:* Giovanni Miano <mailto:[EMAIL PROTECTED]>
*To:* Dov Bigio <mailto:[EMAIL PROTECTED]> ; Asterisk Users
Mailing List - Non-Commercial Discussion
<mailto:asterisk-users@lists.digium.com>
*Sent:* Thursday, January 05, 2006 7:01 PM
*Subject:* Re: [Asterisk-Users] ChanSpy via external application

Use channel of your agent

Channel: SIP/dov.bigio
MaxRetries: 3
RetryTime: 40
WaitTime: 25
Context: 01.telecom
Application: ChanSpy
Data: SIP/234-ssnf
Priority: 1

Cheers,
Giovanni Miano

2006/1/5, Dov Bigio < [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>:

Hi,
 
I have developped an application that monitors the status of

my queues through the events triggered on the Manager Interface.
 
This way, I can know the status of my Agent real time.
 
Now, I have a new requirement that I must allow a manager to

click on the Agent he wants to monitor and be able to monitor
the call.
 
My idea was to, when the user clicks on the Agent, I would

Originate a call between his extension and  the extension I
have for ChanSpy, passing as parameter the Agent number.
 
For testing this, I tried a call file on

/var/spool/asterisk/outgoing
 
Channel: SIP/dov.bigio  ---> This is me

MaxRetries: 3
RetryTime: 40
WaitTime: 25
Context: 01.telecom
Application: ChanSpy
Data: Agent/5450  -> This is the
Agent I want to monitor
Priority: 1
The problem is that ChanSpy doesn't accept "Agent/" as
parameter, just "Agent".
Is there a way to ChanSpy a specific know Agent?
(Or at least to send via dtmf the Agent Number I want to
monitor right after the ChanSpy application is called?
 
Thank you very much!

Dov
 


___
--Bandwidth and Colocation provided by Easynews.com
<http://Easynews.com> --

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





-- 
Giovanni Miano 




___
--Bandwidth and Colocation provided by Easynews.com --

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


___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [Asterisk-Users] ChanSpy via external application

2006-01-08 Thread Juan Jose Comellas
This problem has been already corrected in Asterisk 1.2. See this bug:

http://bugs.digium.com/view.php?id=6009


On Monday 09 January 2006 00:51, Peter Fern wrote:
> Just implemented a similar feature here - apparently the chanprefix
> won't accept a full channel identifier, so I ended up dropping the last
> character (this works for me since all the sip delivery we want to
> monitor is to individual handsets - I won't be monitoring any channels
> that are delivered in bulk).
>
> I should really file this as a bug - I would think more useful behaviour
> in most cases would be to take a channel identifier rather than a prefix.
>
> Dov Bigio wrote:
> > Hello,
> >
> > It didn't work...
> >
> > I used "Data: SIP/dov.bigio-9949" which was the channel being used,
> > and the call I received just had beeps... no conversation.
> >
> > According to the documentation on
> > (http://www.voip-info.org/wiki-Asterisk+cmd+ChanSpy), ChanSpy doesn't
> > take a channel as parameter, does it?
> >
> > Thank you very much!!
> > Dov
> >
> > - Original Message -
> > *From:* Giovanni Miano <mailto:[EMAIL PROTECTED]>
> > *To:* Dov Bigio <mailto:[EMAIL PROTECTED]> ; Asterisk Users
> > Mailing List - Non-Commercial Discussion
> > <mailto:asterisk-users@lists.digium.com>
> > *Sent:* Thursday, January 05, 2006 7:01 PM
> > *Subject:* Re: [Asterisk-Users] ChanSpy via external application
> >
> > Use channel of your agent
> >
> > Channel: SIP/dov.bigio
> > MaxRetries: 3
> > RetryTime: 40
> > WaitTime: 25
> > Context: 01.telecom
> > Application: ChanSpy
> > Data: SIP/234-ssnf
> > Priority: 1
> >
> > Cheers,
> > Giovanni Miano
> >
> > 2006/1/5, Dov Bigio < [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>:
> >
> > Hi,
> >
> > I have developped an application that monitors the status of
> > my queues through the events triggered on the Manager Interface.
> >
> > This way, I can know the status of my Agent real time.
> >
> > Now, I have a new requirement that I must allow a manager to
> > click on the Agent he wants to monitor and be able to monitor
> > the call.
> >
> > My idea was to, when the user clicks on the Agent, I would
> > Originate a call between his extension and  the extension I
> > have for ChanSpy, passing as parameter the Agent number.
> >
> > For testing this, I tried a call file on
> > /var/spool/asterisk/outgoing
> >
> > Channel: SIP/dov.bigio  ---> This is me
> > MaxRetries: 3
> > RetryTime: 40
> > WaitTime: 25
> > Context: 01.telecom
> > Application: ChanSpy
> > Data: Agent/5450  -> This is the
> > Agent I want to monitor
> > Priority: 1
> > The problem is that ChanSpy doesn't accept "Agent/" as
> > parameter, just "Agent".
> > Is there a way to ChanSpy a specific know Agent?
> > (Or at least to send via dtmf the Agent Number I want to
> > monitor right after the ChanSpy application is called?
> >
> > Thank you very much!
> > Dov
> >
> >
> > ___
> > --Bandwidth and Colocation provided by Easynews.com
> > <http://Easynews.com> --
> >
> > Asterisk-Users mailing list
> > To UNSUBSCRIBE or update options visit:
> >   http://lists.digium.com/mailman/listinfo/asterisk-users
> > <http://lists.digium.com/mailman/listinfo/asterisk-users>
> >
> >
> >
> >
> >
> > --
> > Giovanni Miano
> >
> >
> >
> >___
> >--Bandwidth and Colocation provided by Easynews.com --
> >
> >Asterisk-Users mailing list
> >To UNSUBSCRIBE or update options visit:
> >   http://lists.digium.com/mailman/listinfo/asterisk-users
>
> ___
> --Bandwidth and Colocation provided by Easynews.com --
>
> Asterisk-Users mailing list
> To UNSUBSCRIBE or update options visit:
>http://lists.digium.com/mailman/listinfo/asterisk-users

-- 
Juan Jose Comellas
([EMAIL PROTECTED])

___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [Asterisk-Users] ChanSpy via external application

2006-01-08 Thread Peter Fern
Ahh, I'm running r7233, I'll update to the latest rev to pull in the 
changes, thanks Juan.


Juan Jose Comellas wrote:


This problem has been already corrected in Asterisk 1.2. See this bug:

http://bugs.digium.com/view.php?id=6009


On Monday 09 January 2006 00:51, Peter Fern wrote:
 


Just implemented a similar feature here - apparently the chanprefix
won't accept a full channel identifier, so I ended up dropping the last
character (this works for me since all the sip delivery we want to
monitor is to individual handsets - I won't be monitoring any channels
that are delivered in bulk).

I should really file this as a bug - I would think more useful behaviour
in most cases would be to take a channel identifier rather than a prefix.

Dov Bigio wrote:
   


Hello,

It didn't work...

I used "Data: SIP/dov.bigio-9949" which was the channel being used,
and the call I received just had beeps... no conversation.

According to the documentation on
(http://www.voip-info.org/wiki-Asterisk+cmd+ChanSpy), ChanSpy doesn't
take a channel as parameter, does it?

Thank you very much!!
Dov

   - Original Message -
   *From:* Giovanni Miano <mailto:[EMAIL PROTECTED]>
   *To:* Dov Bigio <mailto:[EMAIL PROTECTED]> ; Asterisk Users
   Mailing List - Non-Commercial Discussion
   <mailto:asterisk-users@lists.digium.com>
   *Sent:* Thursday, January 05, 2006 7:01 PM
   *Subject:* Re: [Asterisk-Users] ChanSpy via external application

   Use channel of your agent

   Channel: SIP/dov.bigio
   MaxRetries: 3
   RetryTime: 40
   WaitTime: 25
   Context: 01.telecom
   Application: ChanSpy
   Data: SIP/234-ssnf
   Priority: 1

   Cheers,
   Giovanni Miano

   2006/1/5, Dov Bigio < [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>:

   Hi,

   I have developped an application that monitors the status of
   my queues through the events triggered on the Manager Interface.

   This way, I can know the status of my Agent real time.

   Now, I have a new requirement that I must allow a manager to
   click on the Agent he wants to monitor and be able to monitor
   the call.

   My idea was to, when the user clicks on the Agent, I would
   Originate a call between his extension and  the extension I
   have for ChanSpy, passing as parameter the Agent number.

   For testing this, I tried a call file on
   /var/spool/asterisk/outgoing

   Channel: SIP/dov.bigio  ---> This is me
   MaxRetries: 3
   RetryTime: 40
   WaitTime: 25
   Context: 01.telecom
   Application: ChanSpy
   Data: Agent/5450  -> This is the
   Agent I want to monitor
   Priority: 1
   The problem is that ChanSpy doesn't accept "Agent/" as
   parameter, just "Agent".
   Is there a way to ChanSpy a specific know Agent?
   (Or at least to send via dtmf the Agent Number I want to
   monitor right after the ChanSpy application is called?

   Thank you very much!
   Dov


   ___
   --Bandwidth and Colocation provided by Easynews.com
   <http://Easynews.com> --

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





   --
   Giovanni Miano



___
--Bandwidth and Colocation provided by Easynews.com --

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


___
--Bandwidth and Colocation provided by Easynews.com --

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



 


___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [asterisk-users] ChanSpy getting piled up

2010-09-01 Thread Jim Dickenson
chanspy as best I can tell from the code will not lock on a single device and 
when that device goes away exit. What is passed to chanspy is a template for a 
channel name. I submitted a patch to add option s so that chanspy would stop 
when the one channel I wanted to watch went away or I used * to stop.

https://issues.asterisk.org/view.php?id=14594
-- 
Jim Dickenson
mailto:dicken...@cfmc.com

CfMC
http://www.cfmc.com/



On Sep 1, 2010, at 6:24 AM, Rushikesh wrote:

> Hi list,
> 
> Im using asterisk  1.6.0.10 and have following dialplan for doing chanspy
> 
> [app-chanspy]
> include => app-chanspy-custom
> exten => 555,1,Read(SPYNUM,extension)
> exten => 555,2,ChanSpy(SIP/${SPYNUM},q)
> exten => 555,n,Hangup
> 
> 
> but if the channel is hang up or even destroyed the chanspy is not 
> getting killed.
> 
> asterisk >   core show channels verbose
> 
> .
> .
> .
> SIP/1009-b6c5b398from-internal555 2 Up  
> ChanSpy  SIP/1002,q1009
> 554:53:1 (None)
> SIP/1009-b5004908from-internal555 2 Up  
> ChanSpy  SIP/1002,q1009
> -571:-19 (None)
> SIP/1009-b50a4e30from-internal555 2 Up  
> ChanSpy  SIP/1002,q1009
> -571:-9: (None)
> SIP/1009-b50702a8from-internal555 2 Up  
> ChanSpy  SIP/1002,q1009
> -571:-5: (None)
> SIP/1009-09bafcd0from-internal555 2 Up  
> ChanSpy  SIP/1002,q1009
> -570:-57 (None)
> .
> .
> .
> 
> Is there a way to cleanup this ?
> 
> 
> Regards
> Rushikesh
> 
> -- 
> _
> -- 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


Re: [asterisk-users] ChanSpy getting piled up

2010-09-01 Thread Rushikesh
On Wednesday 01 September 2010 09:01 PM, Jim Dickenson wrote:
> chanspy as best I can tell from the code will not lock on a single device and 
> when that device goes away exit. What is passed to chanspy is a template for 
> a channel name. I submitted a patch to add option s so that chanspy would 
> stop when the one channel I wanted to watch went away or I used * to stop.
>
> https://issues.asterisk.org/view.php?id=14594
>
Hi Jim,

Thanks for your reply, Im a new user to asterisk and have very basic 
knowledge of it. by looking at patch I think you are suggesting me to 
apply the patch to asterisk source code and recompile my asterisk.

Actually this is a production system so I'm not sure whether my Boss 
will allow me to do it ;)  . Do you know any other work around for this 
?  As you said I need to stop chanspy once the channel wen away.


Regards,
Rushikesh

-- 
_
-- 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


Re: [asterisk-users] ChanSpy getting piled up

2010-09-01 Thread Jim Dickenson
I had the same need which is why I submitted the patch. I think the feature 
might finally be added to 1.8, it I remember correctly. I am not aware of any 
other way around this.
-- 
Jim Dickenson
mailto:dicken...@cfmc.com

CfMC
http://www.cfmc.com/



On Sep 1, 2010, at 9:12 AM, Rushikesh wrote:

> On Wednesday 01 September 2010 09:01 PM, Jim Dickenson wrote:
>> chanspy as best I can tell from the code will not lock on a single device 
>> and when that device goes away exit. What is passed to chanspy is a template 
>> for a channel name. I submitted a patch to add option s so that chanspy 
>> would stop when the one channel I wanted to watch went away or I used * to 
>> stop.
>> 
>> https://issues.asterisk.org/view.php?id=14594
>> 
> Hi Jim,
> 
> Thanks for your reply, Im a new user to asterisk and have very basic 
> knowledge of it. by looking at patch I think you are suggesting me to 
> apply the patch to asterisk source code and recompile my asterisk.
> 
> Actually this is a production system so I'm not sure whether my Boss 
> will allow me to do it ;)  . Do you know any other work around for this 
> ?  As you said I need to stop chanspy once the channel wen away.
> 
> 
> Regards,
> Rushikesh
> 
> -- 
> _
> -- 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


Re: [asterisk-users] chanspy for group extension

2015-03-11 Thread Carlos Chavez

On 3/11/15 12:48 PM, Salaheddine Elharit wrote:

hello list,

i use chanspy with the code below

[app-chanspy]
exten => _007.,1,Macro(user-callerid,)
exten => _007.,n,Answer
exten => _007.,n,Authenticate()
exten => _007.,n,ChanSpy(SIP/${EXTEN:3},dqs)
exten => _007.,n,Hangup



i have a question related to chanspy

i have created extension from 100 to 300 and i will give the 
permission with group of extension


i want to use chanspy like below

100=>199  with  Authenticate(1234)
200=>299  with  Authenticate(5678)
300=>399  with  Authenticate(8910)



Use a macro and pass the pin as a parameter:

[macro-chanspy]
exten => s,1,Authenticate(${ARG1})
exten => s,n,ChanSpy(SIP/${EXTEN:3},dqs)
exten => s,n,Hangup

[app-chanspy]
exten => _0071XX,Macro(chanspy,1234)
exten => _0072XX,Macro(chanspy,5678)
exten => _0073XX,Macro(chanspy,8910)

--
Telecomunicaciones Abiertas de México S.A. de C.V.
Carlos Chávez
+52 (55)9116-91161


--
_
-- 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


Re: [asterisk-users] chanspy for group extension

2015-03-12 Thread Salaheddine Elharit
thank you so much it work
you must add 1 like below

[app-chanspy]
exten => _0071XX,*1,*Macro(chanspy,1234)
exten => _0072XX,*1,*Macro(chanspy,5678)
exten => _0073XX,*1,*Macro(chanspy,8910)


best regards.

2015-03-11 19:48 GMT+00:00 Carlos Chavez :

> On 3/11/15 12:48 PM, Salaheddine Elharit wrote:
>
>> hello list,
>>
>> i use chanspy with the code below
>>
>> [app-chanspy]
>> exten => _007.,1,Macro(user-callerid,)
>> exten => _007.,n,Answer
>> exten => _007.,n,Authenticate()
>> exten => _007.,n,ChanSpy(SIP/${EXTEN:3},dqs)
>> exten => _007.,n,Hangup
>>
>>
>>
>> i have a question related to chanspy
>>
>> i have created extension from 100 to 300 and i will give the permission
>> with group of extension
>>
>> i want to use chanspy like below
>>
>> 100=>199  with  Authenticate(1234)
>> 200=>299  with  Authenticate(5678)
>> 300=>399  with  Authenticate(8910)
>>
>>
>>  Use a macro and pass the pin as a parameter:
>
> [macro-chanspy]
> exten => s,1,Authenticate(${ARG1})
> exten => s,n,ChanSpy(SIP/${EXTEN:3},dqs)
> exten => s,n,Hangup
>
> [app-chanspy]
> exten => _0071XX,Macro(chanspy,1234)
> exten => _0072XX,Macro(chanspy,5678)
> exten => _0073XX,Macro(chanspy,8910)
>
> --
> Telecomunicaciones Abiertas de México S.A. de C.V.
> Carlos Chávez
> +52 (55)9116-91161
>
>
> --
> _
> -- 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

Re: [asterisk-users] chanspy for group extension

2015-03-12 Thread Salaheddine Elharit
hello list,

i use the code below

[macro-chanspy]
exten => s,1,Authenticate(${ARG1})
exten => s,n,ChanSpy(SIP/${EXTEN:3},dqs)
exten => s,n,Hangup

app-chanspy]
exten => _0071XX,*1,*Macro(chanspy,1234)
exten => _0072XX,*1,*Macro(chanspy,5678)
exten => _0073XX,*1,*Macro(chanspy,8910)


but when i do 007100 for exemple i spy another agnet 102 or 103

any help please

thanks and regards



2015-03-12 10:30 GMT+00:00 Salaheddine Elharit :

> thank you so much it work
> you must add 1 like below
>
> [app-chanspy]
> exten => _0071XX,*1,*Macro(chanspy,1234)
> exten => _0072XX,*1,*Macro(chanspy,5678)
> exten => _0073XX,*1,*Macro(chanspy,8910)
>
>
> best regards.
>
> 2015-03-11 19:48 GMT+00:00 Carlos Chavez :
>
>> On 3/11/15 12:48 PM, Salaheddine Elharit wrote:
>>
>>> hello list,
>>>
>>> i use chanspy with the code below
>>>
>>> [app-chanspy]
>>> exten => _007.,1,Macro(user-callerid,)
>>> exten => _007.,n,Answer
>>> exten => _007.,n,Authenticate()
>>> exten => _007.,n,ChanSpy(SIP/${EXTEN:3},dqs)
>>> exten => _007.,n,Hangup
>>>
>>>
>>>
>>> i have a question related to chanspy
>>>
>>> i have created extension from 100 to 300 and i will give the permission
>>> with group of extension
>>>
>>> i want to use chanspy like below
>>>
>>> 100=>199  with  Authenticate(1234)
>>> 200=>299  with  Authenticate(5678)
>>> 300=>399  with  Authenticate(8910)
>>>
>>>
>>>  Use a macro and pass the pin as a parameter:
>>
>> [macro-chanspy]
>> exten => s,1,Authenticate(${ARG1})
>> exten => s,n,ChanSpy(SIP/${EXTEN:3},dqs)
>> exten => s,n,Hangup
>>
>> [app-chanspy]
>> exten => _0071XX,Macro(chanspy,1234)
>> exten => _0072XX,Macro(chanspy,5678)
>> exten => _0073XX,Macro(chanspy,8910)
>>
>> --
>> Telecomunicaciones Abiertas de México S.A. de C.V.
>> Carlos Chávez
>> +52 (55)9116-91161
>>
>>
>> --
>> _
>> -- 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

Re: [asterisk-users] chanspy for group extension

2015-03-12 Thread Administrator TOOTAI

Hi,

Le 12/03/2015 17:28, Salaheddine Elharit a écrit :

hello list,

i use the code below

[macro-chanspy]
exten => s,1,Authenticate(${ARG1})
exten => s,n,ChanSpy(SIP/${EXTEN:3},__dqs)


Here you have a problem: ${EXTEN} value is s

[...]

Daniel

--
_
-- 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


Re: [asterisk-users] chanspy for group extension

2015-03-12 Thread Eric Wieling
This is one of the drawbacks to using macros.  There are workarounds for 
macros, but the correct solution is use the Gosub / Return dialplan applications

-Original Message-
From: asterisk-users-boun...@lists.digium.com 
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Administrator 
TOOTAI
Sent: Thursday, March 12, 2015 2:19 PM
To: asterisk-users@lists.digium.com
Subject: Re: [asterisk-users] chanspy for group extension

Hi,

Le 12/03/2015 17:28, Salaheddine Elharit a écrit :
> hello list,
>
> i use the code below
>
> [macro-chanspy]
> exten => s,1,Authenticate(${ARG1})
> exten => s,n,ChanSpy(SIP/${EXTEN:3},__dqs)

Here you have a problem: ${EXTEN} value is s

[...]

Daniel

-- 
_
-- 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


Re: [asterisk-users] chanspy for group extension

2015-03-12 Thread Carlos Chavez

On 3/12/15 12:19 PM, Administrator TOOTAI wrote:

Hi,

Le 12/03/2015 17:28, Salaheddine Elharit a écrit :

hello list,

i use the code below

[macro-chanspy]
exten => s,1,Authenticate(${ARG1})
exten => s,n,ChanSpy(SIP/${EXTEN:3},__dqs)


Here you have a problem: ${EXTEN} value is s

[...]

Daniel

Oops, my bad, that should have been ${MACRO_EXTEN} so it gets the vaule 
of the extension that was dialed.


--
Telecomunicaciones Abiertas de México S.A. de C.V.
Carlos Chávez
+52 (55)9116-91161

-- 
_
-- 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

Re: [asterisk-users] chanspy for group extension

2015-03-12 Thread Salaheddine Elharit
thank you but could you please tell me how can i put it

thanks and regards

2015-03-12 18:19 GMT+00:00 Administrator TOOTAI :

> Hi,
>
> Le 12/03/2015 17:28, Salaheddine Elharit a écrit :
>
>> hello list,
>>
>> i use the code below
>>
>> [macro-chanspy]
>> exten => s,1,Authenticate(${ARG1})
>> exten => s,n,ChanSpy(SIP/${EXTEN:3},__dqs)
>>
>
> Here you have a problem: ${EXTEN} value is s
>
> [...]
>
> Daniel
>
>
> --
> _
> -- 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

Re: [asterisk-users] chanspy for group extension

2015-03-13 Thread Eric Wieling
Using Gosub / Return is well documented on voip-info.org, Asterisk The 
Definitive Guide, and many other places.  Rehashing it on the mailing list 
would not be helpful.

From: asterisk-users-boun...@lists.digium.com 
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Salaheddine 
Elharit
Sent: Thursday, March 12, 2015 2:40 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] chanspy for group extension

thank you but could you please tell me how can i put it

thanks and regards

2015-03-12 18:19 GMT+00:00 Administrator TOOTAI 
mailto:ad...@tootai.net>>:
Hi,

Le 12/03/2015 17:28, Salaheddine Elharit a écrit :
hello list,

i use the code below

[macro-chanspy]
exten => s,1,Authenticate(${ARG1})
exten => s,n,ChanSpy(SIP/${EXTEN:3},__dqs)

Here you have a problem: ${EXTEN} value is s

[...]

Daniel


--
_
-- 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

Re: [asterisk-users] chanspy for group extension

2015-03-13 Thread Salaheddine Elharit
thank you so much Carlos ;the issue has been solved

Best Regards.

2015-03-12 18:40 GMT+00:00 Salaheddine Elharit :

> thank you but could you please tell me how can i put it
>
> thanks and regards
>
> 2015-03-12 18:19 GMT+00:00 Administrator TOOTAI :
>
>> Hi,
>>
>> Le 12/03/2015 17:28, Salaheddine Elharit a écrit :
>>
>>> hello list,
>>>
>>> i use the code below
>>>
>>> [macro-chanspy]
>>> exten => s,1,Authenticate(${ARG1})
>>> exten => s,n,ChanSpy(SIP/${EXTEN:3},__dqs)
>>>
>>
>> Here you have a problem: ${EXTEN} value is s
>>
>> [...]
>>
>> Daniel
>>
>>
>> --
>> _
>> -- 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

Re: [Asterisk-Users] ChanSpy - Should I repatch it ?

2005-01-05 Thread Listas
Julian,
I'm also following this issue, so I guess you're not alone in the universe,
even more I'm not sure why nobody's following this issue usefull as it
seems.

Anyway we'll probably start working on it soon if this happens I'll let you
know.

What I'm not sure is why this didn't make it to the CVS...

bye,
Matt
- Original Message - 
From: "Asterisk" <[EMAIL PROTECTED]>
To: "'Asterisk Users Mailing List - Non-Commercial Discussion'"

Sent: Tuesday, January 04, 2005 1:48 PM
Subject: [Asterisk-Users] ChanSpy - Should I repatch it ?


> With the deafening silence from my previous questions, I feel seriously
> alone in the desire to have ChanSpy available.
>
> I want to be able to perform a "ZapBarge" on an Agents conversation, and
> ChanSpy was the answer to my prayers.
>
> Bug #2379 (http://bugs.digium.com/bug_view_page.php?bug_id=0002379) was
> closed "bkw918 10-27-04 17:06 Closed pending new changes in cvs-head."
>
> These changes do not seem to be in CVS-HEAD as of today.
>
> Do I need to make the old patch work against current CVS-HEAD, or is it
> going to be available sometime ?
>
> I hope that I am not coming across as being awkward, I am more than happy
to
> put in the work to make this patch work with CVS HEAD. I just don't want
to
> do the work if someone else already is!
>
> Brian - I know that you are busy, please accept my apologies for any grief
> this may cause.
>
> Julian
>
> ___
> Asterisk-Users mailing list
> Asterisk-Users@lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
>http://lists.digium.com/mailman/listinfo/asterisk-users

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


Re: [Asterisk-Users] ChanSpy by anthm and more...

2004-09-05 Thread Steve Totaro
BRAVO!

- Original Message - 
From: "Brian West" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, September 05, 2004 1:26 PM
Subject: [Asterisk-Users] ChanSpy by anthm and more...


> Everyone we have a few new things to give back to the asterisk community.
>
> http://bugs.digium.com/bug_view_page.php?bug_id=0002379
> http://bugs.digium.com/bug_view_page.php?bug_id=0002380
> http://bugs.digium.com/bug_view_page.php?bug_id=0002381
>
> These include app_chanspy, the ability to spy on ANY bridged call taking
> place inside asterisk.  NOT just ZAP as with ZapScan/Barge.
>
> Native format_* files being used for moh.  Reload enabled res_musiconhold.
>
> format_mp3.c that produces SLNR output to asterisk, format_slinear.c for
raw
> headerless audio, format_base65_wav_gsm.c aka wav49 held in a base64
> containers(it can read and playback from these .b64 files)
>
> All this is thanks to my employer asterlink.com and anthm.
>
> So everyone please test and provide feedback.
>
> Thanks,
> Brian
> Asterlink.com
> PS: More to come at a later date.
>
> ___
> Asterisk-Users mailing list
> [EMAIL PROTECTED]
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
>http://lists.digium.com/mailman/listinfo/asterisk-users
>

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] ChanSpy by anthm and more...

2004-09-05 Thread Brandon Patterson (peering)
Brian: Now the U.S. Law Enforcement guys will be happy.
Sorry but I could not resist the comment. Thanks it will help
people testing.


> http://bugs.digium.com/bug_view_page.php?bug_id=0002379
> http://bugs.digium.com/bug_view_page.php?bug_id=0002380
> http://bugs.digium.com/bug_view_page.php?bug_id=0002381

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] ChanSpy by anthm and more...

2004-09-05 Thread Brian West
Also don't forget to visit us at Astricon... :)

Brian
Asterlink.com

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:asterisk-users-
> [EMAIL PROTECTED] On Behalf Of Brian West
> Sent: Sunday, September 05, 2004 12:26 PM
> To: [EMAIL PROTECTED]
> Subject: [Asterisk-Users] ChanSpy by anthm and more...
> 
> Everyone we have a few new things to give back to the asterisk community.
> 
> http://bugs.digium.com/bug_view_page.php?bug_id=0002379
> http://bugs.digium.com/bug_view_page.php?bug_id=0002380
> http://bugs.digium.com/bug_view_page.php?bug_id=0002381
> 
> These include app_chanspy, the ability to spy on ANY bridged call taking
> place inside asterisk.  NOT just ZAP as with ZapScan/Barge.
> 
> Native format_* files being used for moh.  Reload enabled res_musiconhold.
> 
> format_mp3.c that produces SLNR output to asterisk, format_slinear.c for
> raw
> headerless audio, format_base65_wav_gsm.c aka wav49 held in a base64
> containers(it can read and playback from these .b64 files)
> 
> All this is thanks to my employer asterlink.com and anthm.
> 
> So everyone please test and provide feedback.
> 
> Thanks,
> Brian
> Asterlink.com
> PS: More to come at a later date.
> 
> ___
> Asterisk-Users mailing list
> [EMAIL PROTECTED]
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
>http://lists.digium.com/mailman/listinfo/asterisk-users

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] ChanSpy by anthm and more...

2004-09-05 Thread Brian West
http://bugs.digium.com/bug_view_page.php?bug_id=0002384

Also res_sqlite is out... :)

bkw

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:asterisk-users-
> [EMAIL PROTECTED] On Behalf Of Brian West
> Sent: Sunday, September 05, 2004 12:57 PM
> To: 'Asterisk Users Mailing List - Non-Commercial Discussion'
> Subject: RE: [Asterisk-Users] ChanSpy by anthm and more...
> 
> Also don't forget to visit us at Astricon... :)
> 
> Brian
> Asterlink.com
> 
> > -Original Message-
> > From: [EMAIL PROTECTED] [mailto:asterisk-users-
> > [EMAIL PROTECTED] On Behalf Of Brian West
> > Sent: Sunday, September 05, 2004 12:26 PM
> > To: [EMAIL PROTECTED]
> > Subject: [Asterisk-Users] ChanSpy by anthm and more...
> >
> > Everyone we have a few new things to give back to the asterisk
> community.
> >
> > http://bugs.digium.com/bug_view_page.php?bug_id=0002379
> > http://bugs.digium.com/bug_view_page.php?bug_id=0002380
> > http://bugs.digium.com/bug_view_page.php?bug_id=0002381
> >
> > These include app_chanspy, the ability to spy on ANY bridged call taking
> > place inside asterisk.  NOT just ZAP as with ZapScan/Barge.
> >
> > Native format_* files being used for moh.  Reload enabled
> res_musiconhold.
> >
> > format_mp3.c that produces SLNR output to asterisk, format_slinear.c for
> > raw
> > headerless audio, format_base65_wav_gsm.c aka wav49 held in a base64
> > containers(it can read and playback from these .b64 files)
> >
> > All this is thanks to my employer asterlink.com and anthm.
> >
> > So everyone please test and provide feedback.
> >
> > Thanks,
> > Brian
> > Asterlink.com
> > PS: More to come at a later date.
> >
> > ___
> > Asterisk-Users mailing list
> > [EMAIL PROTECTED]
> > http://lists.digium.com/mailman/listinfo/asterisk-users
> > To UNSUBSCRIBE or update options visit:
> >http://lists.digium.com/mailman/listinfo/asterisk-users
> 
> ___
> Asterisk-Users mailing list
> [EMAIL PROTECTED]
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
>http://lists.digium.com/mailman/listinfo/asterisk-users

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] ChanSpy by anthm and more...

2004-09-05 Thread Kannaiyan Natesan
Does it removes the need of external databases (mysql, postgres) or it will 
work with existing databases?

-Kannaiyan
- Original Message - 
From: "Brian West" <[EMAIL PROTECTED]>
To: "'Asterisk Users Mailing List - Non-Commercial Discussion'" 
<[EMAIL PROTECTED]>
Sent: Sunday, September 05, 2004 7:04 PM
Subject: RE: [Asterisk-Users] ChanSpy by anthm and more...


http://bugs.digium.com/bug_view_page.php?bug_id=0002384
Also res_sqlite is out... :)
bkw
-Original Message-
From: [EMAIL PROTECTED] [mailto:asterisk-users-
[EMAIL PROTECTED] On Behalf Of Brian West
Sent: Sunday, September 05, 2004 12:57 PM
To: 'Asterisk Users Mailing List - Non-Commercial Discussion'
Subject: RE: [Asterisk-Users] ChanSpy by anthm and more...
Also don't forget to visit us at Astricon... :)
Brian
Asterlink.com
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:asterisk-users-
> [EMAIL PROTECTED] On Behalf Of Brian West
> Sent: Sunday, September 05, 2004 12:26 PM
> To: [EMAIL PROTECTED]
> Subject: [Asterisk-Users] ChanSpy by anthm and more...
>
> Everyone we have a few new things to give back to the asterisk
community.
>
> http://bugs.digium.com/bug_view_page.php?bug_id=0002379
> http://bugs.digium.com/bug_view_page.php?bug_id=0002380
> http://bugs.digium.com/bug_view_page.php?bug_id=0002381
>
> These include app_chanspy, the ability to spy on ANY bridged call 
> taking
> place inside asterisk.  NOT just ZAP as with ZapScan/Barge.
>
> Native format_* files being used for moh.  Reload enabled
res_musiconhold.
>
> format_mp3.c that produces SLNR output to asterisk, format_slinear.c 
> for
> raw
> headerless audio, format_base65_wav_gsm.c aka wav49 held in a base64
> containers(it can read and playback from these .b64 files)
>
> All this is thanks to my employer asterlink.com and anthm.
>
> So everyone please test and provide feedback.
>
> Thanks,
> Brian
> Asterlink.com
> PS: More to come at a later date.
>
> ___
> Asterisk-Users mailing list
> [EMAIL PROTECTED]
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
>http://lists.digium.com/mailman/listinfo/asterisk-users

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] ChanSpy by anthm and more...

2004-09-05 Thread Brian West
No it doesn't its just a nice standalone res that allows you to use SQLite
from the dialplan, cli and as a CDR engine and sqlite_Switch.

Its great for a standalone pbx because you can do something like this:

exten => s,1,SQL(SELECT total,balance,lastpaydate FROM customers WHERE
callerid=\'${CALLERIDNUM}\')
exten => s,2,Playback(your-balance-is)
exten => s,3,SayNumber(${balance})
exten => s,4,Playback(dollars)

or something crazy like that.. It turns the first row into channel vars and
you cam use those.  This is a lot more powerful and flexible than
DBget/DBput.


Also say you want to do the same query from the CLI 

asterisk*CLI> sql use cdr
asterisk*CLI>
now using /var/lib/asterisk/sqlite/cdr.db

asterisk*CLI> select count(1) from cdr;
asterisk*CLI>

|count(1)|
|131|

Brian
Asterlink.com


> -Original Message-
> From: [EMAIL PROTECTED] [mailto:asterisk-users-
> [EMAIL PROTECTED] On Behalf Of Kannaiyan Natesan
> Sent: Sunday, September 05, 2004 3:41 PM
> To: Asterisk Users Mailing List - Non-Commercial Discussion
> Subject: Re: [Asterisk-Users] ChanSpy by anthm and more...
> 
> Does it removes the need of external databases (mysql, postgres) or it
> will
> work with existing databases?
> 
> -Kannaiyan
> 
> 
> - Original Message -
> From: "Brian West" <[EMAIL PROTECTED]>
> To: "'Asterisk Users Mailing List - Non-Commercial Discussion'"
> <[EMAIL PROTECTED]>
> Sent: Sunday, September 05, 2004 7:04 PM
> Subject: RE: [Asterisk-Users] ChanSpy by anthm and more...
> 
> 
> > http://bugs.digium.com/bug_view_page.php?bug_id=0002384
> >
> > Also res_sqlite is out... :)
> >
> > bkw
> >
> >> -Original Message-
> >> From: [EMAIL PROTECTED] [mailto:asterisk-users-
> >> [EMAIL PROTECTED] On Behalf Of Brian West
> >> Sent: Sunday, September 05, 2004 12:57 PM
> >> To: 'Asterisk Users Mailing List - Non-Commercial Discussion'
> >> Subject: RE: [Asterisk-Users] ChanSpy by anthm and more...
> >>
> >> Also don't forget to visit us at Astricon... :)
> >>
> >> Brian
> >> Asterlink.com
> >>
> >> > -Original Message-
> >> > From: [EMAIL PROTECTED] [mailto:asterisk-users-
> >> > [EMAIL PROTECTED] On Behalf Of Brian West
> >> > Sent: Sunday, September 05, 2004 12:26 PM
> >> > To: [EMAIL PROTECTED]
> >> > Subject: [Asterisk-Users] ChanSpy by anthm and more...
> >> >
> >> > Everyone we have a few new things to give back to the asterisk
> >> community.
> >> >
> >> > http://bugs.digium.com/bug_view_page.php?bug_id=0002379
> >> > http://bugs.digium.com/bug_view_page.php?bug_id=0002380
> >> > http://bugs.digium.com/bug_view_page.php?bug_id=0002381
> >> >
> >> > These include app_chanspy, the ability to spy on ANY bridged call
> >> > taking
> >> > place inside asterisk.  NOT just ZAP as with ZapScan/Barge.
> >> >
> >> > Native format_* files being used for moh.  Reload enabled
> >> res_musiconhold.
> >> >
> >> > format_mp3.c that produces SLNR output to asterisk, format_slinear.c
> >> > for
> >> > raw
> >> > headerless audio, format_base65_wav_gsm.c aka wav49 held in a base64
> >> > containers(it can read and playback from these .b64 files)
> >> >
> >> > All this is thanks to my employer asterlink.com and anthm.
> >> >
> >> > So everyone please test and provide feedback.
> >> >
> >> > Thanks,
> >> > Brian
> >> > Asterlink.com
> >> > PS: More to come at a later date.
> >> >
> >> > ___
> >> > Asterisk-Users mailing list
> >> > [EMAIL PROTECTED]
> >> > http://lists.digium.com/mailman/listinfo/asterisk-users
> >> > To UNSUBSCRIBE or update options visit:
> >> >http://lists.digium.com/mailman/listinfo/asterisk-users
> >>
> >> ___
> >> Asterisk-Users mailing list
> >> [EMAIL PROTECTED]
> >> http://lists.digium.com/mailman/listinfo/asterisk-users
> >> To UNSUBSCRIBE or update options visit:
> >>http://lists.digium.com/mailman/listinfo/asterisk-users
> >
> > ___
> > Asterisk-Users mailing list
> > [EMAIL PROTECTED]
> > http://lists.digium.com/mailman/listinfo/asterisk-users
> > To UNSUBSCRIBE or update options visit:
> >   http://lists.digium.com/mailman/listinfo/asterisk-users
> >
> >
> 
> 
> ___
> Asterisk-Users mailing list
> [EMAIL PROTECTED]
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
>http://lists.digium.com/mailman/listinfo/asterisk-users

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] ChanSpy by anthm and more...

2004-09-05 Thread Florian Overkamp
Hi,

> - Original Message -
> From: "Brian West" <[EMAIL PROTECTED]>
> To: "'Asterisk Users Mailing List - Non-Commercial Discussion'" 
> <[EMAIL PROTECTED]>
> Sent: Sunday, September 05, 2004 7:04 PM
> Subject: RE: [Asterisk-Users] ChanSpy by anthm and more...
> 
> 
> > http://bugs.digium.com/bug_view_page.php?bug_id=0002384
> >
> > Also res_sqlite is out... :)

Looks like a cool app. Confusing though, using the application name SQL for
this. IMO, if you want to use SQL, there should really be some form of
database independent access so I can also point it at other database types.

Florian

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] ChanSpy by anthm and more...

2004-09-06 Thread Kannaiyan Natesan
How do you think about adding array to pbx variable so that it will be 
complete.

exten => s,3,SayNumber(${missedcall}[${i}])
-Kannaiyan
- Original Message - 
From: "Brian West" <[EMAIL PROTECTED]>
To: "'Asterisk Users Mailing List - Non-Commercial Discussion'" 
<[EMAIL PROTECTED]>
Sent: Sunday, September 05, 2004 10:02 PM
Subject: RE: [Asterisk-Users] ChanSpy by anthm and more...


No it doesn't its just a nice standalone res that allows you to use SQLite
from the dialplan, cli and as a CDR engine and sqlite_Switch.
Its great for a standalone pbx because you can do something like this:
exten => s,1,SQL(SELECT total,balance,lastpaydate FROM customers WHERE
callerid=\'${CALLERIDNUM}\')
exten => s,2,Playback(your-balance-is)
exten => s,3,SayNumber(${balance})
exten => s,4,Playback(dollars)
or something crazy like that.. It turns the first row into channel vars 
and
you cam use those.  This is a lot more powerful and flexible than
DBget/DBput.

Also say you want to do the same query from the CLI
asterisk*CLI> sql use cdr
asterisk*CLI>
now using /var/lib/asterisk/sqlite/cdr.db
asterisk*CLI> select count(1) from cdr;
asterisk*CLI>
|count(1)|
|131|
Brian
Asterlink.com

-Original Message-
From: [EMAIL PROTECTED] [mailto:asterisk-users-
[EMAIL PROTECTED] On Behalf Of Kannaiyan Natesan
Sent: Sunday, September 05, 2004 3:41 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [Asterisk-Users] ChanSpy by anthm and more...
Does it removes the need of external databases (mysql, postgres) or it
will
work with existing databases?
-Kannaiyan
- Original Message -
From: "Brian West" <[EMAIL PROTECTED]>
To: "'Asterisk Users Mailing List - Non-Commercial Discussion'"
<[EMAIL PROTECTED]>
Sent: Sunday, September 05, 2004 7:04 PM
Subject: RE: [Asterisk-Users] ChanSpy by anthm and more...
> http://bugs.digium.com/bug_view_page.php?bug_id=0002384
>
> Also res_sqlite is out... :)
>
> bkw
>
>> -Original Message-
>> From: [EMAIL PROTECTED] [mailto:asterisk-users-
>> [EMAIL PROTECTED] On Behalf Of Brian West
>> Sent: Sunday, September 05, 2004 12:57 PM
>> To: 'Asterisk Users Mailing List - Non-Commercial Discussion'
>> Subject: RE: [Asterisk-Users] ChanSpy by anthm and more...
>>
>> Also don't forget to visit us at Astricon... :)
>>
>> Brian
>> Asterlink.com
>>
>> > -Original Message-
>> > From: [EMAIL PROTECTED] 
>> > [mailto:asterisk-users-
>> > [EMAIL PROTECTED] On Behalf Of Brian West
>> > Sent: Sunday, September 05, 2004 12:26 PM
>> > To: [EMAIL PROTECTED]
>> > Subject: [Asterisk-Users] ChanSpy by anthm and more...
>> >
>> > Everyone we have a few new things to give back to the asterisk
>> community.
>> >
>> > http://bugs.digium.com/bug_view_page.php?bug_id=0002379
>> > http://bugs.digium.com/bug_view_page.php?bug_id=0002380
>> > http://bugs.digium.com/bug_view_page.php?bug_id=0002381
>> >
>> > These include app_chanspy, the ability to spy on ANY bridged call
>> > taking
>> > place inside asterisk.  NOT just ZAP as with ZapScan/Barge.
>> >
>> > Native format_* files being used for moh.  Reload enabled
>> res_musiconhold.
>> >
>> > format_mp3.c that produces SLNR output to asterisk, format_slinear.c
>> > for
>> > raw
>> > headerless audio, format_base65_wav_gsm.c aka wav49 held in a base64
>> > containers(it can read and playback from these .b64 files)
>> >
>> > All this is thanks to my employer asterlink.com and anthm.
>> >
>> > So everyone please test and provide feedback.
>> >
>> > Thanks,
>> > Brian
>> > Asterlink.com
>> > PS: More to come at a later date.
>> >
>> > ___
>> > Asterisk-Users mailing list
>> > [EMAIL PROTECTED]
>> > http://lists.digium.com/mailman/listinfo/asterisk-users
>> > To UNSUBSCRIBE or update options visit:
>> >http://lists.digium.com/mailman/listinfo/asterisk-users
>>
>> ___
>> Asterisk-Users mailing list
>> [EMAIL PROTECTED]
>> http://lists.digium.com/mailman/listinfo/asterisk-users
>> To UNSUBSCRIBE or update options visit:
>>http://lists.digium.com/mailman/listinfo/asterisk-users
>
> ___
> Asterisk-Users mailing list
> [EMAIL PROTECTED]
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update optio

Re: [Asterisk-Users] ChanSpy and Sipura 2100 jitter.

2005-09-27 Thread Trey Blancher
I get this with Sipura 2000/2002s, but only half of the conversation
sounds distorted.  The actual SIP user  on our end sounds
clear, it's the other end that's distorted, sometimes garbled
unintelligibly.   Some of our calls bridge an outside (Zap)
user to another outside user (usually IAX2, will be Zap in the near
future), and in that case both sides are distorted.  I'm pretty
sure our LAN is 100Mbps (looking at the spec sheets for the Sipura
boxes I can't tell if their network interfaces are 10Mbps or
100Mbps).  I know our network switches are 10/100Mbps.On 8/12/05, Script Head <[EMAIL PROTECTED]> wrote:
I have an analog phone connected to a Sipura 2100 which in turnconnecteds to * over a 100mbps LAN. When I do ChanSpy on a bridged
call, it causes massive jitter. When I attempt ChanSpy with aGrandstream GXP-2000 the monitored call is clear. Has anyone had thishappen? Any suggestions?ScriptHead___
Asterisk-Users mailing listAsterisk-Users@lists.digium.comhttp://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:   http://lists.digium.com/mailman/listinfo/asterisk-users
-- Trey BlancherSystems Administrator, USA Debt Management LLC(800)621-7806 ext 8601
___
--Bandwidth and Colocation sponsored by Easynews.com --

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

Re: [Asterisk-Users] ChanSpy and Sipura 2100 jitter.

2005-09-27 Thread Domjan Attila
I have the same problem with monitor application to. The sjphone does
not send periodically the rtp packets when the soundcard buffer is 32ms.
I set the buffer 4ms and num of buffers 5, after everything is ok. I
think the problem is similar with the sipura.
Another workaround, try the sip jitterbuffer, however it's not stable
yet. The jitterbuffer had eliminated this problem, but I removed after
the first crash...
A


On Tue, 2005-09-27 at 16:32 -0500, Trey Blancher wrote:
> I get this with Sipura 2000/2002s, but only half of the conversation
> sounds distorted.  The actual SIP user  on our end sounds clear, it's
> the other end that's distorted, sometimes garbled unintelligibly.
> Some of our calls bridge an outside (Zap) user to another outside user
> (usually IAX2, will be Zap in the near future), and in that case both
> sides are distorted.  I'm pretty sure our LAN is 100Mbps (looking at
> the spec sheets for the Sipura boxes I can't tell if their network
> interfaces are 10Mbps or 100Mbps).  I know our network switches are
> 10/100Mbps.
> 
> On 8/12/05, Script Head <[EMAIL PROTECTED]> wrote:
> I have an analog phone connected to a Sipura 2100 which in
> turn
> connecteds to * over a 100mbps LAN. When I do ChanSpy on a
> bridged 
> call, it causes massive jitter. When I attempt ChanSpy with a
> Grandstream GXP-2000 the monitored call is clear. Has anyone
> had this
> happen? Any suggestions?
> 
> ScriptHead
> ___ 
> Asterisk-Users mailing list
> Asterisk-Users@lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
>http://lists.digium.com/mailman/listinfo/asterisk-users
> 
> 
> 
> -- 
> Trey Blancher
> Systems Administrator, USA Debt Management LLC
> (800)621-7806 ext 8601 
> ___
> --Bandwidth and Colocation sponsored by Easynews.com --
> 
> Asterisk-Users mailing list
> Asterisk-Users@lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
>http://lists.digium.com/mailman/listinfo/asterisk-users
-- 
Domjan Attila <[EMAIL PROTECTED]>

___
--Bandwidth and Colocation sponsored by Easynews.com --

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


Re: [asterisk-users] Chanspy crashing the server, again

2006-09-18 Thread Moises Silva

Are you sure you deleted all the old asterisk modules when upgrading?

On 9/18/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:



I upgraded to 1.2.12.1 - the problem is much, MUCH worse. Before, it was
once or twice per week, now EVERY TIME someone uses chanspy it crashes the
machine.

Anyone with any ideas? This is killing me.
 
 Check Out the new free AIM(R) Mail -- 2 GB of storage and industry-leading
spam and email virus protection.

___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:

http://lists.digium.com/mailman/listinfo/asterisk-users






--
"Su nombre es GNU/Linux, no solamente Linux, mas info en http://www.gnu.org";
___
--Bandwidth and Colocation provided by Easynews.com --

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


RE: [asterisk-users] Chanspy crashing the server, again

2006-09-18 Thread Richard



I am experiencing the same 
problem.
 


From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf Of 
[EMAIL PROTECTED]Sent: Monday, September 18, 2006 10:03 
AMTo: asterisk-users@lists.digium.comSubject: 
[asterisk-users] Chanspy crashing the server, again

I upgraded to 1.2.12.1 - the problem is much, MUCH worse. Before, it was 
once or twice per week, now EVERY TIME someone uses chanspy it crashes the 
machine.
 
Anyone with any ideas? This is killing me. 


Check Out the new free AIM(R) Mail -- 2 GB of storage 
and industry-leading spam and email virus protection.
___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [asterisk-users] Chanspy crashing the server, again

2006-09-18 Thread James Texter
Title: Re: [asterisk-users] Chanspy crashing the server, again



Anybody have a backtrace?


On 9/18/06 9:23 AM, "Richard" <[EMAIL PROTECTED]> wrote:

I am experiencing the same problem.
 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]
Sent: Monday, September 18, 2006 10:03 AM
To: asterisk-users@lists.digium.com
Subject: [asterisk-users] Chanspy crashing the server, again

I upgraded to 1.2.12.1 - the problem is much, MUCH worse. Before, it was once or twice per week, now EVERY TIME someone uses chanspy it crashes the machine.
 
Anyone with any ideas? This is killing me. 
Check Out the new free AIM(R) Mail   -- 2 GB of storage and industry-leading spam and email virus protection.

___
--Bandwidth and Colocation provided by Easynews.com --

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


-- 
James Texter






___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [asterisk-users] Chanspy crashing the server, again

2006-09-18 Thread Joshua Colp
Do you have a backtrace so we can see where it crashed and have you reported a bug with the backtrace?Joshua ColpSoftware DeveloperDigium, Inc.- Original Message -From: [EMAIL PROTECTED]To: asterisk-users@lists.digium.comSent: Monday, September 18, 2006 11:45:14 AM GMT-0800Subject: [asterisk-users] Chanspy crashing the server, again
Yes, I deleted the old modules. All the modules come up listed as the date of the upgrade.


 


 


 


 



Check Out the new free AIM(R) Mail -- 2 GB of storage and industry-leading spam and email virus protection.


___
--Bandwidth and Colocation provided by Easynews.com --

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


  1   2   >