[Sofia-sip-devel] darcs patch: TLS Subject Verification in tport module

2009-01-05 Thread Jarod Neuner
This patch should wrap up the major changes to the tport module. A new pointer (tpn_subject) has been added to the tp_name_t structure, which defines the subject name of the intended recipient of each message. As before, these patches should not change the behavior of NTA or NUA. The next patch

[Sofia-sip-devel] sofia-sip changes (2009-01-05)

2009-01-05 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo . Mon Jan 5 14:43:24 EET 2009 Pekka Pessi * tport_type_tls.c: no tport_tls_deliver() yet M ./libsofia-sip-ua/tport/tport_type_tls.c +2 Mon Jan 5 14:43:04 EET 2009 Pekka Pessi * tport_tls.

Re: [Sofia-sip-devel] nua_authenticate and NTLM

2009-01-05 Thread Andrew Rechenberg Lists
> > There are some other things that need to get added to the header for > > OCS. Can I just use TAGs to add those? Can I add those tags in > > nua_authenticate? > > That depends on the things to add? You can add SIP headers with > nua_authenticate(), but the extra tags are not passed to auc* >

Re: [Sofia-sip-devel] SigComp support?

2009-01-05 Thread Aleksander Morgado
>> Is that "Sofia SigComp package" implemented and public? > > Sofia SigComp package is Nokia proprietary code, it is not publicly > available. There is a GPL sigcomp packages available, however, some > plumbing is required in order to fit it with Sofia. I guess you mean Open SigComp, right? http:

Re: [Sofia-sip-devel] nua_authenticate and NTLM

2009-01-05 Thread Pekka Pessi
2009/1/5 Andrew Rechenberg Lists : >> As far as I can recall the NTLM code is just copied from the digest >> code but there is actually no real functionality there.. It should >> probably be deactivated, or better, completed... > > I've started working on completing the NTLM code. The Pidgin SIPE

Re: [Sofia-sip-devel] nua_authenticate and NTLM

2009-01-05 Thread Andrew Rechenberg Lists
> > 2008/12/31 Andrew Rechenberg Lists > > I'm trying to send an NTLM Authorization header to a Microsoft Office > > Communications Server 2007 and my code is getting a EXC_BAD_ACCESS in > > ca_credentials when using the macro AUTH_CLIENT_IS_EXTENDED. This > > function seems to be called indirec

Re: [Sofia-sip-devel] Generate INVITE from msg_t or sip_t

2009-01-05 Thread Pekka Pessi
2009/1/3 Saúl Ibarra : > I'm using the NUA API but can't figure out how to generate an outgoing > INVITE by using a mgs_t or sip_t object I already have in my > application. Is there a way to generate an outgoing invite apart from > nua_invite? Nope, not at the moment. Perhaps there should be a ta

Re: [Sofia-sip-devel] NUA or NTA for a B2BUA?

2009-01-05 Thread Pekka Pessi
2008/12/29 Saúl Ibarra : > Hello and merry xmas for all :) > > This is my first email to the list, I haven't been able to find the > answer to this question, but if it has been answered earlier just > point me there and excuse me for asking again :) > > I'm planning to build a simple b2bua (just si

Re: [Sofia-sip-devel] Video call ,the server request 488

2009-01-05 Thread Pekka Pessi
2008/12/27 mingcheng hu : > Hi all, > > I try to write a Video-enable SIP phone,but when connect to the server > ,the server request 488.I don't know what's wrong. >This is my grasp of the information used Wireshark. I need you help. RFC 3261: 1.4.26 488 Not Acceptable Here The

Re: [Sofia-sip-devel] sofsip-cli install issue

2009-01-05 Thread Pekka Pessi
2008/12/24 Anand Rao : > I am a new user of Sofia sip , I installed the base package and when I > tried to compile sofsip-cli , > I get the below error , > Any help is appreciated. > an...@neon:~/apps/Sofia/sofsip-cli-0.14$ ./configure > configure: error: cannot find install-sh or install.sh in

Re: [Sofia-sip-devel] DNS issue with Sres

2009-01-05 Thread Pekka Pessi
2008/12/22 Mohammed Sulaiman : > Hi , we are using Sofia 1.12.8 on the Windows Mobile 6 platform in a voip > client app. > We have come across the following issue, when making a call over 3G. > > Sofia is using the IpHelper api on a our platform to get a list of > nameservers. We have a situation w

Re: [Sofia-sip-devel] SigComp support?

2009-01-05 Thread Pekka Pessi
2008/12/23 Aleksander Morgado : > Does sofia-sip support SigComp somehow? I noticed the configure option > shown in the help: > > $> ./configure --help > ... > --with-sigcomp=dir use Sofia SigComp package [not used] > > Is that "Sofia SigComp package" implemented and public? Sofia SigComp pa

Re: [Sofia-sip-devel] MSRP Parser

2009-01-05 Thread Pekka Pessi
2008/12/22 Della Betta Filippo : > Dear Pekka, all >We are trying to implement a MSRP (RFC 4975) parser. > We are evaluating the possibility to use sofia-sip built-in parser, since > MSRP is quite similar to SIP/HTTP protocols. > We successfully used msg_parser.awk to generate the MSRP mes

Re: [Sofia-sip-devel] Forwarding SIP message in stateful NTA

2009-01-05 Thread Pekka Pessi
2008/12/22 Aleksander Morgado : > I need to make SIP message forwarding in a stateful NTA, but not sure > which is the correct way to do it. I receive the incoming transaction > in the default leg, but how do I forward the SIP message to another > user? Do I need to create an outgoing transaction w

Re: [Sofia-sip-devel] Bugfix for session timer negotiation

2009-01-05 Thread Pekka Pessi
2009/1/5 Pekka Pessi : > 2008/12/11 Timo Bruhn : >> it seems that in some cases session timer negotiation in nua >> (sofia-sip-1.12.10) does not work >> correctly. Nua then exspects the remote party to refresh the session, >> although they did >> not negotiate that in their answer. >> I attached

Re: [Sofia-sip-devel] Bugfix for session timer negotiation

2009-01-05 Thread Pekka Pessi
2008/12/11 Timo Bruhn : > it seems that in some cases session timer negotiation in nua > (sofia-sip-1.12.10) does not work > correctly. Nua then exspects the remote party to refresh the session, > although they did > not negotiate that in their answer. > I attached a patch with my changes. Please

Re: [Sofia-sip-devel] nua_authenticate and NTLM

2009-01-05 Thread Pekka Pessi
2008/12/31 Andrew Rechenberg Lists : > I'm trying to send an NTLM Authorization header to a Microsoft Office > Communications Server 2007 and my code is getting a EXC_BAD_ACCESS in > ca_credentials when using the macro AUTH_CLIENT_IS_EXTENDED. This > function seems to be called indirectly when I u

Re: [Sofia-sip-devel] Setting NUTAG_PROXY in nua_handle

2009-01-05 Thread Pekka Pessi
2009/1/5 Inca Rose : > I just wanted to know if I can set the NUTAG_PROXY using nua_handle or > I must use nua_set_hparams It should work; if it does not, then it is probably a bug. Please file a bug in our sf.net bugzilla. A test case demonstrating the problem would be ++good, you could modify e.

[Sofia-sip-devel] Setting NUTAG_PROXY in nua_handle

2009-01-05 Thread Inca Rose
Hi; I try to set the NUTAG_PROXY when creating a new handle with nua_handle and then use that handle in an invite (nua_invite ). What I found out is that the stack ignores the value I pass in NUTAG_PROXT and try to resolve the value I pass in the SIPTAG_TO. When setting the NUTAG_PROXY in nua_i

Re: [Sofia-sip-devel] darcs patch: TLS Changes (2 Patches)

2009-01-05 Thread Pekka Pessi
2008/12/17 Jarod Neuner : > This is first in a series of patches to the TLS code that will improve > certificate validation facilities. Significant changes in this round > include: > > 1) The TLS handshake is no longer handled via transparent negotiation. > Certain static methods from tport.c were