[Sofia-sip-devel] sofia sip crash on ARM processo

2012-03-21 Thread Chris Herssens
Hello All,

I found the error about why sofia sip crashed on android.
The problem is in sip_basic.c in the the method sip_name_addr_d. there
you can find:

if (n>0)
  display[n] ='\0';
else
  display="";
...
if (return_display)
*return_display = display;


Now if n=0 then the address for return_display  is undefined. if I
replace display="" with display=NULL, the incoming sip request works
fine.


regards,

Chris

--
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
___
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 crash on ARM processor

2012-03-15 Thread Chris Herssens
Hello all,


I still have problems running sofia-sip on a ARM processor. Sometimes
on incoming SIP requests, sofia-sip crash when calling  "tagi_t
*msghdrtag_dup(tagi_t *dst, tagi_t const *src, void **bb)". To find
out what is going
wrong I put some logs and it seems that the variable size (= SIZE_MAX
- (uintptr_t)b) is always bigger than ISSIZE_MAX. The crash happens
since after calling the function "b = hc->hc_dup_one(h, o, b, size)",
b is not null.
Is it normal that size is always bigger than ISSIZE_MAX. Does someone
has the same problem on ARM  processor ? Maybe I need to add some
compile flags ?
I use sofia sip version 1.12.11


Regards,

Chris

--
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sip subscribe crash on ARM processor

2012-02-15 Thread Chris Herssens
Hello All,

I try to port sofia sip on android. For a subscription on a presecence
list I need to define in the TO header
something like ""
I do this as follow

.
std::string uri="sip:ch...@ims.com;pres-list=pres";
sip_to_t *sip_to= sip_to_format(ssc->home,"<%s>",uri.c_str());
nua_subscribe(op->op_handle, NUTAG_URL(uri.c_str()),
SIPTAG_FROM_STR(ssc->address),
SIPTAG_EXPIRES(exp), SIPTAG_EVENT_STR(event), SIPTAG_TO(sip_to), 
TAG_END());
...

If I run the code, the application crash.  The crash happens when the
code calls the
"msghdrtag_dup(tagi_t *dst, tagi_t const *src, void **bb)" method more
exactly on line 141 "assert(b != NULL);" in file msg_tag.c

When I remove the SIPTAG_TO or i remove the <,> signs from sip_to, I
get a 200 response.
Using SIPTAG_TO_STR(..) I get a internal 900 error
Does anyone knows why I get a crash ? When I compile my code for x86 I
don't have this crash.

Regards,

Chris

--
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
___
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 on android

2012-02-10 Thread Chris Herssens
Hello All,

I would like to port sofia sip on android. Cross compiling gives no
problem, but  calling the function nua_create(...) returns a null
pointer. After tracing the problem it seems I get an error in
nua_stack_init(su_root_t *root, nua_t *nua) . The call
nua_stack_set_from(nua, 1, nua->nua_args) returns -1. Does anyone
succeed running sofia sip on android.

Regards

--
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
___
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


[Sofia-sip-devel] When should I call nua_handle_destroy?

2011-04-13 Thread Chris
In sofia-sip reference documents, there is no much topic about when to
call nua_handle_destroy.
Is it safe to call nua_handle_destroy even if a call leg is already
terminated? Or nua handle will automatically destroyed when a call leg
is terminated.

Chris

--
Forrester Wave Report - Recovery time is now measured in hours and minutes
not days. Key insights are discussed in the 2010 Forrester Wave Report as
part of an in-depth evaluation of disaster recovery service providers.
Forrester found the best-in-class provider in terms of services and vision.
Read this report now!  http://p.sf.net/sfu/ibm-webcastpromo
___
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 generate a initial local SDP using sofia-sip API?

2011-03-29 Thread Chris
Dear All,

I'm new to sofia-sip. I have checked the sofia-cli and APIs in
sofia-sip/sdp.h. I found there are not any APIs for me to create an
initial SDP. In most examples, the local SDP is hard coded like:
static int priv_static_capabilities_base(SscMedia *sscm, char **dest)
{
  if (dest)
*dest = g_strdup("v=0\nm=audio 0 RTP/AVP 0\na=rtpmap:0 PCMU/8000");

  return 0;
}
I guess I can generate a local SDP using sprintf by printing the v=,
m= lines, but I want to know are there any other ways to get the local
SDP message by sofia-sip APIs?I mean using the APIs to generate the
v=, m=, a= lines. Thanks.

Br,

Chris Han

--
Enable your software for Intel(R) Active Management Technology to meet the
growing manageability and security demands of your customers. Businesses
are taking advantage of Intel(R) vPro (TM) technology - will your software 
be a part of the solution? Download the Intel(R) Manageability Checker 
today! http://p.sf.net/sfu/intel-dev2devmar
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


Re: [Sofia-sip-devel] Removing optimized from compile

2010-11-10 Thread Chris Robson

Thanks all for the suggestions.  However, it turns out optimization 
wasn't the issue.  To explain, I'm building a application which exploits 
sofia-sip and sofsip-cli software with some major changes.  What I 
thought was a build option problem in order to debug the developed code 
in Eclipse, turns out to be an issue with a Null ptr (problem still to 
be found)

Thanks againChris

On 11/10/2010 05:42 AM, Fabio Margarido wrote:
> What I usually do is run './configure CFLAGS="-O0 -g whatever"
> --enable-ndebug'. This works fine for me.
>
> On Tue, Nov 9, 2010 at 19:16, Michael Jerris  wrote:
>> libtool puts this stuff in, and I have never found a good way to make it not 
>> do so, you can try adding -O0 to SOFIA_CFLAGS
>>
>> Mike
>>
>> On Nov 9, 2010, at 10:08 AM, Chris Robson wrote:
>>
>>> Anyone know how to remove the -O2 optimize flag from the compile, aka
>>> ./configure --disable-???
>>>
>>> thanks...>Chris
>>>
>>> --
>>> The Next 800 Companies to Lead America's Growth: New Video Whitepaper
>>> David G. Thomson, author of the best-selling book "Blueprint to a
>>> Billion" shares his insights and actions to help propel your
>>> business during the next growth cycle. Listen Now!
>>> http://p.sf.net/sfu/SAP-dev2dev
>>> ___
>>> Sofia-sip-devel mailing list
>>> Sofia-sip-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel
>>
>> --
>> The Next 800 Companies to Lead America's Growth: New Video Whitepaper
>> David G. Thomson, author of the best-selling book "Blueprint to a
>> Billion" shares his insights and actions to help propel your
>> business during the next growth cycle. Listen Now!
>> http://p.sf.net/sfu/SAP-dev2dev
>> ___
>> Sofia-sip-devel mailing list
>> Sofia-sip-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel
>>
>

--
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book "Blueprint to a 
Billion" shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] Removing optimized from compile

2010-11-09 Thread Chris Robson

Anyone know how to remove the -O2 optimize flag from the compile, aka 
./configure --disable-???

thanks...>Chris

--
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book "Blueprint to a 
Billion" shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] free sip_payload memory

2009-07-16 Thread Chris Robson

I notice that in the example code 
http://wiki.opensource.nokia.com/projects/SofiaTutorial
the event_callback doesnt show releasing memory from the 
sip->sip_payload.  While this
example may not have a message body, is it assumed that the application 
must
issue "free(sip->payload->pl_data)" to free up the incoming packet data?

--
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
___
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 based proxy server

2009-07-16 Thread Chris Robson

Is there a proxy server based on sofia sip?  Particularly one that is 
small and usable in an embedded Linux environment?

ThanksChris

--
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


Re: [Sofia-sip-devel] XML parsing readily available?

2007-02-24 Thread Chris Robson
Jan

I'm looking at the same thing, that is I'm building a SIP transmitted 
publish PEP PIDF XML document message and have the server parse it into 
a MySQL table.  So far I've found http://xmlsoft.org/examples/index.html 
which looks promising.  Did you find anything yet?

Chris

Jan Van den bosch wrote:
> Hi,
>
> Does Sofia-SIP provide functionality to parse an incoming XML payload 
> (say, an open/closed presence event) or do I have to use an other 
> library to accomplish this?
>
> Thanks in advance,
> Jan
> 
>
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> 
>
> ___
> Sofia-sip-devel mailing list
> Sofia-sip-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel
>   

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] Server code to handle Publish

2007-02-24 Thread Chris Robson

All

I'm exploring SOFIA-SIP libraries by trying different client-server 
exchanges to learn how things work. So far I've built a simple Publish 
messages where the message body contains a XML document and have 
successfully transmitted the Publish message. However, the challenge is 
now creating the server to respond to the incoming Publish message. The 
following code (which is an extraction from the SOFIA doc pages) is what 
I think is required to accomplish what is needed but it wont compile 
because it errors on the "application_t app;" statement. Scanning the 
SOFIA library has left me confused about what and where "applications_T" 
is defined. Thanks for the help..

COMPILE ERROR:
gcc `pkg-config sofia-sip-ua --cflags --libs` -DCALLER \
-g -O0 -g -o sip-publish-responder sip-publish-responder.c
sip-publish-responder.c:54: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
sip-publish-responder.c:55: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
sip-publish-responder.c:61: error: expected declaration specifiers or 
‘...’ before ‘application_t’
sip-publish-responder.c:63: error: expected declaration specifiers or 
‘...’ before ‘oper_t’

CODE EXTRACTION FROM MY MODULE:

application_t *app;
operation_t *oper;

void event_callback(nua_event_t event,
int status,
char const *phrase,
nua_t *nua,
application_t *app,
nua_handle_t *nh,
oper_t *op,
sip_t const *sip,
tagi_t tags[]);

int
main (int argc, char *argv[])
{
su_root_t *root;
nua_t *nua;

oper->app = app;
.
app->nua = nua_create(root, /* Event loop */
event_callback, /* Callback for processing events */
app, /* Additional data to pass to callback */
NUTAG_URL("sip:127.0.0.1:5060"),
TAG_END()); /* Last tag should always finish the sequence */

oper->handle = nua_handle(app->nua, app,
SIPTAG_TO_STR("sip:[EMAIL PROTECTED]:5060"),
ta_tags(ta));

nua_notifier(oper->handle,
SIPTAG_EXPIRES_STR("3600"),
SIPTAG_EVENT_STR("presence"),
SIPTAG_CONTENT_TYPE_STR("application/pidf-partial+xml"),
NUTAG_SUBSTATE(nua_substate_pending),
TAG_END());

.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


Re: [Sofia-sip-devel] Using SOA

2006-11-26 Thread Chris Robson

No solution on the hanging problem yet.  Stepping back to using the SDP 
in INVITE function to get a better handle on things.

Pekka Pessi wrote:
> On 11/10/06, Chris Robson <[EMAIL PROTECTED]> wrote:
>> Any one have good working examples on how to use SOA?  What I thought
>> was fairly straight forward isnt turning out to be the case.  Everytime
>> I make any soa calls, for example to soa_create, soa_activate, my
>> program hangs.  I am stepping through the program with DDD.
>
> Don't know about good ones, but test_soa.c has some usage flows.
>
> Have you been able to figure out where the program hangs?
>

-- 
Christopher L Robson
Senior Computer Scientist
Naval Research Laboratory
Code 5591
4555 Overlook Ave
Washington, D.C. 20375
(V)202-404-3138
(NRL IM)[EMAIL PROTECTED]
(VoIP)[EMAIL PROTECTED]
(MSN IM)[EMAIL PROTECTED]
(AOL IM)chrislrobson


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


Re: [Sofia-sip-devel] sofia-sip changes (2006-11-21)

2006-11-22 Thread Chris Robson

Anyone try developing a B2BUA.  And has anyone develop SOA examples yet?

Thanks.

Sofia-SIP Darcs Changes wrote:
> This posting was generated automatically from darcs repo
> .
>
> Tue Nov 21 21:36:39 EET 2006  [EMAIL PROTECTED]
>   * tport_tls.c: use  instead of 
>
> M ./libsofia-sip-ua/tport/tport_tls.c -19 +19
>
> Tue Nov 21 21:33:59 EET 2006  [EMAIL PROTECTED]
>   * sac-general.m4, sofia.am, some Makefile.am's: include configure-generated 
> C flags in SOFIA_CFLAGS/AM_CFLAGS
>
> M ./libsofia-sip-ua-glib/su-glib/Makefile.am -7 +1
> M ./libsofia-sip-ua/sofia.am +2
> M ./libsofia-sip-ua/su/Makefile.am -4
> M ./m4/sac-general.m4 -2 +5
> M ./utils/Makefile.am +2
>
> Tue Nov 21 21:28:09 EET 2006  [EMAIL PROTECTED]
>   * tstdef.h: added TEST_P() and TEST_SIZE().
>
> M ./libsofia-sip-ua/su/sofia-sip/tstdef.h -14 +58
>
> Tue Nov 21 21:16:30 EET 2006  [EMAIL PROTECTED]
>   * http tests: using TEST_P() and TEST_SIZE().
>
> M ./libsofia-sip-ua/http/test_http.c -230 +235
>
> Tue Nov 21 21:14:23 EET 2006  [EMAIL PROTECTED]
>   * sip_url_query_as_taglist(): fixed replacing '=' with ':'
>
> M ./libsofia-sip-ua/sip/sip_tag_class.c -2 +2
>
> Tue Nov 21 21:13:38 EET 2006  [EMAIL PROTECTED]
>   * stun_dns.c: do not keep extra copies of domain names.
>
> M ./libsofia-sip-ua/stun/stun_dns.c -10 +21
> M ./libsofia-sip-ua/stun/stunc.c -1 +1
>
> Tue Nov 21 21:06:45 EET 2006  [EMAIL PROTECTED]
>   * iptsec tests: using TEST_P() and TEST_SIZE().
>
> M ./libsofia-sip-ua/ipt/torture_base64.c -20 +20
>
> Tue Nov 21 21:01:01 EET 2006  [EMAIL PROTECTED]
>   * sresolv tests: using TEST_P() and TEST_SIZE().
>
> M ./libsofia-sip-ua/sresolv/test_sresolv.c -25 +25
>
> Tue Nov 21 21:00:47 EET 2006  [EMAIL PROTECTED]
>   * soa tests: using TEST_P() and TEST_SIZE().
>
> M ./libsofia-sip-ua/soa/test_soa.c -4 +4
>
> Tue Nov 21 21:00:38 EET 2006  [EMAIL PROTECTED]
>   * sip tests: using TEST_P() and TEST_SIZE().
>
> M ./libsofia-sip-ua/sip/torture_sip.c -240 +257
>
> Tue Nov 21 21:00:29 EET 2006  [EMAIL PROTECTED]
>   * sdp tests: using TEST_P() and TEST_SIZE().
>
> M ./libsofia-sip-ua/sdp/test_sdp.c -2 +2
> M ./libsofia-sip-ua/sdp/torture_sdp.c -70 +65
>
> Tue Nov 21 21:00:02 EET 2006  [EMAIL PROTECTED]
>   * nua  tests: using TEST_P() and TEST_SIZE().
>
> M ./libsofia-sip-ua/nua/test_basic_call.c -2 +2
> M ./libsofia-sip-ua/nua/test_init.c -1 +1
> M ./libsofia-sip-ua/nua/test_nua_params.c -7 +7
> M ./libsofia-sip-ua/nua/test_refer.c -1 +1
>
> Tue Nov 21 20:59:46 EET 2006  [EMAIL PROTECTED]
>   * nth tests: using TEST_P() and TEST_SIZE().
>
> M ./libsofia-sip-ua/nth/test_nth.c -9 +9
>
> Tue Nov 21 20:59:38 EET 2006  [EMAIL PROTECTED]
>   * nta tests: using TEST_P() and TEST_SIZE().
>
> M ./libsofia-sip-ua/nta/test_nta.c -92 +92
> M ./libsofia-sip-ua/nta/test_nta_api.c -129 +129
>
> Tue Nov 21 20:59:24 EET 2006  [EMAIL PROTECTED]
>   * msg tests: using TEST_P() and TEST_SIZE().
>
> M ./libsofia-sip-ua/msg/test_msg.c -87 +90
>
> Tue Nov 21 20:59:11 EET 2006  [EMAIL PROTECTED]
>   * iptsec tests: using TEST_P() and TEST_SIZE().
>
> M ./libsofia-sip-ua/iptsec/test_auth_digest.c -23 +23
>
> Tue Nov 21 20:58:24 EET 2006  [EMAIL PROTECTED]
>   * bnf tests: using TEST_P() and TEST_SIZE().
>
> M ./libsofia-sip-ua/bnf/torture_bnf.c -36 +38
>
> Tue Nov 21 20:57:59 EET 2006  [EMAIL PROTECTED]
>   * url tests: using TEST_P() and TEST_SIZE().
>
> M ./libsofia-sip-ua/url/torture_url.c -45 +45
> M ./libsofia-sip-ua/url/urlmap.c -83 +84
>
> Tue Nov 21 20:57:41 EET 2006  [EMAIL PROTECTED]
>   * tport tests: using TEST_P() and TEST_SIZE().
>
> M ./libsofia-sip-ua/tport/test_tport.c -5 +5
>
> Tue Nov 21 20:57:19 EET 2006  [EMAIL PROTECTED]
>   * su tests: using TEST_P() and TEST_SIZE().
>
> M ./libsofia-sip-ua/su/test_htable.c -1 +1
> M ./libsofia-sip-ua/su/test_memmem.c -14 +11
> M ./libsofia-sip-ua/su/torture_rbtree.c -85 +85
> M ./libsofia-sip-ua/su/torture_su.c -1 +1
> M ./libsofia-sip-ua/su/torture_su_alloc.c -39 +41
> M ./libsofia-sip-ua/su/torture_su_port.c -2 +2
> M ./libsofia-sip-ua/su/torture_su_root.c -6 +9
> M ./libsofia-sip-ua/su/torture_su_tag.c -41 +41
> M ./libsofia-sip-ua/su/torture_su_time.c -1 +1
>
> Tue Nov 21 16:31:23 EET 2006  [EMAIL PROTECTED]
>   * silence a warning on test_memmem and make msvc build more strict
>
> M ./libsofia-sip-ua/su/test_memmem.c +4
> M ./win32/tests/test_memmem/test_memmem.dsp -4 +4
>
> Tue Nov 21 16:15:23 EET 2006  [EMAIL PROTECTED]
>   * fix a datatype on test_htable and make msvc build more strict
>
> M ./libsofia-sip-ua/su/test_htable.c -1 +1
> M ./win32/tests/test_htable/test_htable.dsp -4 +4
>
> Tue Nov 21 16:11:42 EET 2006  [EMAIL PROTECTED]
>   * use more correct data types on sip_options.c
>
> M ./utils/sip-options.c -2 +2
>
> Tue Nov 21 16:10:38 EET 2006  [EMAIL PROTECTED]
>   * enable level 4 warning

[Sofia-sip-devel] Using SOA

2006-11-10 Thread Chris Robson

Any one have good working examples on how to use SOA?  What I thought 
was fairly straight forward isnt turning out to be the case.  Everytime 
I make any soa calls, for example to soa_create, soa_activate, my 
program hangs.  I am stepping through the program with DDD.

Thanks

-- 
Chris


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel