Asterisk - The Open Source Telephony Project GIT-master-abe0018
Namespaces | Functions | Variables
31cd4f4891ec_add_auto_dtmf_mode.py File Reference

Go to the source code of this file.

Namespaces

namespace  31cd4f4891ec_add_auto_dtmf_mode
 
namespace  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'