The only way right now is to use a regular expression to parse it out as a string.
Charles mayamatakeshi <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 09/17/2008 12:37 PM To sipp-users <[email protected]> cc Subject [Sipp-users] Variables as integer Hello, how can I insert a variable in a message but as an integer instead of a floating point number? For example, if I do: <nop> <action> <assign assign_to="1" value="1" /> </action> </nop> and try to use it like this ... CSeq: [$1] REGISTER ...the header will be sent as : CSeq: 1.000000 REGISTER How can I make it to be sent as : CSeq: 1 REGISTER ? regards, takeshi ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Sipp-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sipp-users ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Sipp-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sipp-users
