First of all, where have you found the |strcmp| syntax with |variable2|? The manual for current version (3.4) doesn't mention anything alike and says: A *string variable* and a *value* can be compared using the |<strcmp>| action.

So I'd first try the following:

|<strcmp assign_to="result" variable="v1" value="blue"/>||
|
If this works, it means that |<strcmp>| itself works and that |<log>| can print |double| values properly.

The next step would be

|<strcmp assign_to="result" variable="v1" value="[$v2]"/>||
|
If this helps, you're done; if it doesn't, you have to dive into the source code.

Pavel

_______________________________________________
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to