- Timestamp:
- Oct 1, 2009 12:07:04 PM (15 years ago)
- Location:
- pjproject/branches/adhocs/1.4.5
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/adhocs/1.4.5
- Property svn:mergeinfo changed
/pjproject/trunk (added) merged: 2915
- Property svn:mergeinfo changed
-
pjproject/branches/adhocs/1.4.5/pjsip/src/pjsip/sip_transaction.c
r2857 r2921 2841 2841 /* Process incoming ACK request. */ 2842 2842 2843 /* Verify that this is an INVITE transaction */ 2844 if (tsx->method.id != PJSIP_INVITE_METHOD) { 2845 PJ_LOG(2, (tsx->obj_name, 2846 "Received illegal ACK for %.*s transaction", 2847 (int)tsx->method.name.slen, 2848 tsx->method.name.ptr)); 2849 return PJSIP_EINVALIDMETHOD; 2850 } 2851 2843 2852 /* Cease retransmission. */ 2844 2853 if (tsx->retransmit_timer.id != 0) {
Note: See TracChangeset
for help on using the changeset viewer.