2011/4/18 Siga <[email protected]>: > I need some information of how can I avoid the hard coding of the IP Address > in my implementation, right now I am using socket programming for my SIP > implementation and I am hard coding the IP Address in my code for example " > local.sin_addr.s_addr = 1.2.3.4; ".
And how do any other SIP device/software solve this "problem"? by properly coding. There is no reason at all to hardcode an IP at C level. In the other side, this is not a question related to SIP protocol. -- Iñaki Baz Castillo <[email protected]> _______________________________________________ Sip-implementors mailing list [email protected] https://lists.cs.columbia.edu/cucslists/listinfo/sip-implementors
