– Kamailio SIP Server –

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
core-cookbook:3.1.x [2011/04/11 10:10]
212.227.35.137 [= or != only for ints (ieq/ine) and eq/ne for strings (under debate). They are almost equivalent to = = or !=, but they force the conversion of their operands (eq to string and ieq to int), allowing among other things better type checking on startup and more optimizations.]
core-cookbook:3.1.x [2011/04/11 10:12]
212.227.35.137 [= and != are converted on startup to eq/ne/ieq/ine whenever possible (both operand types can be safely determined at start time and they are the same).]