i have a working Linphone / FrePBX system. Due to the famous 30 second disconnect issue, I would like to add the value nortp_timeout to the XML config.
I have a working XML config setup that are used to provision many phones.. when i add the following, it is not used..
<section name="rtp">
<entry name="nortp_timeout">300</entry>
</section>
I manually added the same value to desktop linphone apps and it works fine...
[rtp]
audio_rtp_port=7078
video_rtp_port=9078
text_rtp_port=11078
audio_jitt_comp=60
video_jitt_comp=60
nortp_timeout=300
audio_adaptive_jitt_comp_enabled=1
video_adaptive_jitt_comp_enabled=1
ideas?
Chris