mirror of
https://github.com/jambonz/sbc-inbound.git
synced 2026-07-04 19:11:47 +00:00
38 lines
750 B
JSON
38 lines
750 B
JSON
{
|
|
"drachtio": {
|
|
"port": 3002,
|
|
"secret": "cymru"
|
|
},
|
|
"rtpengine": {
|
|
"host": "127.0.0.1",
|
|
"port": 22222
|
|
},
|
|
"logging": {
|
|
"level": "info"
|
|
},
|
|
"mysql": {
|
|
"host": "localhost",
|
|
"user": "jambones",
|
|
"password": "jambones",
|
|
"database": "jambones"
|
|
},
|
|
"trunks": {
|
|
"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"]
|
|
}
|
|
}
|
|
} |