Re: [Sofia-sip-devel] Application specified Via

2008-05-07 Thread Pekka Pessi
2008/4/30 Matt Krokosz <[EMAIL PROTECTED]>: > I'm trying to override the Via header used for an outbound Invite. There > appear to be provisions to allow me to specify the Via at the application > level by doing the following… > nua_invite(nh, NTATAG_USER_VIA(1), > SIPTAG_VIA_STR("SIP/2.0/U

[Sofia-sip-devel] Application specified Via

2008-04-30 Thread Matt Krokosz
I'm trying to override the Via header used for an outbound Invite. There appear to be provisions to allow me to specify the Via at the application level by doing the following. nua_invite(nh, NTATAG_USER_VIA(1), SIPTAG_VIA_STR("SIP/2.0/UDP 1.2.3.4"), (other stuff)