Browse Source

[10.0][ADD] asterisk_click2dial: PJSIP channel type

pull/135/head
Alexis de Lattre 7 years ago
committed by mreficent
parent
commit
13843319a7
  1. 1
      asterisk_click2dial/models/res_users.py

1
asterisk_click2dial/models/res_users.py

@ -27,6 +27,7 @@ class ResUsers(models.Model):
help="Call Detail Record (CDR) account used for billing this user.")
asterisk_chan_type = fields.Selection([
('SIP', 'SIP'),
('PJSIP', 'PJSIP'),
('IAX2', 'IAX2'),
('DAHDI', 'DAHDI'),
('Zap', 'Zap'),

Loading…
Cancel
Save