*Dear All,
sorry for my previous wrong formatted post. I am trying to compile sofia-sip
with glib support.
Until now I was able to cross compile the sofia-sip for arm9 with the option
--without-glib.
I also tested it in the embedded environment with the “Hello world” sample
project.
Since
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