Yes, RFC does not mandate the particular algorithm to be used for the generation of call-id, tags, branch ids,
It specifies only the basic few requirements to be met by the particular implementation... FYI, you can use hash of date, time followed by hostname could be used for call-id generation, make sure you wont disclose any of your personal details in this process. -- This should be globally random in nature; I mean none of the other SIP entities would generate this call-id. Branch id - you can use any random number generation logic, but you should be able to generate them with some amount of uniqueness. Tags - any simple random number generator should be fine... Thanks, Nataraju A B > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:sip-implementors- > [EMAIL PROTECTED] On Behalf Of atul sharma > Sent: Thursday, August 17, 2006 5:29 PM > To: [email protected] > Subject: [Sip-implementors] Regarding generation of Call ID in SIP > > Dear All, > > I am a newbie to SIP implementation and i want to know that by which > methode > we can generate Call ID that is a random string and branch ID and Tag. I > mean to say that in RFC there is no suugested algorithm for doin this. > > Give me some idea regarding this > > > > > Thanks and Regards > > Atul Sharma > Ph no. +91 9886085189 > > > > --------------------------------- > Here's a new way to find what you're looking for - Yahoo! Answers > Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. > Get it NOW > _______________________________________________ > Sip-implementors mailing list > [email protected] > https://lists.cs.columbia.edu/cucslists/listinfo/sip-implementors _______________________________________________ Sip-implementors mailing list [email protected] https://lists.cs.columbia.edu/cucslists/listinfo/sip-implementors
