Re: [Sofia-sip-devel] Howto build sofsip client

2006-06-06 Thread Martti Mela
Hey Claudio, And welcome onboard! To build sofsip-cli you first need to fetch a Sofia-SIP release (or get one from darcs repository). Then configure, make and make install Sofia-SIP. After this you can proceed with sofsip-cli: ~/dev/sofsip-cli

[Sofia-sip-devel] updated gaim-sip-plugin

2006-06-06 Thread Martti Mela
Hello, Just applied patches by Fredrik Thulin for gaim-sip-plugin. Thanks Fredrik! The plugin works nicely (for me, at least;) with the latest Gaim SVN. Best regards, Martti Tue Jun 6 18:13:07 EEST 2006 [EMAIL PROTECTED] * updated ChangeLog M ./ChangeLog +11 Tue Jun 6

[Sofia-sip-devel] SIP-Gaim-plugin, network detection and Gstreamer 0.10

2006-07-28 Thread Martti Mela
experienced with ALSA and sofsip-cli with Gst 0.10. The changes are in darcs, and the ChangeLog follows in the bottom. Regards, Martti -- Martti Mela, Nokia Research Center Thu Jul 27 21:04:44 EEST 2006 [EMAIL PROTECTED] * Re-register works now when IP address changes in OSX M ./src

[Sofia-sip-devel] network change detection support

2006-08-15 Thread Martti Mela
Hello ladies, I just added initial support for network change detection. This seems to work for OS X, but Linux and Windows support are missing. Here's the short introduction: The idea behind is to enable stack recovering in an environment where IP address or network changes. Change of

Re: [Sofia-sip-devel] head version fails to compile

2006-08-17 Thread Martti Mela
Thanks Henrik, Hopefully the stack compiles fluently now. BR, Martti On Aug 16, 2006, at 1:20 PM, ext Henrik Nordstrom wrote: After the latest changes the tree from darcs can not compile. sofia-sip/libsofia-sip-ua/su/su_os_nw.c:87: error: expected ')' before 'store' make[4]: ***

Re: [Sofia-sip-devel] network change detection support

2006-08-17 Thread Martti Mela
Hey, Network detection has now been tested with REGISTER and MESSAGE and switching the network seems to work without crashing the stack. After change is detected, NUA destroys old tport and associated Vias + public Vias. After this a new tport master + tport primaries are created and

Re: [Sofia-sip-devel] OOPS, From sip:123456789@ vs From sip:12.34.56.789

2006-08-28 Thread Martti Mela
. Check ssip_login(), for example[1]. BR, Martti [1] http://sofia-sip.net/cgi-bin/darcs.cgi/gaim-sip-plugin/src/ssip.c? c=annotate -- Martti Mela, Nokia Research Center - Using Tomcat but need to do more? Need to support

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

2006-09-09 Thread Martti Mela
. Anyway, here's the thread with Pekka's answer below: http:// sourceforge.net/mailarchive/forum.php?thread_id=30384794forum_id=45790 Best regards, Martti -- Martti Mela, Nokia Research Center - Using Tomcat but need

[Sofia-sip-devel] Fwd: Current darcs and Mac OS X

2006-09-28 Thread Martti Mela
It's the magnificent handless moron here, again. So, after telling guys here for N times I sent this post to dev I just noticed I didn't. Martti Begin forwarded message: From: Martti Mela [EMAIL PROTECTED] Date: September 28, 2006 9:23:38 AM GMT+03:00 To: ext Brian West [EMAIL PROTECTED

[Sofia-sip-devel] OSX core foundation run loop implemented

2006-10-11 Thread Martti Mela
Dear all, I've just pushed OSX specific updates to darcs. With these Sofia's events should be trigger from Core Foundation's (CF) run loop if enabled on OSX. There are two test scripts available at libsofia-sip- ua/su: su_root_test_osx and test_su_osx. They are based on su_root_test and

Re: [Sofia-sip-devel] sofiasip-gaim-prpl

2006-11-03 Thread Martti Mela
Hello Alex, Which version of the plugin are you using? The releases on our project pages don't support Gstreamer 0.10 really so the only change is to get sources directly from our darcs repository (darcs get http://sofia-sip.org/repos/gaim-sip-plugin) I've only been testing it with OS X

Re: [Sofia-sip-devel] Windows project file

2006-11-27 Thread Martti Mela
Hello, You can find the VC project file under sofia-sip/win32 directory. For a sample application you can try sofsip-cli (https://sourceforge.net/project/showfiles.php? group_id=143636package_id=179933). BR, Martti -- Martti Mela, Nokia Research Center On Nov 26, 2006, at 5:02 PM, ext

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

2007-02-25 Thread Martti Mela
Hey, You need to define application_t and oper_t structures based on your requirements. The simplest case is to define these as typedef struct { nua_t *nua; } application_t; typedef struct { application_t *app; nua_handle_t *handle; } oper_t; For real life implementations please

[Sofia-sip-devel] Initial support for Symbian Open C platform

2007-04-30 Thread Martti Mela
Hey everyone, After hacking for some time, Sofia now successfully compiles on Open C environment[1,2]! I've just committed the changes to darcs and a few tests (for su, msg, url) are included, too. tport and nua (among others) are still work in progress, but feel free to add the missing tests ;)

Re: [Sofia-sip-devel] working stun - symmetric response routing anyone ?

2007-05-22 Thread Martti Mela
Hey Marcus, Great to hear that you created the python bindings! Could you send the code for me? I'd be happy to try that out and maybe we could consider either merging that to our tree or to create another public project for them? All the best, Martti On 5/16/07 6:42 PM, ext Marcus Priesch

[Sofia-sip-devel] Open C porting

2007-06-28 Thread Martti Mela
Hey, So I pushed a lot of Open C related patches to the repository. The major new feature is in the Symbian specific file su/su_open_c_localinfo.cpp. It has the logic (hmm... ;) for raising up the access point selection pop-up list. All subsequent su_socket() calls will cause sockets to be mapped

Re: [Sofia-sip-devel] Sofia-sip for Symbian (Open C version) with GCCE compiler

2007-07-18 Thread Martti Mela
Uh, sorry my mistake: first you need to run sofia-sip\open_c\autogen.cmd and sofia-sip\open_c\build_sources.cmd files. Note that for this you need awk for Windows (mawk). When running abld the compiler might complain about not finding the Open C headers. Then just correct the paths according to

[Sofia-sip-devel] Pidgin-sofiasip-plugin

2007-08-27 Thread Martti Mela
Hey everyone, So I did some mods to gaim-sip-plugin, ie. s/gaim/pidgin/g and some s/gaim/purple/g, too with some API updates. The repository is also moved to http://sofia-sip.org/repos/pidgin-sofiasip-plugin. Please give it a try and if you find it nice and spicy I'll do a new release later this