[Sofia-sip-devel] FW: Sofia-sip Looping Endlessly

2007-11-07 Thread Jerry Richards
Hello All, Well I guess I needed to read the documentation, which is what I did :). So you may disregard this issue. I don't understand it all yet, but I was able to resolve this problem by the following: - Removed SIPTAG_CONTACT_STR() tag so the outbound engine is enabled -

[Sofia-sip-devel] Ending call without BYE

2007-11-07 Thread Martin Drasar
Hello everyone, first of all - sorry if I am asking already answered question, but I couldn't manage to make search function on mailing list to work :o( I have troubles with Linksys SPA941 sipphone. Whenever I place an outbound call from my system to this phone I don't receive BYE when the

Re: [Sofia-sip-devel] User callback for connection close

2007-11-07 Thread Pekka Pessi
2007/11/6, Ge@@ru [EMAIL PROTECTED]: I think that tport_close could not call tport_pend callbacks because tport_close doesn't known what is error, only close socket, etc. Call tport_pend callback on tport_close it is possible only if we save an error code value on tport struct. In fact, on

Re: [Sofia-sip-devel] soa example

2007-11-07 Thread mikhail.zabaluev
Hi, -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of ext Simon Perreault Sent: Tuesday, November 06, 2007 10:41 PM To: sofia-sip-devel@lists.sourceforge.net Subject: [Sofia-sip-devel] soa example - The RTP source is an external program. Sofia app will

[Sofia-sip-devel] [ sofia-sip-Bugs-1827511 ] Don't terminate if BYE was restarted with nua_authenticate()

2007-11-07 Thread SourceForge.net
Bugs item #1827511, was opened at 2007-11-07 15:18 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=756076aid=1827511group_id=143636 Please note that this message will contain a full copy of

[Sofia-sip-devel] [ sofia-sip-Bugs-1816647 ] Outbound contact does not make it to dialogs

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

[Sofia-sip-devel] sofia-sip changes (2007-11-07)

2007-11-07 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo http://sofia-sip.org/repos/sofia-sip. Wed Nov 7 14:58:08 EET 2007 [EMAIL PROTECTED] * sofia-sip/htable2.h: fixed HTABLE_PROTOS2() M ./libsofia-sip-ua/su/sofia-sip/htable2.h -3 +3 M ./libsofia-sip-ua/su/test_htable2.c -1 +1

[Sofia-sip-devel] Diffserv or VLAN

2007-11-07 Thread Jerry Richards
Hello All, Is there anything in sofia-sip that supports Diffserv or VLAN? I don't think I see any documentation for these. Are they out of the scope of sofia-sip? Has anyone done any testing with these while using sofia-sip? Best Regards, Jerry

Re: [Sofia-sip-devel] Diffserv or VLAN

2007-11-07 Thread Colin Whittaker
You can set the IP TOS field using this tag TPTAG_TOS( tos ) In your nua_create(). I think that is support for Diffserv. VLANs are usually setup in your network layer, i.e. if you have an IP address assigned to an ethernet device which is configured for a VLAN, and you bind you SIP application