Content
Starting with version 10.1.41.0, SIP error response phrases can be added as language phrases into Language files. The following language file is currently supported:
Phone User Interface language files (<phrases> tag):
I. e.: <phrase n="lang_sip_response_code_400" t="Bad Request"/>
For this example we would like to change the text for SIP error reply 488, from standard text "Not Acceptable Here" to "My Text for 488". Here are the steps to achieve this:
On your TFTP/HTTP server, under PATH, place your customized file gui_lang_EN.xml and make sure it is reachable under this path (http://SERVER_IP/PATH/gui_lang_EN.xml)
Create intermediary language file gui_lang.xml, which is the container file for the language file/s. This file must look as below, make sure you replace the URL path inside this file with your own HTTP/TFTP link:
Create the initial provisioning file or, if you are already using provisioning, add the following to your existing initial provisioning file:
Save the file. Note the name of this file, for this example we will call it settings.xml
Further Information
Related articles