Asterisk - The Open Source Telephony Project  18.5.0
Namespaces | Functions | Variables
164abbd708c_add_auto_info_to_endpoint_dtmf_mode.py File Reference

Go to the source code of this file.

Namespaces

 164abbd708c_add_auto_info_to_endpoint_dtmf_mode
 
 abbd708c_add_auto_info_to_endpoint_dtmf_mode
 

Functions

def downgrade ()
 
def upgrade ()
 

Variables

string down_revision = '39959b9c2566'
 
list NEW_ENUM = ['rfc4733', 'inband', 'info', 'auto', 'auto_info']
 
 new_type = sa.Enum(*NEW_ENUM, name='pjsip_dtmf_mode_values_v3')
 
list OLD_ENUM = ['rfc4733', 'inband', 'info', 'auto']
 
 old_type = sa.Enum(*OLD_ENUM, name='pjsip_dtmf_mode_values_v2')
 
string revision = '164abbd708c'