]> git.ipfire.org Git - thirdparty/asterisk.git/commit
alembic/res_pjsip: Add "webrtc" configuration option
authorKevin Harwell <kharwell@digium.com>
Wed, 2 Aug 2017 14:43:56 +0000 (09:43 -0500)
committerKevin Harwell <kharwell@digium.com>
Thu, 3 Aug 2017 16:45:51 +0000 (11:45 -0500)
commitb0c016cf6e0bcbe743f4f8286fb9b5ded830ccf7
treea31c53261bcbeb76471de6ab3961fb1388f30004
parent6edefc9480dac80895eec53f19343933b5bd531e
alembic/res_pjsip: Add "webrtc" configuration option

When the "webrtc" option was added in res_pjsip it was not added to the alembic
scripts. This patch adds the option for alembic.

Also, changed the sorcery configuration type to an OPT_YESNO_T value instead of
an OPT_BOOL_T so if this field is ever written to a database it will write out
the correct value.

ASTERISK-27119 #close

Change-Id: I3e199f060aea25e193c439fc5cf96be4d3ed1c7b
contrib/ast-db-manage/config/versions/44ccced114ce_add_webrtc.py [new file with mode: 0644]
res/res_pjsip/pjsip_configuration.c