Re: [Sofia-sip-devel] Checking if SIP message Field is Present

2007-10-10 Thread Pekka Pessi
2007/10/9, Jerry Richards [EMAIL PROTECTED]: What is the proper method in the NUA callback function to check whether a SIP message field is valid. In some cases, if my callback function tries to access a SIP message field that is not present, it can get a segmentation fault. A non-null

Re: [Sofia-sip-devel] Darcs build failure

2007-10-10 Thread Nico dHeureuse
I just confirmed: the problem is fixed. Thank you very much! -Original Message- From: Pekka Pessi [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 10, 2007 2:07 PM To: Nico dHeureuse Cc: sofia-sip-devel@lists.sourceforge.net Subject: Re: [Sofia-sip-devel] Darcs build failure

Re: [Sofia-sip-devel] Anyone knows how to use http proxy correctly?

2007-10-10 Thread Pekka Pessi
There is no authentication supported there. I guess it would be relatively easy to Basic authentication if you had username/password in the proxy URI, like TPTAG_HTTP_CONNECT( Http://user:[EMAIL PROTECTED]:8080). Have a peek in libsofia-sip-ua/tport/tport_type_connect.c. You need to add a

Re: [Sofia-sip-devel] Outbound and sofia-sip library

2007-10-10 Thread Pekka Pessi
2007/10/10, Pekka Pessi [EMAIL PROTECTED]: (Or you can just not to zero susa.su_port before bind in tport_base_connect() in tport.c, and see what happens).. Looks like this works on my linux box. Whee. -- Pekka.Pessi mail at nokia.com

Re: [Sofia-sip-devel] Outbound and sofia-sip library

2007-10-10 Thread Pekka Pessi
2007/10/8, Ge@@ru [EMAIL PROTECTED]: i have some questions about use of outbound mode. Usually when an user agent send a register message open an ephemeral port and send message to port 5060. With sofia-sip library it is possible use port 5060 (as source port) to send message? As I mentioned

Re: [Sofia-sip-devel] Reject calls in nua_i_invite based on SDP

2007-10-10 Thread Pekka Pessi
2007/10/1, Stefan Leuenberger [EMAIL PROTECTED]: I can think of two possible solutions for this problem: 1. sent the INVITE to the phone-application only on nua_i_state (instead of nua_i_invite). Currently I am reluctant to do so since the documentation of nua_i_invite states that there

Re: [Sofia-sip-devel] Outbound and sofia-sip library

2007-10-10 Thread Ge@@ru
Thanks for your help. Well, as you said and as i see, in linux it isn't possible use a port (or same socket) for connect that it is on listening status. :'( So, now, my problem is another (sorry if i'm been clear on previous email/message, my english isn't so perfect!), not if i can force a

[Sofia-sip-devel] bad contact adress.

2007-10-10 Thread Michael Jerris
We have a problem where we send an invite to a client behind nat, that is registered to us. When they respond 100, the contact address is incorrectly an internal 192.168 adress, and all our responses after that (prack for example) try to go to the unroutable 192 address. Are there tags that can

[Sofia-sip-devel] [ sofia-sip-Bugs-1763727 ] Sofia-SIP doesn't seem to be sending REGISTER to asterisk

2007-10-10 Thread SourceForge.net
Bugs item #1763727, was opened at 2007-07-30 18:48 Message generated for change (Comment added) made by ppessi You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=756076aid=1763727group_id=143636 Please note that this message will contain a full copy of the comment

[Sofia-sip-devel] [ sofia-sip-Feature Requests-1811079 ] Remote contact handling in nua

2007-10-10 Thread SourceForge.net
Feature Requests item #1811079, was opened at 2007-10-10 21:25 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=756079aid=1811079group_id=143636 Please note that this message will contain a

[Sofia-sip-devel] sofia-sip changes (2007-10-10)

2007-10-10 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo http://sofia-sip.org/repos/sofia-sip. Wed Oct 10 20:31:45 EEST 2007 [EMAIL PROTECTED] * Makefile.am's: fixed distclean of documentation M ./libsofia-sip-ua-glib/Makefile.am +5 M ./libsofia-sip-ua/docs/Makefile.am -1 +4 M

Re: [Sofia-sip-devel] Anyone knows how to use http proxy correctly?

2007-10-10 Thread chen.liang.sip
hi pekka, Thanks for the quick reply.! I'll try it ! If it will work, i'll make a patch for that. Best regards, Liang 2007-10-11 发件人: Pekka Pessi 发送时间: 2007-10-10 20:05:41 收件人: chen.liang.sip 抄送: sofia-sip-devel 主题: Re: [Sofia-sip-devel] Anyone knows how to use http proxy correctly?