On Jul 06, 2010 at 10:43, Iñaki Baz Castillo <[email protected]> wrote: > 2010/7/6 Alex Balashov <[email protected]>: > > It sets bits in a 32-bit integer (it may be 64-bit on 64-bit platforms, of > > this I am not sure) > > Hi, could it be clarified please? I also wonder how many integer AVP's > (i:N) can exist. Does it depend on the 32/64 bits architecture?
The flags are stored internally on 32 bits, but you should use names for the flags so you shouldn't care (unless you use more then 32 :-)). There is no limit on the number of AVPs, but the I:N format is deprecated (use only names). Andrei _______________________________________________ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
