search for: jktest1

Displaying 1 result from an estimated 1 matches for "jktest1".

2011 Aug 15
0
1.4.38 passing a Regular expression containing a pipe character to a macro ?
...tensions is showing up as additional arguments to my macro. I expected to have 4 arguments to the below macro, Instead it looks like I'm actually getting 6. I'm open to suggestions to other ways to do this, 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=${ARG...