KERN-EXEC 3 on pjsua_transport_create

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



hi
i'm new to this api and i'm trying to write sip app for symbain 9.2 ,
the current status is that testing on the emulator fail on  KERN-EXEC 3 on pjsua_transport_create
i'm  follow the example from http://www.pjsip.org/pjsip/docs/html/group__PJSUA__LIB__BASE.htm
 
 
status = pjsua_create();
if (status != PJ_SUCCESS) {
     pjsua_perror(THIS_FILE, "Error initializing pjsua", status);
     exit;
}// Initialize configs with default settings.
    pjsua_config_default(&ua_cfg);
    pjsua_logging_config_default(&log_cfg);
    pjsua_media_config_default(&media_cfg);/ Initialize pjsua
    status = pjsua_init(&ua_cfg, &log_cfg, &media_cfg);
    if (status != PJ_SUCCESS) {
          pjsua_perror(THIS_FILE, "Error initializing pjsua", status);
          exit;
    }  //this part is from symbian_ia_gui example  pjsua_transport_config tcfg;pjsua_transport_id tid;pjsua_transport_config_default(&tcfg);tcfg.port = SIP_PORT;status = pjsua_transport_create(PJSIP_TRANSPORT_UDP, &tcfg, &tid);if (status != PJ_SUCCESS) {pjsua_perror(THIS_FILE, "Error creating transport", status);pjsua_destroy();exit;} any idea  ? nimco 
_________________________________________________________________
News, entertainment and everything you care about at Live.com. Get it now!
http://www.live.com/getstarted.aspx
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20080904/1a1b0d46/attachment.html 


[Index of Archives]     [Asterisk Users]     [Asterisk App Development]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [Linux API]
  Powered by Linux