Closed GoogleCodeExporter closed 9 years ago
Interesting (I have not yet look the IMS part, but it's something very
interesting
for me).
For now, as far as I know, pjsip (the native sip stack on which csipsimple is
based)
doesn't support this IMS feature (in that case the RFC 3455).
I quickly searched on the pjsip mailing list. It was asked years ago but I
didn't
find any implementation yet for this specific issue.
(https://trac.pjsip.org/repos/wiki/PJSIP_IMS here is the state of pjsip IMS
implementation).
You may probably also need a specific authentification (akav1/akav2). (that is
already supported by pjsip but i have not added the user interface to configure
it
properly).
So i'll play a little bit with OpenIMS (when i'll have time) and keep you
informed.
There's maybe an option to make this header not mandatory and to make pjsip
working
with it.
(For now i've got a big issue with android 1.5 - as far as I understood you
maybe
also affected since you've got a HTC magic 1.5. Sometimes it freeze and seems
to be
caused by android garbage collector ... ouch... in theses cases the java
interface of
your phone will freeze and a MENU+CALL+ENDCALL is required to restart the phone)
Original comment by r3gis...@gmail.com
on 16 May 2010 at 9:38
Oh. Ok. I'll try to test authentification mechanisms. Thanks.
Regarding the crashes, it crashes my phone once :(
Let me know if I can help on it.
Original comment by luis....@gmail.com
on 16 May 2010 at 9:43
Any update on this issue?
Many changes has been done in latest builds (from pjsip team too).
Maybe one of the changes (either mine, but more probably one done by the pjsip
team) has solved this issue.
Original comment by r3gis...@gmail.com
on 17 Jul 2010 at 4:49
Original comment by r3gis...@gmail.com
on 8 Dec 2010 at 10:53
i have the same problem...request send from pjsip dialler to open ims core but
there is some authentication peoblem in this...i made changes in scscf.cfg to
MD5 but i didn't find MD5 in pcscf.cfg file...anyone help plz
Original comment by abidkhan...@gmail.com
on 10 May 2011 at 7:22
You get "SIP Status 400 Bad Request P-Visited-Network header missing" because
you didn't add the proxy. To enter the OpenIMS Realm you have to go trough the
pcscf, port 4060.
Anyhow, after fixing this issue you will notice that you still can't register,
CSipSimple's request can't be authorized by the scscf. As a workarond you can
play with the scscf's settings, especially with the "Early-IMS" setting.
Original comment by mar...@aseara.ro
on 25 Aug 2011 at 1:42
Original issue reported on code.google.com by
luis....@gmail.com
on 16 May 2010 at 8:50