search for: spygroup

Displaying 14 results from an estimated 14 matches for "spygroup".

Did you mean: mygroup
2011 Oct 18
1
Chanspy() not working with group in asterisk 1.4.42
...****) exten => 43681111,n,Set(GROUP(${CHANNEL})=spy) exten => 43681111,n,Set(a=${GROUP_LIST(spy)}) exten => 43681111,n,Set(b=${GROUP_LIST()}) exten => 43681111,n,Konference(VADSTR) b) spy will dial it to spy the channels exten => 43681156,1,Answer() exten => 43681156,n,NoOp(***${SPYGROUP}****) exten => 43681156,n,Set(SPYGROUP=spy) exten => 43681156,n,NoOp(***${SPYGROUP}****) exten => 43681156,n,ChanSpy(DAHDI,g(spy)) exten => 43681156,n,Hangup() when I used chanspy without option then It works like Chanspy(DAHDI) Any help will be appreciated ----- Thanks and regards...
2008 Apr 16
2
Using Chanspy
Hi, I`m trying to use Chanspy for a customer that wants to listen to his employees so he can train them better (or so he claims). In any case, it looks simple but there is something I`m not doing right. When a call is incoming, I set SPYGROUP using Set(SPYGROUP=1234) When I use, on another phone, Chanspy(|qg(1234)) Which should allow me to listen to conversations that hit the first (Set SPYGROUP) line. Well, it's hit and miss. Sometimes it does, sometimes it doesn't, and sometimes it even kill me original communication. W...
2004 Nov 22
3
ChanSpy
Anyone know why chanspy was not included in asterisk distribution as of October. ? I tried patching my current 1.0 but seems the patches are for an older version. I posted a bounty of $250 to get this to work with the newest stable. Needs be able to monitor bridged sip calls with or without a monitoring beep. Thanks John Bittner Simlab.net
2008 Apr 03
1
Sending audio to a channel
...il Exten: 1000 Priority: 1 Callerid: Pager <1000> Variable: mailbox=$mailbox_user I am using perl to originate so lets say mailbox 80085 left a message for 8675309 $mailbox_user would contain 8675309 everyone that is logged onto the system is part of there own spygroup the spygroup is always the mailbox number. This works when it doesn't crash Asterisk or the application does not get stuck on extenspy for hours and hours. Is there anyway to have an application that can just send audio to a channel without having to use extenspy (it's sort of overkill fo...
2008 Apr 16
2
extenspy and chanspy
...hat call. ExtenSpy(<exten>@<context>) seems like the obvious first choice but it requires a context and an extension. I think that can work for scenario 2 but not scenario 1, yes? An extension "answering" a call doesn't have a context does it? Alternatively I could use SPYGROUP and assign a SPYGROUP when an outbound call is made but I think I would need some way for Dial to set a SPYGROUP when an extension answers wouldn't I? Does anyone have an implementation of this they'd like to share? b. -------------- next part -------------- A non-text attachment was scr...
2009 Sep 29
3
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
2009 Apr 30
1
ExtenSpy d option 1.6
...5 = whisper mode + 6 = barge mode + g(grp) - Only spy on channels in which one or more of the groups + listed in 'grp' matches one or more groups from the + SPYGROUP variable set on the channel to be spied upon. + Note that both 'grp' and SPYGROUP can contain either a + single group or a colon-delimited list of groups, such + as 'sales:support:accounting'....
2011 Aug 19
0
ChanSpy on 1.6.2.20
Hi, I just realized my ChanSpy did not work anymore. I had 1.6.2.18, tried going to 1.6.2.20, I only get silence. I realize this is because I can`t find the channels to listen to, but my dialplan looks fine. Relevant portions: Exten => 1,1,Set(SPYGROUP=test-1234) . Exten => 2,1,ChanSpy(all,g(test)bq) The way I understand it is that ChanSpy will spy on all channels with a SPYGROUP value beginning with test (including my test-1234 one) Am I missing something? Mike -------------- next part -------------- An HTML att...
2011 Aug 15
0
1.4.38 passing a Regular expression containing a pipe character to a macro ?
..., I've tried escaping the pipe character without any help. My Test Macro [macro-jktest1] ; ${ARG1} - Org ID/CustGroup ; ${ARG2} - Group to use for spying ; ${ARG3} - Target to Spy/Barge on ; ${ARG4} - Users allowed to use the Macro exten => s,1,Set(OrgID=${ARG1}) exten => s,n,Set(SpyGroup=${ARG2}) exten => s,n,Set(Target=${ARG3}) exten => s,n,Set(AllowedUsers=${ARG4}) exten => s,n,NoOP(AllowedUsers:${AllowedUsers} Arg5:${ARG5} Arg6:${ARG6} ) exten => s,n,Set(caller1=${CDR(accountcode)}) exten => s,n,Set(Caller=${CUT(caller1,-,3)}) exten => s,n,GotoIf($[${Caller} =~...
2008 Nov 18
1
How to Barge specific extensions
Hi All Can anybody help me for dial plan to barge or Spy(ExtenSpy) specificor selective extemsions among 20 extension in my office. lets say my office extension range is 301-320 & i want to barge only 3 extension say 320, 302,314. is this possible to barge specific extension? . Plz help me for this.I am using Asterisk 1.4.9 & SIP channels. Regards Amit -------------- next
2009 Feb 26
3
call-limit on a per destination basis
Hello, I use asterisk to to IAX2 trunking between London POP & Reunion Island pop. I would like to know if it's possible to do a kind of call-limit (i.e. restrict to XX) channels but on a per dialcode and / or destination basis. For example: [trunk] ; reunion proper, i want to send no more than 24 channels exten => _0262XXXXXX,1,Dial(IAX2/mytrunk/${EXTEN}) ; reunion mobile, i want
2009 Feb 04
1
Stopping chanspy followup
I am still trying to figure out a reasonable way to exit the chanspy application in a dialplan. For the most part I understand how things are working and there is one change I would like to propose. The way the 1.4.23.1 code seems to work is that if there are no channels that match the chanprefix argument the chanspy code stays in a loop waiting for a new channel to come into being that matches
2007 May 22
0
Mix Dial, Chanspy and MixMonitor or Monitor
...is that it's very clunky, and I'd like to keep everything local. Problem is that when I try to use Dial, Chanspy and MixMonitor I get no audio, which is why I do it on the outside Asterisk box. Here's a basic framework: ;;Main Asterisk Box [inbound] exten => dialout,1,Set(SPYGROUP=10001) exten => dialout,2,set(ALLREAD=5557771111) exten => dialout,3,dial(SIP/${ALLREAD}@remote_proxy) exten => dialout,4,hangup [listen-in] ; inbound portion of autodial or ; outside caller exten => monitor,1,answer exten => m...
2012 Sep 14
2
Digium AEX410, MTNL Mumbai Caller-ID problems
...echange: Device 'DAHDI/1' changed to state '2' (In use) but we don't care because they're not a member of any queue. [Sep 14 08:21:14] DEBUG[11186]: pbx.c:4230 pbx_extension_helper: Launching 'Set' -- Executing [s at incoming:3] Set("DAHDI/1-1", "SPYGROUP=queue-01") in new stack [Sep 14 08:21:14] DEBUG[11186]: pbx.c:4230 pbx_extension_helper: Launching 'Answer' More information available on request. Incidentally, are we entitled to Digium support for these issues on this card? Regards, -- Raj -- Raj Mathur...