Asterisk - The Open Source Telephony Project
18.5.0
|
Go to the source code of this file.
Namespaces | |
31cd4f4891ec_add_auto_dtmf_mode | |
cd4f4891ec_add_auto_dtmf_mode | |
Functions | |
def | downgrade () |
def | upgrade () |
Variables | |
string | down_revision = '23530d604b96' |
list | NEW_ENUM = ['rfc4733', 'inband', 'info', 'auto'] |
new_type = sa.Enum(*NEW_ENUM, name='pjsip_dtmf_mode_values_v2') | |
list | OLD_ENUM = ['rfc4733', 'inband', 'info'] |
old_type = sa.Enum(*OLD_ENUM, name='pjsip_dtmf_mode_values') | |
string | revision = '31cd4f4891ec' |