The timeout field does not accept a variable as input. Charles
"Ricardo Fernandes" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 07/24/2008 06:14 AM To [email protected] cc Subject [Sipp-users] Variable in recv timeout Hello, How can i put a variable in the timeout field of recv. Ex: <nop> <action> <assignstr assign_to="MillisToWaitTemp" value="[field2]"/> <todouble assign_to="MillisToWait" variable="MillisToWaitTemp"/> </action> <nop> <recv request="BYE" timeout="[$MillisToWait]" ontimeout="Label1" next="LabelBye"/> This gives me an error: message timeout 'timeout' parameter, "[$MillisToWait]" is not a valid integer! Is there a way to make this work, or is this a illegal instruction? TIA Ricardo Fernandes ------------------------------------------------------------------------- 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
