Best Way to interface GUI to PJSUA ?

C
comments@freecle.com
Fri, Nov 21, 2008 7:55 AM

Gentlemen -

PJSUA currently has a command line interface.  I want to write a GUI front
end for it.  Has this been done before?  If so, can I get the code
somewhere?

Assuming I want to do it myself, I have thought about pasting in a server
socket using winsocket BSD-like code.  But does PJSUA have a better way of
doing this?  Is the best thing available the pj_ series of socket
functions?

Thanks for whatever you can tell me.

EVH

Gentlemen - PJSUA currently has a command line interface. I want to write a GUI front end for it. Has this been done before? If so, can I get the code somewhere? Assuming I want to do it myself, I have thought about pasting in a server socket using winsocket BSD-like code. But does PJSUA have a better way of doing this? Is the best thing available the pj_ series of socket functions? Thanks for whatever you can tell me. EVH
NI
Nanang Izzuddin
Wed, Nov 26, 2008 3:13 PM

Hi,

PJSUA currently has a command line interface.  I want to write a GUI front
end for it.  Has this been done before?  If so, can I get the code
somewhere?

Please check known open source projects using pjsip (I guess most of
them use pjsua-lib) in http://www.pjsip.org/contrib.htm, some of them
seem to have
GUI front end. Hope it might encourage you to enhance or build a better one :)

Assuming I want to do it myself, I have thought about pasting in a server
socket using winsocket BSD-like code.  But does PJSUA have a better way of
doing this?  Is the best thing available the pj_ series of socket
functions?

Not sure about this. In my personal opinion, pjlib socket framework is
comprehensive enough for multiplatform target.

Regards,
nanang

Thanks for whatever you can tell me.

EVH


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

Hi, > PJSUA currently has a command line interface. I want to write a GUI front > end for it. Has this been done before? If so, can I get the code > somewhere? Please check known open source projects using pjsip (I guess most of them use pjsua-lib) in http://www.pjsip.org/contrib.htm, some of them seem to have GUI front end. Hope it might encourage you to enhance or build a better one :) > Assuming I want to do it myself, I have thought about pasting in a server > socket using winsocket BSD-like code. But does PJSUA have a better way of > doing this? Is the best thing available the pj_ series of socket > functions? Not sure about this. In my personal opinion, pjlib socket framework is comprehensive enough for multiplatform target. Regards, nanang > > > > Thanks for whatever you can tell me. > > EVH > > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >
PG
pierrick grasland
Wed, Nov 26, 2008 3:22 PM

Hi,

not exactly what I call a GUI, but a good (and easy) alternative :

Zenity. It allow to create a bash script which generate Gnome style dialog
(list, text selection, file selection ...)

Regards,

On Wed, Nov 26, 2008 at 4:13 PM, Nanang Izzuddin nanang@pjsip.org wrote:

Hi,

PJSUA currently has a command line interface.  I want to write a GUI

front

end for it.  Has this been done before?  If so, can I get the code
somewhere?

Please check known open source projects using pjsip (I guess most of
them use pjsua-lib) in http://www.pjsip.org/contrib.htm, some of them
seem to have
GUI front end. Hope it might encourage you to enhance or build a better one
:)

Assuming I want to do it myself, I have thought about pasting in a server
socket using winsocket BSD-like code.  But does PJSUA have a better way

of

doing this?  Is the best thing available the pj_ series of socket
functions?

Not sure about this. In my personal opinion, pjlib socket framework is
comprehensive enough for multiplatform target.

Regards,
nanang

Thanks for whatever you can tell me.

EVH


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

--
Pierrick Grasland

Hi, not exactly what I call a GUI, but a good (and easy) alternative : Zenity. It allow to create a bash script which generate Gnome style dialog (list, text selection, file selection ...) Regards, On Wed, Nov 26, 2008 at 4:13 PM, Nanang Izzuddin <nanang@pjsip.org> wrote: > Hi, > > > PJSUA currently has a command line interface. I want to write a GUI > front > > end for it. Has this been done before? If so, can I get the code > > somewhere? > > Please check known open source projects using pjsip (I guess most of > them use pjsua-lib) in http://www.pjsip.org/contrib.htm, some of them > seem to have > GUI front end. Hope it might encourage you to enhance or build a better one > :) > > > Assuming I want to do it myself, I have thought about pasting in a server > > socket using winsocket BSD-like code. But does PJSUA have a better way > of > > doing this? Is the best thing available the pj_ series of socket > > functions? > > Not sure about this. In my personal opinion, pjlib socket framework is > comprehensive enough for multiplatform target. > > Regards, > nanang > > > > > > > > > > Thanks for whatever you can tell me. > > > > EVH > > > > > > _______________________________________________ > > Visit our blog: http://blog.pjsip.org > > > > pjsip mailing list > > pjsip@lists.pjsip.org > > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > -- Pierrick Grasland