PASS_INIVTE_NON2XX_ACK_TO_LISTENER
Jens Tinfors <[email protected]> Mon, 01 Oct 2007 18:52:39 +0200
| Newsgroups | gmane.comp.voip.nist-sip |
|---|---|
| Message-ID | <[email protected]> |
Hi list!
Im writing a little test where i want to verify the ACK returned by a
301 response (i want to verify that it is sent by the UAC)
So i have a nist-sip based test tool with the property
gov.nist.javax.sip.PASS_INIVTE_NON2XX_ACK_TO_LISTENER set to true:
props.put("gov.nist.javax.sip.PASS_INIVTE_NON2XX_ACK_TO_LISTENER", "true");
but in my SipListener.processRequest(RequestEvent arg0) i see no
incoming ACK..
What am i missing? (besides the ACK)
regards/jns =)