Fatemeh
unread,Jun 14, 2011, 2:52:54 AM6/14/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Siphon
Hi dears,
I need to log data packet and check it, I checked PJSIP functions and
found PJ_Log, I used it but this did not log on console( I added this
code in pjsua_im.c file in pjsua_im_send function)
PJ_LOG(1,(THIS_FILE,
"UDP Packet \'%s\'",
im_data));
I did test level 2,3,4;
I'm not sure how can I do that and using PJ_LOG is true or not. Can I
use NSLog in PJSip Libs?
Thanks for your help.