On Sun, 2006-08-27 at 21:14 -0700, Matt Klein wrote: > instead of From <sip:12.34.56.789> > > it should be From <sip:[EMAIL PROTECTED]> > > I am playing with nua_set_params to do this > > Is that the correct function?
Probably. If a single user identity then yes. > Additionally, the flag I am playing with is SIPTAG_FROM_STR, and I have > played with NUTAG_IDENTITY NUTAG_IDENTITY is only needed if you need to maintain more than one user identity. If you only need to maintain a single user identity then supplying the SIPTAG_FROM to nua_set_params or the request in question is sufficient. Regards Henrik ------------------------------------------------------------------------- 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
