[Home]

Summary:ASTERISK-06886: [patch] Allow channels in ChanSpy to belong to mutiple spygroups
Reporter:Anthony Minessale (anthm)Labels:
Date Opened:2006-05-02 16:08:52Date Closed:2006-05-03 17:26:22
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Applications/app_chanspy
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) chanspy.diff
Description:This changes ChanSpy to not just match SPYGROUP as is but to instead split the value on the ':' character to allow matching on mutiple groups.

exten => 1000,1,Set(SPYGROUP=10:20:30)
exten => 1000,2,Dial(SIP/1000@somewhere)

exten => _88XX,1,Chanspy(|g(${EXTEN:2}))

8810, 8820 and 8830 will all match this SIP call



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

Meet us at ClueCon http://www.cluecon.com
Comments:By: BJ Weschke (bweschke) 2006-05-03 17:26:22

Committed to /trunk. Thanks!