Hi Raouf,

> I want to retrieve different SIP packet (sended and received sip
> packet: registration, ack, authentification , ... ) from the lib and
> display them in the screen ?
> 
> I use Linphone Library  for Android .

You might try to hijack the log function, defined in
linphonecore_jni.cc. You would have to test for the pattern you want to
extract; call a Java function through JNI with the extracted String;
display it on screen.

Guillaume

_______________________________________________
Linphone-users mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/linphone-users

Reply via email to