From dee71dea2675d5952c6fde5b1ec62331cb9698f8 Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Tue, 28 May 2013 22:32:12 +0200 Subject: [PATCH] Add back "Local" as channel type. --- asterisk_click2dial/asterisk_click2dial.py | 1 + 1 file changed, 1 insertion(+) 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,