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
 

DonManfred

Expert
Licensed User
Longtime User
i dont see anything in the sip-object-documentation.
You can set a timeout when making a call.
 
Upvote 0

petr4ppc

Well-Known Member
Licensed User
Longtime User
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
Top