Skip to content

Commit 29b8720

Browse files
author
souradeep.bera
committed
fix rfc 3311
1 parent 50a509b commit 29b8720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libsofia-sip-ua/nua/nua_session.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3552,7 +3552,7 @@ int nua_update_server_init(nua_server_request_t *sr)
35523552
break;
35533553

35543554
if (nh->nh_soa && overlap) {
3555-
return nua_server_retry_after(sr, 500, "Overlapping Offer/Answer", 1, 9);
3555+
return nua_server_retry_after(sr, 491, "Request Pending", 1, 9);
35563556
}
35573557

35583558
if (nh->nh_soa &&

0 commit comments

Comments
 (0)