[Sofia-sip-devel] INVITE source IP address

2008-04-25 Thread Matt Krokosz
Using the nua module, when an INVITE is received, is there anyway to determine the source IP address from the transport layer, rather then from the SIP msg headers such as Contact or From? Matt - This SF.net email is spons

[Sofia-sip-devel] Auto 100 Trying

2008-04-26 Thread Matt Krokosz
When receiving an INVITE on an nua_i_invite event, the protocol stack automatically sends a 100 Trying response. Is there anyway to disable the automatic behavior and do it manually? I see that there are flags to disable AUTO_ACK but I don't see a flag for AUTO_TRYING. Is there any other way to

Re: [Sofia-sip-devel] INVITE source IP address

2008-04-28 Thread Matt Krokosz
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of ext Matt Krokosz Sent: Friday, April 25, 2008 6:53 PM To: sofia-sip-devel@lists.sourceforge.net Subject: [Sofia-sip-devel] INVITE source IP address Using the nua module, when an INVITE is received, is there anyway to determine t

[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)