Browse Source

Add Local/ as possible channel type

6.0
Alexis de Lattre 12 years ago
parent
commit
299563f431
  1. 1
      asterisk_click2dial/asterisk_click2dial.py

1
asterisk_click2dial/asterisk_click2dial.py

@ -299,6 +299,7 @@ class res_users(osv.osv):
help="Caller ID used for the calls initiated by this user."),
'asterisk_chan_type': fields.selection([
('SIP', 'SIP'),
('Local', 'Local'),
('IAX2', 'IAX2'),
('DAHDI', 'DAHDI'),
('Zap', 'Zap'),

Loading…
Cancel
Save