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

2007-05-31 Thread Kai Vehmanen
Hi Marcus and others, On Tue, 29 May 2007, Marcus Priesch wrote: >> it should work out of the box, but requires that server supports the rport >> (RFC3581) extension. > > so the "Yes, the above API does not work at the moment. :(" comment from > you in your previous mail wasn't meant for the rfc3

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

2007-05-29 Thread Marcus Priesch
Hi Kai, dear list, thanks for your reply, i think i have tackled down the problem. it was caused by some confusion i encountered during reading some books over Voip and experimenting with asterisk, sofia-sip and ekiga - yeah, read the fine rfc and you should be happy - i read it - and now i'm feel

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

2007-05-26 Thread Kai Vehmanen
Hi, On Tue, 22 May 2007, Marcus Priesch wrote: > thanks for the reply, sad enough to hear that stun doesn't work for the > signalling :( but hey, nobody is perfect ;) - so, whats the way to go > then ? - how do i manage to get the rport stuff working correctly ... do > i need to do some manual tu

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

2007-05-24 Thread Marcus Priesch
Hi there, well i came up with some modifications to the code without further understanding of the sofia-sip internals ... ;) - kai, martti, pekka, where is the big picture - i'm pretty sure there is one ... ?!?! however, only one thing is missing, but with the hardcoded ip-address it works for m

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

2007-05-22 Thread Marcus Priesch
Hi Martti, ... wouldn't call them "bindings" :) its rather a couple of automatically generated (with the ctypes code generator) python files from some of sofia-sip's .h files (nua, soa, stun, su_wait) and a couple of receipts on how to specify the tags, how to create the callback functions and h

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] working stun - symmetric response routing anyone ?

2007-05-22 Thread Marcus Priesch
Hi Kai, thanks for the reply, sad enough to hear that stun doesn't work for the signalling :( but hey, nobody is perfect ;) - so, whats the way to go then ? - how do i manage to get the rport stuff working correctly ... do i need to do some manual tuning, or should it work out-of-the-box ? the web

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

2007-05-21 Thread Kai Vehmanen
Hi, On Wed, 16 May 2007, Marcus Priesch wrote: > first of all, thanks for that great piece of software, i am using it now > for quite a while and it's really nice ;) - under python via ctypes - > YEAH ! thanks, that's good to hear! :) > but i im totally stuck with the stun thing - even the sofs

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

2007-05-16 Thread Marcus Priesch
Dear All, first of all, thanks for that great piece of software, i am using it now for quite a while and it's really nice ;) - under python via ctypes - YEAH ! but i im totally stuck with the stun thing - even the sofsip-cli isn't working as expected. i have searched the mailing list, looked at