[Home]

Summary:ASTERISK-02875: [patch] allow zapscan to scan based on channel GROUP
Reporter:Brian West (bkw918)Labels:
Date Opened:2004-11-23 14:03:41.000-0600Date Closed:2008-01-15 15:17:31.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) zapscan.diff.txt
Description:Along with formatting fixes... This will allow you to limit scanning to only channels within a channel GROUP.  Handy if you wish to limit someones access to one queue or call group.

****** ADDITIONAL INFORMATION ******

Disclaimer on file...
Comments:By: Mark Spencer (markster) 2004-11-23 22:56:42.000-0600

Why use an environment variable as opposed to the argument passed to zapscan, especially given the documentation suggests it's the parameter?

By: Brian West (bkw918) 2004-11-23 23:00:24.000-0600

no we set the group to scan as an arg... then we check the GROUP var on the channel we find if it matches what we are looking for we let them listen in.  Else go to the next one.  This is an easy way to keep someone from free reign scanning all channels.

By: Mark Spencer (markster) 2004-11-23 23:02:24.000-0600

hrm, i was thinking zap group.  interesting...  Can you split this into two patches, one for the formatting and one for the actual change so I can see what the change really is?

By: Brian West (bkw918) 2004-11-23 23:03:20.000-0600

sure

By: Brian West (bkw918) 2004-11-23 23:09:34.000-0600

Ok attached is the changes.. along with the orig full changes to fix formating.

bkw

By: Brian West (bkw918) 2004-12-02 17:40:21.000-0600

Ok I have to fix this patch.. it was a tiny bit wrong.

By: Brian West (bkw918) 2004-12-03 14:23:41.000-0600

Here ya go proper fix with formatting fixes.

bkw

By: Olle Johansson (oej) 2004-12-19 07:48:32.000-0600

Is this patch on hold for Santa, or? Ready for CVS or under discussion?

---housekeeping

By: Brian West (bkw918) 2004-12-19 14:08:34.000-0600

Its ready... we use it daily.

bkw

By: Mark Spencer (markster) 2004-12-20 20:25:21.000-0600

Added to CVS

By: Russell Bryant (russell) 2004-12-21 10:25:17.000-0600

not in 1.0

By: Digium Subversion (svnbot) 2008-01-15 15:17:31.000-0600

Repository: asterisk
Revision: 4509

U   trunk/apps/app_zapscan.c

------------------------------------------------------------------------
r4509 | markster | 2008-01-15 15:17:30 -0600 (Tue, 15 Jan 2008) | 2 lines

Allow zapscan to operate on a group (bug ASTERISK-2875)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=4509