Skip to content

Instantly share code, notes, and snippets.

@tnewman
Created November 11, 2017 16:00
Show Gist options
  • Save tnewman/a23ddac445677a57787b56662af16fa8 to your computer and use it in GitHub Desktop.
Save tnewman/a23ddac445677a57787b56662af16fa8 to your computer and use it in GitHub Desktop.
2600hz Kazoo Carrier
{
"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