Android Question SIP - how to SET the Expired time register value

petr4ppc

Well-Known Member
Licensed User
Longtime User
Dear friends,

I am using SIP
and
how is it possible to set - expiredTime register - value , please? Is it possible?

Thank you very much
p4ppc
 

petr4ppc

Well-Known Member
Licensed User
Longtime User
DonManFred,

thank you for your answer. I found this:
https://www.b4x.com/android/forum/threads/sip-m-in-library.13382/#content
I thought that Erels answer is for everything in this old question, but it is from year 2011. I understand.

So it is not possible to set expiredTime register - value, yes?

Timeout when making call - you mean number "30": here in code, yes :
B4X:
CurrentCall = sip.MakeCall("sip:phone@192.168.1.1", 30)
I understand.

Thank you very much
p4ppc
 
Upvote 0

udg

Expert
Licensed User
Longtime User
Hi,
I didn't use the SIP lib so I don't know its current limitations.
Anyway, looking at Android's documentation I found a reference to a timeout value relating to a Session call.
So, through Reflection/JO it should be possible to modify the behaviour of the initial call setting.

udg
 
Upvote 0

udg

Expert
Licensed User
Longtime User
Hi Manfred,

you're right, I missed the "registering" hint by the OP.
Meanwhile I found this other reference. Don't know if it covers what he was up to..
 
Upvote 0

petr4ppc

Well-Known Member
Licensed User
Longtime User
Dear friends,

thank you for all informations, I will study...

Best regards,
p4ppc
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…