[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

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

2007-07-24 Thread Martti Mela
ILD\sofia-sip\open_c\group\LIBSOFIA-SIP-UA\GCCE\LIBSOFIA-SIP-UA.GCC > E'. > Stop. > make: *** [TARGETLIBSOFIA-SIP-UA] Error 2 >make -r -f "\EPOC32\BUILD\sofia-sip\open_c\group\GCCE.make" FINAL > CFG=UREL VERBOSE=-s > > One more bit of info on our build en

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 y

[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] How to compile Sofia-SIP on Carbide.c++

2007-06-28 Thread Martti Mela
Hi Rekha, Please give it another try by pulling the latest patches from the repository. I¹ve been successfully importing the project to carbide 1.2 and compiled+ran the test apps with it. Test_tport seems to work nicely, there are some problems with test_nua but those might be minor problems or no

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" <

Re: [Sofia-sip-devel] sip-gaim-plugin, no rules for make clean.

2007-05-16 Thread Martti Mela
Hey, Strange: for me it works with the latest sources from darcs. Try ./configure && make clean and see what happens? BR, Martti On 5/11/07 9:01 AM, "ext loell" <[EMAIL PROTECTED]> wrote: > hi, i downloaded sip-gaim-plugin from the darcs repo, > > i tried compiling, it was successful,but whe

[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 ;) A

[Sofia-sip-devel] su_inline

2007-04-24 Thread Martti Mela
Hey, I've changed all the references from 'static inline' to su_inline. This eases the compilation on machines where inline is defined as '__inline'. ./configure takes care of determining the right keyword (inline/__inline) and su_inline is set accordingly in su/sofia-sip/su_configure.h. I hope t

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 ta

[Sofia-sip-devel] FOSDEM

2007-02-22 Thread Martti Mela
Hey, I'm participating to FOSDEM in Brussels so if some of you happen to appear there too, send me mail for phone number and let's have an ad- hoc meeting there. See you! Martti - Take Surveys. Earn Cash. Influence the

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=143636&package_id=179933). BR, Martti -- Martti Mela, Nokia Research Center On Nov 26, 2006, at 5:0

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 so

[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 tes

[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 > T

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

2006-09-09 Thread Martti Mela
ilbox... maybe he's reply got lost on its way to yours. Anyway, here's the thread with Pekka's answer below: http:// sourceforge.net/mailarchive/forum.php?thread_id=30384794&forum_id=45790 Best regards, Martti -- Martti Mela, Nokia Research Center ---

Re: [Sofia-sip-devel] OOPS, From

2006-08-28 Thread Martti Mela
gaim-sip-plugin has a working implementation. 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

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 registe

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]: *** [s

[Sofia-sip-devel] network change detection support

2006-08-14 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 addr

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

2006-07-28 Thread Martti Mela
the capture). The playback problem might be similar to what Kai has 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 PROTECTE

Re: [Sofia-sip-devel] memory footprint of sofia-sip?

2006-06-13 Thread Martti Mela
Hey, The reason why the library size is more than 5M for you is that the compiled library contains debugging symbols by default. You can remove them by "strip". Here's a listing of libsofia-sip-ua in my MacBook Pro before and after stripping all the non-global symbols: mela$ ls -lF libsofia

[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 18:09:31

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> PKG_CONFIG_PATH=/path/to/just/installed/sofia