Created
November 11, 2017 16:00
-
-
Save tnewman/a23ddac445677a57787b56662af16fa8 to your computer and use it in GitHub Desktop.
2600hz Kazoo Carrier
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"data": { | |
"name": "Telnyx", | |
"gateways": [ | |
{ | |
"server": "sip.telnyx.com", | |
"channel_selection": "ascending", | |
"enabled": true, | |
"endpoint_type": "sip", | |
"force_port": false, | |
"invite_format": "route", | |
"port": 5060, | |
"skype_rr": true, | |
"codecs": [ | |
"PCMU" | |
] | |
} | |
], | |
"rules": [ | |
"^\\+1(\\d{10})$" | |
], | |
"emergency": false, | |
"enabled": true, | |
"flags": [], | |
"grace_period": 5, | |
"media": { | |
"audio": { | |
"codecs": [ | |
"PCMU" | |
] | |
}, | |
"video": { | |
"codecs": [] | |
} | |
}, | |
"weight_cost": 50 | |
} | |
} | |
{ | |
"data": { | |
"name": "Telnyx 911", | |
"gateways": [ | |
{ | |
"server": "sip.telnyx.com", | |
"channel_selection": "ascending", | |
"enabled": true, | |
"endpoint_type": "sip", | |
"force_port": false, | |
"invite_format": "route", | |
"port": 5060, | |
"skype_rr": true, | |
"codecs": [ | |
"PCMU" | |
] | |
} | |
], | |
"rules": [ | |
"^9[13]{2}$" | |
], | |
"emergency": false, | |
"enabled": true, | |
"flags": [], | |
"grace_period": 5, | |
"media": { | |
"audio": { | |
"codecs": [ | |
"PCMU" | |
] | |
}, | |
"video": { | |
"codecs": [] | |
} | |
}, | |
"weight_cost": 50 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment