Home | History | Annotate | Download | only in sip

Lines Matching defs:tx

168                 SIPServerTransaction tx = (SIPServerTransaction) sipStack
171 if (tx != null && !tx.passToListener()) {
177 // to the listener (tx == INVITE ST, terminated upon sending
181 && tx.isInviteTransaction() &&
182 ( tx.getLastResponse().getStatusCode()/100 == 2 ||
193 "transaction already exists! " + tx);
264 // Set the tx state to terminated so it is removed from the
287 SIPTransaction tx = eventWrapper.transaction;
288 if (tx != null) {
289 tx.setPassToListener();
311 * The Client tx disappears after the first 2xx response
408 "tx = "
412 "tx = "