hoangduit / sipeksdk

Automatically exported from code.google.com/p/sipeksdk
0 stars 0 forks source link

Log cannot be disabled #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. change the logLevel = 0 in SipConfigStruct does not disable pjsip.log  
2. it seems this logLevel doens't work .
3.

What is the expected output? What do you see instead?

by setting the logLevel to different value (0,1,2,3,4,5), the log file 
shall be different, 0 shall complete disabled the log)

What version of the product are you using? On what operating system?
Windows XP

Please provide any additional information below.

Original issue reported on code.google.com by zhangyue...@gmail.com on 11 Oct 2009 at 12:35

GoogleCodeExporter commented 9 years ago
this problem is fixed by update to the latest pjsipDll.dll file (rev 116).

however, the incoming call broke, cannot receive incoming call.

pjsipCallWrapper
onCallIncoming is called.
onCallStateChanged is not called.

Original comment by zhangyue...@gmail.com on 11 Oct 2009 at 1:34