[Sofia-sip-devel] Adding UPnP-support

2008-04-21 Thread Erland Lewin
I sent an e-mail asking about UPnP support, didn't get a reply, so now I'm looking at implementing it. My plan is to add two tport_vtable_t, one for udp with upnp and one for upnp client with upnp. Does that make sense? To start with I'm using the same function pointers as for regular UDP, but

Re: [Sofia-sip-devel] Adding UPnP-support

2008-04-21 Thread Pekka Pessi
2008/4/21, Erland Lewin [EMAIL PROTECTED]: I sent an e-mail asking about UPnP support, didn't get a reply, so now I'm looking at implementing it. Cool. I recall that we had a UPnP implementation, but it was not compatible with LGPL so it was dropped. My plan is to add two tport_vtable_t, one

[Sofia-sip-devel] Problem with message with large message-body

2008-04-21 Thread takeshi mayama
Hello, I'm having problems using Sofia 1.12.8 under linux. The scenario is this: The code successfully subscribes to a ParkServer to receive NOTIFY messages when calls are parked/unparked on it. When the NOTIFY arrives, nta rejects the message with 400 Bad Request. Using gdb, I can see nta does

[Sofia-sip-devel] Missing NUA callbacks with su_glib

2008-04-21 Thread Alexander Beisig
Hello, my callback function for nua_create doesn't seem to be called when I'm using the su_glib functions to integrate sofia with GLib. Minimal and ugly example code: #include glib.h #include sofia-sip/su_glib.h #include stdio.h #include sofia-sip/nua.h void timerf(su_root_magic_t *magic,

[Sofia-sip-devel] Problem with message with large message-body

2008-04-21 Thread takeshi mayama
Sorry, please ignore this e-mail. I'm running linux on a VM and the host is misbehaving. For now, I believe there is a problem with it, not with sofia. regards, mt. On Tue, Apr 22, 2008 at 1:37 AM, takeshi mayama [EMAIL PROTECTED] wrote: Hello, I'm having problems using Sofia 1.12.8 under