Browse Source

Added asterisk channel type 'PJSIP'

pull/127/head
Дмитро Катюха 7 years ago
committed by Дмитро Катюха
parent
commit
e62f1541cf
  1. 1
      asterisk_click2dial/asterisk_click2dial.py

1
asterisk_click2dial/asterisk_click2dial.py

@ -259,6 +259,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