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