Registration retry fix, REF 15851

Fix two issue:

  • 408 response received from the server should be handled the same as other codes like 503.
    • introduce response code 444 from pjsip while no response been received to split it with the 408 from the server
  • there should have no retry during recovery flow if no retry-after, retry should only happened during the first round if no retry-after.

Merge request reports

Loading