Applicability
-
Firmware version: 20.19.0.47
-
Model: Standard V6, U-Series
Problem Description
Call dropping after 5 mins, then SIP provider response "420 Bad Extension".
Analysis
Further analysis indicated that the "timer" field is unsupported.
Solution
Customized the script to disable the timer require.
Step 1: login device via ssh
Step 2: enter the following command
vi /persistent/etc/sip_extend.conf
Step 3: Input letter "i" and the paste the following script
[general]
disablerequiretimer=yes
disablerequiretimer=yes
Step 4: Press "ESC" on keyboard and Input ( :wq ) and Enter
Step 5: Make any change on web and click the "Apply Changes" button or reboot the device to take effect the script.
1 Comments