[Sofia-sip-devel] [ sofia-sip-Bugs-3291837 ] error of compile sofia sip client

2011-04-23 Thread SourceForge.net
Bugs item #3291837, was opened at 2011-04-23 06:39
Message generated for change (Tracker Item Submitted) made by 
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=756076aid=3291837group_id=143636

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Interface (example)
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: https://www.google.com/accounts ()
Assigned to: Nobody/Anonymous (nobody)
Summary: error of compile sofia sip client

Initial Comment:
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/sofia-sip-1.12 
-I/usr/local/include/sofia-sip-1.12 -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -pthread -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -g -O2 -MT ssc_sip.lo -MD -MP -MF .deps/ssc_sip.Tpo 
-c ssc_sip.c  -fPIC -DPIC -o .libs/ssc_sip.o
ssc_sip.c: In function 'ssc_i_state':
ssc_sip.c:1036: error: 'soatag_local_sdp_str_ref' undeclared (first use in this 
function)
ssc_sip.c:1036: error: (Each undeclared identifier is reported only once
-
sofia sip 1.12.11
sofia sip client 0.16

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=756076aid=3291837group_id=143636

--
Fulfilling the Lean Software Promise
Lean software platforms are now widely adopted and the benefits have been 
demonstrated beyond question. Learn why your peers are replacing JEE 
containers with lightweight application servers - and what you can gain 
from the move. http://p.sf.net/sfu/vmware-sfemails
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] [ sofia-sip-Bugs-3291837 ] error of compile sofia sip client

2011-04-23 Thread SourceForge.net
Bugs item #3291837, was opened at 2011-04-23 06:39
Message generated for change (Comment added) made by 
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=756076aid=3291837group_id=143636

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Interface (example)
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: https://www.google.com/accounts ()
Assigned to: Nobody/Anonymous (nobody)
Summary: error of compile sofia sip client

Initial Comment:
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/sofia-sip-1.12 
-I/usr/local/include/sofia-sip-1.12 -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -pthread -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -g -O2 -MT ssc_sip.lo -MD -MP -MF .deps/ssc_sip.Tpo 
-c ssc_sip.c  -fPIC -DPIC -o .libs/ssc_sip.o
ssc_sip.c: In function 'ssc_i_state':
ssc_sip.c:1036: error: 'soatag_local_sdp_str_ref' undeclared (first use in this 
function)
ssc_sip.c:1036: error: (Each undeclared identifier is reported only once
-
sofia sip 1.12.11
sofia sip client 0.16

--

Comment By: https://www.google.com/accounts ()
Date: 2011-04-23 08:19

Message:
This has been fixed in gitorious, please see
http://gitorious.org/sofia-sip/sofia-sip/commit/bcd0f17fd83f2dfe570a3ab17249a5c7290b27f2/

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=756076aid=3291837group_id=143636

--
Fulfilling the Lean Software Promise
Lean software platforms are now widely adopted and the benefits have been 
demonstrated beyond question. Learn why your peers are replacing JEE 
containers with lightweight application servers - and what you can gain 
from the move. http://p.sf.net/sfu/vmware-sfemails
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] How to know remote hold in nua_i_invite event?

2011-04-23 Thread Chris
Dear all,

In sofia-sip nua reference page, it indicates we can retrieve tags
SOATAG_ACTIVE_AUDIO() when we get a nua_i_invite event. It is useful
if I could use that tag to check remote holding events. However, I
found I can not get SOATAG_ACTIVE_AUDIO() in nua_i_invite event. I can
only get its value in nua_i_state. My question is: Is there any
possibility to check remote holding in nua_i_invite? In my design, I
want to handle SDP negotiation in nua_i_state but all SIP related
things in their respective events.

Below are copied from nua reference page.
nua_i_invite Incoming call INVITE.

Indication of incoming call or re-INVITE request.

Parameters:
status  statuscode of response sent automatically by stack
phrase  a short textual description of status code
nh  operation handle associated with this call (maybe created for this call)
hmagic  application context associated with this call (maybe NULL if
call handle was created for this call)
sip incoming INVITE request
tagsSOATAG_ACTIVE_AUDIO(), SOATAG_ACTIVE_VIDEO()

Chris Han

--
Fulfilling the Lean Software Promise
Lean software platforms are now widely adopted and the benefits have been 
demonstrated beyond question. Learn why your peers are replacing JEE 
containers with lightweight application servers - and what you can gain 
from the move. http://p.sf.net/sfu/vmware-sfemails
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel