Dear all,
 
   I wonder which function in sofsip_cli starts the command line interface 
(CLI)? 
 
     I suspect that sofsip_init() function starts the CLI.  In my voIP 
application, I want to disable the command line interface. Therefore, I do not 
call sofsip_init() However, the CLI starts anyway. Anyone can give me a hint 
when and where the CLI is started?  My initVoip only includes the following 
functions:su_init();su_home_init()su_root_create(); ssc_create();
 
   Thanks for your help!
 
Xing
 
  ######### The complete initVoip############
int initVoip()> {> global_cli_p = cli;>> su_init();> 
su_home_init(cli->cli_home);> g_type_init();> {> guint major, minor, micro, 
nano;> gst_init (NULL, NULL);> gst_version (&major, &minor, &micro, &nano);> 
g_message ("This program is linked against GStreamer %d.%d.%d\n", major,> 
minor, micro);> }>> cli->cli_root = su_root_create(cli); //Create a application 
root object.>> cli->cli_ssc = ssc_create(cli->cli_home, cli->cli_root, 
cli->cli_conf);>> return 0;> }
_________________________________________________________________
Get more out of the Web. Learn 10 hidden secrets of Windows Live.
http://windowslive.com/connect/post/jamiethomson.spaces.live.com-Blog-cns!550F681DAD532637!5295.entry?ocid=TXT_TAGLM_WL_domore_092008
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to