Browse Source

Add back "Local" as channel type.

pull/7/head
Alexis de Lattre 11 years ago
parent
commit
dee71dea26
  1. 1
      asterisk_click2dial/asterisk_click2dial.py

1
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,

Loading…
Cancel
Save