[Asterisk-code-review] res pjsip outbound registration: registration stops due to f... (asterisk[13])
Richard Mudgett
asteriskteam at digium.com
Thu Oct 22 17:46:50 CDT 2015
Richard Mudgett has posted comments on this change.
Change subject: res_pjsip_outbound_registration: registration stops due to fatal 4xx response
......................................................................
Patch Set 5: Code-Review-1
(2 comments)
https://gerrit.asterisk.org/#/c/1472/5/contrib/ast-db-manage/config/versions/28ce1e718f05_add_fatal_response_interval.py
File contrib/ast-db-manage/config/versions/28ce1e718f05_add_fatal_response_interval.py:
Line 11: down_revision = '26f10cadc157'
Alembic series for v13 is incorrect as there are branches.
rmudgett at piglet:~/projects/asterisk/mrg/v13/contrib/ast-db-manage ((no branch))$ alembic branches
498357a710ae -> 26f10cadc157 (branchpoint), add pjsip timeout options
-> 26f10cadc157 -> 154177371065 (head), add default_from_user
-> 26f10cadc157 -> 28ce1e718f05 (head), add fatal_response_interval
The procedure described here needs to be followed:
https://wiki.asterisk.org/wiki/display/AST/Merging+alembic+scripts
https://gerrit.asterisk.org/#/c/1472/5/res/res_pjsip_outbound_registration.c
File res/res_pjsip_outbound_registration.c:
Line 109: retry after receiving a fatal (non-temporary 4xx, 5xx, 6xx) response.
: Setting this to a non-zero value may go against a "SHOULD NOT" in RFC3261,
: but can be used to work around buggy registrars.</para>
: <note><para>if also set the <replaceable>forbidden_retry_interval</replaceable>
: takes precedence over this one when a 403 is received.
: Also, if <replaceable>auth_rejection_permanent</replaceable> equals 'yes' then
: a 401 and 407 become subject to this retry interval.</para></note>
spaces used instead of tabs for several lines here
--
To view, visit https://gerrit.asterisk.org/1472
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: Ibc2c7b47164ac89cc803433c0bbe7063bfa143a2
Gerrit-PatchSet: 5
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-Owner: Kevin Harwell <kharwell at digium.com>
Gerrit-Reviewer: Anonymous Coward #1000019
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Mark Michelson <mmichelson at digium.com>
Gerrit-Reviewer: Matt Jordan <mjordan at digium.com>
Gerrit-Reviewer: Richard Mudgett <rmudgett at digium.com>
Gerrit-HasComments: Yes
More information about the asterisk-code-review
mailing list