Hi -jp40,
Thanks a lot for your answer. One last question: If this header is just copied from INVITE, is there any other way to remove it from the ACK? Or do I have to accept the fact that it's...
Type: Posts; User: bifihi; Keyword(s):
Hi -jp40,
Thanks a lot for your answer. One last question: If this header is just copied from INVITE, is there any other way to remove it from the ACK? Or do I have to accept the fact that it's...
According to the Invite routing logic it could be that your resolver plug-in is not loaded when you receive a 480 response. You could check this by running your application in the emulator and...
Does anybody have experience with the function CSIPHttpDigest::RemoveCredentials()? Is it possible to remove the proxy-authorization header from ACK if the INVITE was challenged? Or is it impossible...
Hi jp40,
@ post #17:
I am using a CSIPHttpDigest object now, retransmissions with credentials in REGISTER and INVITE work fine, but I am still not able to remove the credentials...
Hi everybody,
My SIP application uses a CSIPRegistrationBinding object for registration and this object is then passed to the constructor of CSIPInviteDialogAssoc.
Registration and sending the...
Hi Abhishek karmakar,
Sorry for answering so late. You have to use the resolver plugin for the framework on the device to route the INVITE to your application.
The best way to start with this is...
Hi,
Epocwind.out can by default be found under the users temporary directory, see
http://wiki.forum.nokia.com/index.php/Epocwind.out for more infos.
Your code looks okay to me so far. Have you...
Hi Abhishek karmakar,
Once again I think you should proceed step by step:
1. Make sure the request really arrives on the machine the emulator is running on (wireshark, etc.) and if it does
2....
I agree that sniffing your network traffic would be a good idea. If you then find that the INVITE actually arrives on the machine the emulator is installed on, you could check if there is something...
Presumed that your RTP stream runs over UDP (typically used, but TCP and others are not forbidden):
I am not sure if this applies in your case, but actually there is a retransmission mechanism...
Probably this is what you are looking for:
http://www.forum.nokia.com/info/sw.nokia.com/id/53439e01-f605-4491-96f4-62d003bd4c0c/S60_3rd_SDK_MR_API_Plug-In_Pack1.zip.html
It contains RTP_RTCP...
Hi,
Just another idea: Have you tried those
static CSIP* pSip = NULL;
static CSIPProfileRegistry* pRegistry = NULL;
static CSIPProfile* pProfile = NULL;
static CSIPConnection* pConnection =...
Hi,
If you describe your problem and post some network traffic someone might be able to help.
Hi,
According to RFC 3261:
and
Does this help?
Hi,
Just an idea:
Probably the mistake is related to CSIPConnection class. From your other post I saw the code snippet:
// create CSIP
pSip = CSIP::NewL(KUid, listner);
pRegistry...
Hi!
Could you post your observed network traffic? (Ethereal, Wireshark,...)
Hi again,
I came across another issue:
I am testing my application on two devices, E60 and E70 (both S60 3rd initial release).
I successfully register with the E60 device using...
Hi,
Just check the device specifications
http://www.forum.nokia.com/devices/matrix_all_1.html, click on the mobiles and look for "VoIP" in "extra features".
But consider this too (limitations...
Hi Nicolae,
Have you checked these yet:
http://wiki.forum.nokia.com/index.php/Undocumented_Features_of_the_Nokia_SIP_Stack
http://wiki.forum.nokia.com/images/8/8a/Client_Resolver_logic.pdf
...
OK, I thought the stack would pass me an error if I just remove the credentials this way, thanks a lot, I'll try! Thank you!!!
Hi,
Thanks a lot for the infos. I got one more question that I already asked in other threads, maybe you know the answer:
Is there a way to remove the proxy-authorization header from subsequent...
Hi,
the values are:
addr = CSIPAddress::DecodeL( _L8("sip:Sip.xxx.net:5060) );
CSIPRouteHeader* route= CSIPRouteHeader::NewL(addr );
and
Hi,
I am also trying to send REGISTER requests with Http digest without sip profiles.
My problem is: I send the request with the following parameters set:
iRegistration =...
Hi again,
The people I'm writing my application for say their server does not support RFC 3665 and therefore cannot deal with credentials in subsequent requests.
Whether this is correct or not...
If you use profiles see ->Tools ->Settings ->Connection ->SIP Settings ->Profile ->Proxy Server. There you find an option "allow loose routing" (yes/no).