Browse Source

[10.0][ADD] asterisk_click2dial: PJSIP channel type

pull/135/head
Alexis de Lattre 8 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.") help="Call Detail Record (CDR) account used for billing this user.")
asterisk_chan_type = fields.Selection([ asterisk_chan_type = fields.Selection([
('SIP', 'SIP'), ('SIP', 'SIP'),
('PJSIP', 'PJSIP'),
('IAX2', 'IAX2'), ('IAX2', 'IAX2'),
('DAHDI', 'DAHDI'), ('DAHDI', 'DAHDI'),
('Zap', 'Zap'), ('Zap', 'Zap'),

Loading…
Cancel
Save