|
Asterisk - The Open Source Telephony Project
18.5.0
|
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' |
| def 31cd4f4891ec_add_auto_dtmf_mode.downgrade | ( | ) |
Definition at line 42 of file 31cd4f4891ec_add_auto_dtmf_mode.py.
| def 31cd4f4891ec_add_auto_dtmf_mode.upgrade | ( | ) |
Definition at line 23 of file 31cd4f4891ec_add_auto_dtmf_mode.py.
| string down_revision = '23530d604b96' |
Definition at line 11 of file 31cd4f4891ec_add_auto_dtmf_mode.py.
| list NEW_ENUM = ['rfc4733', 'inband', 'info', 'auto'] |
Definition at line 18 of file 31cd4f4891ec_add_auto_dtmf_mode.py.
Definition at line 21 of file 31cd4f4891ec_add_auto_dtmf_mode.py.
| list OLD_ENUM = ['rfc4733', 'inband', 'info'] |
Definition at line 17 of file 31cd4f4891ec_add_auto_dtmf_mode.py.
Definition at line 20 of file 31cd4f4891ec_add_auto_dtmf_mode.py.
| string revision = '31cd4f4891ec' |
Definition at line 10 of file 31cd4f4891ec_add_auto_dtmf_mode.py.
1.8.13