skip to main content
ice-telephony.json
To enable telephony, supply this file to the helm upgrade command with -f ice-telephony.json:
{
"charts": {
"iceGateway": {
"enabled": true,
"values": {
"telephony": {
"pjsipTLS": {
"enabled": false
}
}
}
}
}
}
If TLS/SRTP is required, please review the 'Telephony Certificate' section of Appendix B - Certificate management below, and use the following ice-telephony.json:
{
"charts": {
"iceGateway": {
"enabled": true,
"values": {
"telephony": {
"pjsipTLS": {
"enabled": true
}
}
}
}
}
}