Re: [Sipp-users] check_it

2008-08-19 Thread Anonymous Incognito
PROTECTED] Sent by: [EMAIL PROTECTED] 08/16/2008 12:35 PM To Anonymous Incognito [EMAIL PROTECTED], sipp-users@lists.sourceforge.net cc Subject Re: [Sipp-users] check_it This is the exact same thing I need to do (see my post from a couple of days ago). Please let me know if you

Re: [Sipp-users] check_it

2008-08-18 Thread Charles P Wright
: Re: [Sipp-users] check_it My best suggestion would be to assign the captured value to a variable, something like (not 100% sure on syntax, but this should sketch the plan for you); then strcmp it to an empty string (returns 0 if equal), and test on the strcmp return. recv ereg assign_to

Re: [Sipp-users] check_it

2008-08-16 Thread Charles P Wright
] Sent by: [EMAIL PROTECTED] 08/16/2008 12:35 PM To Anonymous Incognito [EMAIL PROTECTED], sipp-users@lists.sourceforge.net cc Subject Re: [Sipp-users] check_it This is the exact same thing I need to do (see my post from a couple of days ago). Please let me know if you find out a way to do