On 8/28/06, Matt Klein <[EMAIL PROTECTED]> wrote: > I need to be able to place in my From: tag: instead of From > <sip:12.34.56.789> it should be From <sip:[EMAIL PROTECTED]>
You want to have a username part? A random tag is added by stack automatically, like From: <sip:12.34.56.78>;tag=865r86fge > I am playing with nua_set_params to do this. Is that the correct function? Yes. You can also use different identies for different calls. > Additionally, the flag I am playing with is SIPTAG_FROM_STR, and I have > played with NUTAG_IDENTITY You can use SIPTAG_FROM() or SIPTAG_FROM_STR(). The code using NUTAG_IDENTITY was not finished for 1.12. Sorry. -- Pekka.Pessi mail at nokia.com ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Sofia-sip-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel
