Re: [Sofia-sip-devel] Sofsip-cli and GUI question

2008-12-11 Thread mingcheng hu
Thanks, Now I can do it. 2008/12/11 Stefano Sabatini <[EMAIL PROTECTED]> > On date Thursday 2008-12-11 11:22:16 +0800, mingcheng hu phoned this: > > Hi, all > > I want to write a soft phone .The idea is to modify > > sofsip_cli(reusing the functionality in C),writing a GUI bindings

Re: [Sofia-sip-devel] Sofsip-cli and GUI question

2008-12-11 Thread Tan Miaoqing
Hi, Certainly there are many ways to deliver events between two modules. Stefano has mentioned a multi-thread approach above, and I can also share some of my ideas. You can utilize glib's signal mechanism (http://library.gnome.org/devel/gobject/stable/signal.html). You just need to create a signa

Re: [Sofia-sip-devel] Sofsip-cli and GUI question

2008-12-11 Thread Stefano Sabatini
On date Thursday 2008-12-11 11:22:16 +0800, mingcheng hu phoned this: > Hi, all > I want to write a soft phone .The idea is to modify > sofsip_cli(reusing the functionality in C),writing a GUI bindings for these > C functions. > The problem is how do I send a event from GUI to sofia ev

[Sofia-sip-devel] Sofsip-cli and GUI question

2008-12-10 Thread mingcheng hu
Hi, all I want to write a soft phone .The idea is to modify sofsip_cli(reusing the functionality in C),writing a GUI bindings for these C functions. The problem is how do I send a event from GUI to sofia event callback? --