So I have a SIP call between two endpoints, a mobile phone and a alarm device. The alarm device is configured so it has a connection time of (default) 150 seconds.
From the documentation (which can be found here: caretech.se/wp-content/uploa … _En_08.pdf) it says: “Care IP automatically
disconnects the call after that the programmed connection time has elapsed
(default set to 150 sec), this time can be extended with the ”4” key on the
telephone or by a command from the alarm centre.”
So, pressing the “4” key on the telephone during the call does extend the connection time indeed, but I don’t want to do this. I want Asterisk to keep this connection time alive. I tried using ‘rtpkeepalive’, ‘qualify=yes’, ‘canreinvite=yes’ in my sip.conf but nothing seems to work.
Is there a way to simulate such a key press “4” (or any other number) by Asterisk or something?
Thanks in advance, and if you need more information, tell me!