Hi,
Does anyone know how to make N80 Internet call from a Java client?
With platformRequest() function, I can make a voice call by using: platformRequest("tel:" + phonenumber). But calling...
Type: Posts; User: gowjt; Keyword(s):
Hi,
Does anyone know how to make N80 Internet call from a Java client?
With platformRequest() function, I can make a voice call by using: platformRequest("tel:" + phonenumber). But calling...
In S60 3rd, the expires parameter for REGISTER in Contact Header is not composed correctly as:
Contact: <user@domain;expires=3600>
According to RFC 3261, the right format should be:
Contact:...