diff --git a/asterisk_click2dial/asterisk_click2dial.py b/asterisk_click2dial/asterisk_click2dial.py index 9be0150..72247de 100644 --- a/asterisk_click2dial/asterisk_click2dial.py +++ b/asterisk_click2dial/asterisk_click2dial.py @@ -349,6 +349,7 @@ class res_users(osv.osv): ('mISDN', 'mISDN'), ('H323', 'H323'), ('SCCP', 'SCCP'), + ('Local', 'Local'), ], 'Asterisk channel type', help="Asterisk channel type, as used in the Asterisk dialplan. If the user has a regular IP phone, the channel type is 'SIP'."), 'resource': fields.char('Resource name', size=64,