[Asterisk-code-review] res_pjsip_outbound_registration: Make max random delay configurable. (asterisk[master])
N A
asteriskteam at digium.com
Wed May 18 11:45:36 CDT 2022
Attention is currently required from: Joshua Colp.
N A has posted comments on this change. ( https://gerrit.asterisk.org/c/asterisk/+/18195 )
Change subject: res_pjsip_outbound_registration: Make max random delay configurable.
......................................................................
Patch Set 1:
(1 comment)
File res/res_pjsip_outbound_registration.c:
https://gerrit.asterisk.org/c/asterisk/+/18195/comment/dc9795a2_d5058c80
PS1, Line 112: <configOption name="max_random_delay" default="10">
> It does not require a realtime DB to be set up. […]
I see, it "kind of" works when doing it that way:
"""max_random_delay
Revision ID: b8c91341b135
Revises: 8f72185e437f
Create Date: 2022-05-18 16:40:51.253993
"""
# revision identifiers, used by Alembic.
revision = 'b8c91341b135'
down_revision = '8f72185e437f'
from alembic import op
import sqlalchemy as sa
def upgrade():
pass
def downgrade():
pass
I thought perhaps I ran it in the wrong directory but trying others confirms it's right: contrib/ast-db-manage
Am I missing some other step that needs to be done inbetween having the change and running alembic?
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/18195
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: Iab989a8e94323e645f3a21cbb6082287c7b2f3fd
Gerrit-Change-Number: 18195
Gerrit-PatchSet: 1
Gerrit-Owner: N A <mail at interlinked.x10host.com>
Gerrit-Reviewer: Friendly Automation
Gerrit-Reviewer: Joshua Colp <jcolp at sangoma.com>
Gerrit-Attention: Joshua Colp <jcolp at sangoma.com>
Gerrit-Comment-Date: Wed, 18 May 2022 16:45:36 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Joshua Colp <jcolp at sangoma.com>
Comment-In-Reply-To: N A <mail at interlinked.x10host.com>
Gerrit-MessageType: comment
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20220518/8b5464ae/attachment-0001.html>
More information about the asterisk-code-review
mailing list