Comment #1 on issue 94 by [email protected]: Exception raised when
INVITE is authenticated
http://code.google.com/p/jain-sip/issues/detail?id=94
Hello Sergio.
Your issue seems already corrected; Current source code in trunk is:
this.jainSipInvitingDialog=responseEvent.getOriginalTransaction().getDialog();
try
{
// Send SIP 200 OK ACK
this.jainSipInvitingDialog.setRemoteTarget(jainSipResponse.getHeader("Contact"));
var jainSipMessageACK = this.jainSipInvitingTransaction.createAck();
jainSipMessageACK.addHeader(this.clientConnector.jainSipContactHeader);
this.jainSipInvitingDialog.sendAck(jainSipMessageACK);
// Update SIP call state
this.sipCallState=this.SIP_INVITING_ACCEPTED_STATE;
}
catch(exception)
{
console.error("PrivateJainSipCallConnector:processInvitingSipRequestEvent():
catched exception, exception:"+exception);
}
Laurent
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
---
You received this message because you are subscribed to the Google Groups "mobicents-all-issues-changes" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.