freeswitch/libs/sofia-sip/libsofia-sip-ua/nua
Michael Jerris 85c8bcd5ed Merge changes from sofia-sip tree:
Mon Feb 12 21:22:39 EET 2007  Maxim Zaikin <Maxim at amsd.com>
  * su_pthread_port.c: destroying condition variable used when destroying the thread.

Tue Feb 13 01:10:38 EET 2007  kai.vehmanen@nokia.com
  * nua: Ignore CANCEL of incoming request if we have already sent a final response, part 2.

Tue Feb 13 01:02:00 EET 2007  kai.vehmanen@nokia.com
  * nua: Ignore CANCEL of incoming request if we have already sent a final response. Problem reported by Mike Jerris.

nua: fixed problems in state machines.
Pekka Pessi <first.lastname@nokia.com>**20070214201847
   
 These problems are mostly introduced in 1.12.5:
 - assert failed if INVITE was received when calling
   (reported by Michael Jerris)
 - assert failed if nua_invite() was called second time before receiving
   final response to first INVITE (ditto)
 - ACK is now always sent if session was terminated after receiving 2XX
 - if nua has a pending incoming INVITE request, return 491 to
   nua_invite()

nta.c: return 481 response to CANCEL if INVITE transaction was successful
According to the RFC 3261 state diagram the INVITE transaction is destroyed
 immediately when a final 2XX series response is sent. Now nta returns a 481
 response to CANCEL if it finds an INVITE server transaction that was
 responded with a 2XX success response.




git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4284 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-02-15 05:18:37 +00:00
..
sofia-sip sync back up again with sofia tree prior to their release 2007-02-09 17:32:17 +00:00
ChangeLog add sofia-sip 1.12.4 (plus some patches through 12/21/2006) to in tree libs 2006-12-21 06:30:28 +00:00
Doxyfile add sofia-sip 1.12.4 (plus some patches through 12/21/2006) to in tree libs 2006-12-21 06:30:28 +00:00
Makefile.am merge changes from current sofia-sip tree. 2007-02-07 21:59:38 +00:00
Makefile.in updated makefiles and a missing source file from the last sofia merge 2007-02-09 18:15:36 +00:00
nua.c merge changes from current sofia-sip tree. 2007-02-07 21:59:38 +00:00
nua.docs merge changes from current sofia-sip tree. 2007-02-07 21:59:38 +00:00
nua_common.c merge changes from current sofia-sip tree. 2007-02-07 21:59:38 +00:00
nua_dialog.c Merge changes from sofia-sip tree: 2007-02-15 05:18:37 +00:00
nua_dialog.h Merge changes from sofia-sip tree: 2007-02-15 05:18:37 +00:00
nua_event_server.c merge changes from current sofia-sip tree. 2007-02-07 21:59:38 +00:00
nua_extension.c merge changes from current sofia-sip tree. 2007-02-07 21:59:38 +00:00
nua_message.c merge changes from current sofia-sip tree. 2007-02-07 21:59:38 +00:00
nua_notifier.c merge changes from current sofia-sip tree. 2007-02-07 21:59:38 +00:00
nua_options.c merge changes from current sofia-sip tree. 2007-02-07 21:59:38 +00:00
nua_params.c merge changes from current sofia-sip tree. 2007-02-07 21:59:38 +00:00
nua_params.h add sofia-sip 1.12.4 (plus some patches through 12/21/2006) to in tree libs 2006-12-21 06:30:28 +00:00
nua_publish.c merge changes from current sofia-sip tree. 2007-02-07 21:59:38 +00:00
nua_register.c sync back up again with sofia tree prior to their release 2007-02-09 17:32:17 +00:00
nua_registrar.c merge changes from current sofia-sip tree. 2007-02-07 21:59:38 +00:00
nua_session.c Merge changes from sofia-sip tree: 2007-02-15 05:18:37 +00:00
nua_stack.c Merge changes from sofia-sip tree: 2007-02-15 05:18:37 +00:00
nua_stack.h merge changes from current sofia-sip tree. 2007-02-07 21:59:38 +00:00
nua_subnotref.c merge changes from current sofia-sip tree. 2007-02-07 21:59:38 +00:00
nua_tag.c merge changes from current sofia-sip tree. 2007-02-07 21:59:38 +00:00
outbound.c sync back up again with sofia tree prior to their release 2007-02-09 17:32:17 +00:00
outbound.h sync back up again with sofia tree prior to their release 2007-02-09 17:32:17 +00:00
test_100rel.c Merge changes from sofia-sip tree: 2007-02-15 05:18:37 +00:00
test_basic_call.c sync back up again with sofia tree prior to their release 2007-02-09 17:32:17 +00:00
test_call_hold.c Merge changes from sofia-sip tree: 2007-02-15 05:18:37 +00:00
test_call_reject.c merge changes from current sofia-sip tree. 2007-02-07 21:59:38 +00:00
test_cancel_bye.c Merge changes from sofia-sip tree: 2007-02-15 05:18:37 +00:00
test_extension.c merge changes from current sofia-sip tree. 2007-02-07 21:59:38 +00:00
test_init.c merge changes from current sofia-sip tree. 2007-02-07 21:59:38 +00:00
test_nat.c merge changes from current sofia-sip tree. 2007-02-07 21:59:38 +00:00
test_nat.h merge changes from current sofia-sip tree. 2007-02-07 21:59:38 +00:00
test_nat_tags.c add sofia-sip 1.12.4 (plus some patches through 12/21/2006) to in tree libs 2006-12-21 06:30:28 +00:00
test_nua.c sync back up again with sofia tree prior to their release 2007-02-09 17:32:17 +00:00
test_nua.h Merge changes from sofia-sip tree: 2007-02-15 05:18:37 +00:00
test_nua_api.c add sofia-sip 1.12.4 (plus some patches through 12/21/2006) to in tree libs 2006-12-21 06:30:28 +00:00
test_nua_params.c merge changes from current sofia-sip tree. 2007-02-07 21:59:38 +00:00
test_ops.c Merge changes from sofia-sip tree: 2007-02-15 05:18:37 +00:00
test_proxy.c Merge changes from sofia-sip tree: 2007-02-15 05:18:37 +00:00
test_proxy.h add sofia-sip 1.12.4 (plus some patches through 12/21/2006) to in tree libs 2006-12-21 06:30:28 +00:00
test_refer.c merge changes from current sofia-sip tree. 2007-02-07 21:59:38 +00:00
test_register.c sync back up again with sofia tree prior to their release 2007-02-09 17:32:17 +00:00
test_session_timer.c add sofia-sip 1.12.4 (plus some patches through 12/21/2006) to in tree libs 2006-12-21 06:30:28 +00:00
test_simple.c merge changes from current sofia-sip tree. 2007-02-07 21:59:38 +00:00
test_sip_events.c Merge changes from sofia-sip tree: 2007-02-15 05:18:37 +00:00