2009/1/24 Jerry Richards <jer...@tonecommander.com>: > By the way, I realize I can generate such an ID using the > sip_call_id_create() with the second parameter being the host address. I > guess my question is, why doesn't sofia-sip automatically generate an > address of the form "loca...@host"?
Because the is no easy way to check if the "host" is really unique (be it "Nokia-N810" or 192.168.1.100) and it does not add anything unique/random to the id. Add a nta-level string tag for passing the hostname to nta and use it as argument to sip_call_id_create() to generate the call-id? Or if you want to more control, pass the Call-ID in SIPTAG_CALL_ID(_STR)? -- Pekka.Pessi mail at nokia.com ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ Sofia-sip-devel mailing list Sofia-sip-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel