Re: [Sofia-sip-devel] Invite Hello World

2007-05-07 Thread Nickolay V. Shmyrev
В Вск, 06/05/2007 в 21:46 +1000, [EMAIL PROTECTED] пишет: > Hello list, > > I'm trying to get a simple "hello world" sample up and going and I am > having trouble sending and receiving an INVITE. I've looked at > http://wiki.opensource.nokia.com/projects/SofiaTutorial and I can send and > receive

Re: [Sofia-sip-devel] /util/sip-options program

2007-02-01 Thread Nickolay V. Shmyrev
>On 1/31/07, Nickolay V. Shmyrev <[EMAIL PROTECTED]> wrote: >> В Втр, 30/01/2007 в 17:21 -0800, Jerry Richards пишет: >> > When I run >> > "/util/sipo-options --contact=sip:[EMAIL PROTECTED] --from=sip:[EMAIL >> > PROTECTED] >> > 8.72.130 s

Re: [Sofia-sip-devel] Help compiling the hello world sample

2007-02-01 Thread Nickolay V. Shmyrev
>Hi all, >I'm new to the sofia and hoped i could get some help with it. > >I successfully installed the sofia, and executed the sip-options and stunc >provided by the sofia. >( i installed the sofia on the default dir if its of any importance ). >I've decided to move on and try to compile the "hell

Re: [Sofia-sip-devel] Hi I wanted to be able to post on the sofia-sip-devel mailing list

2007-01-31 Thread Nickolay V. Shmyrev
В Срд, 31/01/2007 в 16:45 +0200, Yossi пишет: > I've registered to the mailing list and want to be able to post to it. > > Thanks, > Yossi. > You are able now :) Welcome aboard. - Using Tomcat but need to do more? Need

Re: [Sofia-sip-devel] /util/sip-options program

2007-01-31 Thread Nickolay V. Shmyrev
В Втр, 30/01/2007 в 17:21 -0800, Jerry Richards пишет: > When I run > "/util/sipo-options --contact=sip:[EMAIL PROTECTED] --from=sip:[EMAIL > PROTECTED] > 8.72.130 sip:[EMAIL PROTECTED]", I get the following runtime error: > > sup_port(0x804b5f8):epoll_create(): function not implemented >

Re: [Sofia-sip-devel] Embedded Suitability

2007-01-29 Thread Nickolay V. Shmyrev
>Is the Sofia-SIP stack suitable for an embedded MIPS/Linux environment? > Yes, it's suitable. Sofia-sip is stable at least it satisfies our expectation and works exactly on embedded MIPS device under Linux. About memory footprint you can read this thread: http://sourceforge.net/mailarchive/for

Re: [Sofia-sip-devel] erro when make libnua.a in uClinux

2006-09-24 Thread Nickolay V. Shmyrev
В Птн, 22/09/2006 в 12:03 +0800, =?big5?q?33=20=FFffc4=FFffac?= пишет: > Hi,All > I try to port sofia sip to uClinux, I had build a lot > library successfully, but when I make nua.a I got the > following error, > After trace the code ,it seems come from the line > tl_filtered_tlist

Re: [Sofia-sip-devel] MSVC detected 64 bit issues.

2006-08-29 Thread Nickolay V. Shmyrev
В Пнд, 28/08/2006 в 20:50 -0400, Michael Jerris пишет: > + if (url->url_port) rv += (int)strlen(url->url_port) + > 1; /* plus ':' */ Sorry, but this (int)strlen doesn't seems like a correct thing to me. Probably it indicates different problems somewhere outside. signature.asc Descr

Re: [Sofia-sip-devel] sofsip-cli updates, odd glib error

2006-08-25 Thread Nickolay V. Shmyrev
В Птн, 25/08/2006 в 00:07 +0200, Henrik Nordstrom пишет: > tor 2006-08-24 klockan 17:08 +0300 skrev Kai Vehmanen: > > > Generally, some people have complained about lack of example code, and > > having all the example clients dependent on glib (not quite true as we > > have sip-options.c, sip-da

Re: [Sofia-sip-devel] can't put to work sofsip_cli

2006-07-22 Thread Nickolay V. Shmyrev
В Птн, 21/07/2006 в 17:12 +0400, Sergey Vointsev пишет: > Good day everyone! > > I've a problem - I've compiled both library and sofsip_cli > successfully (linux_x86), but I can't connect to sip server with it. I > use Asterisk-win32 with default config as server. Other clients (i.e. > SJphone) wo

Re: [Sofia-sip-devel] problems crosscompiling with glib

2006-07-06 Thread Nickolay V. Shmyrev
В Чтв, 06/07/2006 в 22:18 +0200, Marcus Priesch пишет: > Hi Nickolay, > > thanks for the comment - i have this already, the problem is that > libtool converts (for some reason whatever) : Forgive me for that misunderstanding I should read mail first before replying. Rather strange situation, f

Re: [Sofia-sip-devel] problems crosscompiling with glib

2006-07-06 Thread Nickolay V. Shmyrev
В Чтв, 06/07/2006 в 19:39 +0200, Marcus Priesch пишет: > Hi Fellas, > > I'm new to this list and also to sofia-sip and sip in general - but not > to linux in particular - at least i thought so ;) > > well the problem i encounter is in libtool/automake et al. i assume ... > > - i have a target s

Re: [Sofia-sip-devel] Newbie problem with nua

2006-06-08 Thread Nickolay V. Shmyrev
В Чтв, 08/06/2006 в 14:35 +0200, Pontus Nyman пишет: > Hi. > > I'm new to the list and to the Sofia SIP stack. I'm trying to get > started using the NUA API and have made a very simple test application > based on the code on http://sofia-sip.sourceforge.net/refdocs/nua/. > > The test application

Re: [Sofia-sip-devel] possible memory leak

2006-06-05 Thread Nickolay V. Shmyrev
В Пнд, 05/06/2006 в 15:48 +0300, Tiago Loureiro пишет: > Hello, > I'm trying to use Sofia-SIP stack and have written a very small > server-like application which simply answers for invites, answers OK > back with some SDP and finally hangs up the call when BYE is received. > Everything works fine b

Re: [Sofia-sip-devel] Multi-Threading Problemes

2006-03-31 Thread Nickolay V. Shmyrev
> >/"Aren't you using not reentrant function gethostbyname instead of reentrant >gethostbyname_r?"/ > >I'm using the sofia resolver, it does not use the gethostbyname function. > > > Well, not exactly you are using, but sofia is using, look at get_addr function in su_addrinfo.c

Re: [Sofia-sip-devel] Multi-Threading Problemes

2006-03-31 Thread Nickolay V. Shmyrev
>Hello, > >I'm still working on the Sofia-resolver, and I have some trouble with >the multi-threading management in Sofia. >In my case I have a program that is listening on an IPC message queue. > >This program receives addresses from queue and have to solve them >(following the RFC3263). >I have