Skip to content

Commit

Permalink
Merge pull request #127 from management-and-acounting-on-line/9.0-add…
Browse files Browse the repository at this point in the history
…-pjsip

[9.0] Added asterisk channel type 'PJSIP'
  • Loading branch information
Alexis de Lattre committed Jun 24, 2017
2 parents ec031bc + e62f154 commit 426be5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions asterisk_click2dial/asterisk_click2dial.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down

0 comments on commit 426be5f

Please sign in to comment.