Hello, to disable SOA processing, I'm calling nua_create with NUTAG_MEDIA_ENABLE(0).
Then, when the nua_i_invite arrives, I call nua_respond(200) with SIPTAG_CONTENT_TYPE_STR and SIPTAG_PAYLOAD_STR. Till this point everything is fine. But if the distant end sends Re-Invite (putting the call on-hold for example), nua will automatically respond with a 200 OK with no contents (since SOA is disabled, original SDP was not stored). Then, this causes the distant end to Ack and to send BYE immediately thereafter. I can see NUTAG_AUTOANSWER(0) will instruct nua to not to answer automatically to the initial Invite, but it has no effect to subsequent Re-Invites. So how do I force nua to not to answer automatically to re-Invites? Regards, Alberto ------------------------------------------------------------------------- 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
