Custom Query (2195 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (70 - 72 of 2195)

Ticket Resolution Summary Owner Reporter
#84 fixed pjsua_transport_close() doesn't properly close transports (especially TLS) bennylp bennylp
Description

The pjsua_transport_close() function in PJSUA-API doesn't handle TLS transport case. Thanks Alain Totouom <alain.totouom at gmx de> for reporting this.

#85 fixed Visual Studio 2005 Sample-Makefile bennylp pjsip@…
Description

Trunk (Rev. 916) does not compile samples section under VS 2005.

Change first line of pjsip-apps\build\Samples-vc.mak from

TARGET = i386-win32-vc6-$(BUILD_MODE)

to

TARGET = i386-win32-vc8-$(BUILD_MODE)

Cheers,

Roman

#86 fixed Bugs in WAV playlist bennylp bennylp
Description

The *current_file* variable is not always consistent and need to be updated specially when the last file in the list has been played otherwise there is a crash due to an access violation since it's used as an index for the playlist;

The statement

current_file = fport->current_file;

shall be the first statement in the *while (size_left > 0)* loop to fix that array index bug ;o)

Thanks Alain Totouom for the report/fix.

Note: See TracQuery for help on using queries.