mirror of
https://github.com/jambonz/sbc-inbound.git
synced 2025-12-19 04:37:43 +00:00
46 lines
886 B
JSON
46 lines
886 B
JSON
{
|
|
"drachtio": {
|
|
"host": "127.0.0.1",
|
|
"port": 9060,
|
|
"secret": "cymru"
|
|
},
|
|
"rtpengine": {
|
|
"host": "127.0.0.1",
|
|
"port": 12222
|
|
},
|
|
"logging": {
|
|
"level": "debug"
|
|
},
|
|
"authCallback": {
|
|
"uri": "http://example.com/auth",
|
|
"auth": {
|
|
"username": "foo",
|
|
"password": "bar"
|
|
}
|
|
},
|
|
"trunks": {
|
|
"inbound": [
|
|
{
|
|
"name": "carrier1",
|
|
"host": ["172.38.0.20"]
|
|
}
|
|
],
|
|
"appserver": ["sip:172.38.0.11"]
|
|
},
|
|
"transcoding": {
|
|
"rtpCharacteristics" : {
|
|
"transport protocol": "RTP/AVP",
|
|
"DTLS": "off",
|
|
"SDES": "off",
|
|
"ICE": "remove",
|
|
"rtcp-mux": ["demux"]
|
|
},
|
|
"srtpCharacteristics": {
|
|
"transport-protocol": "UDP/TLS/RTP/SAVPF",
|
|
"ICE": "force",
|
|
"SDES": "off",
|
|
"flags": ["generate mid", "SDES-no"],
|
|
"rtcp-mux": ["require"]
|
|
}
|
|
}
|
|
} |