summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-11-08Tagged 1.12v1.12Benny Prijono
2011-11-08Changed version to 1.12v1.12@3884Benny Prijono
2011-11-02More #1415: added protection when calling log, otherwise assertion will be ra...Benny Prijono
2011-11-02Fixed #1415: Handle potential crash if joining worker thread fails in pjsua_d...Benny Prijono
2011-11-02Fixed #1414: Removed assertion in transaction when event other than timer is ...Benny Prijono
2011-11-02Fix #1413: Fix G722.1 encoder to handle multiple frames per packet.Nanang Izzuddin
2011-10-31Fix #1410: Nanang Izzuddin
2011-10-31Fixed #1409: Assertion failure if unable to resolve TURN serverLiong Sauw Ming
2011-10-31Fixed #1408: Failed to authenticate to TURN client due to REALM attribute pad...Liong Sauw Ming
2011-10-28Fixed #1407: Deadlock in initial resolution of STUN serverBenny Prijono
2011-10-28Fixed #1405: Unable to reject unknown algorithm in authentication challengeBenny Prijono
2011-10-27Re #1252 (misc): Add codec initialization before opening it in pjmedia streamLiong Sauw Ming
2011-10-27Fixed #1341: Handle pjsua_acc_config's newly added fields in pjsua_acc_modify()Liong Sauw Ming
2011-10-25WAV playback is cut in the end if pjmedia_wav_player_port_set_pos() is called...Benny Prijono
2011-10-25Misc (re #1252): error compiling the IPP wrapper if AMR-WB is enabled but AMR...Benny Prijono
2011-10-21Fixed #1391: Missing CSeq check for incoming ACK in an INVITE session (thanks...Benny Prijono
2011-10-20Fixed #1319: When sips scheme is used, TLS must be used even when transport=t...Benny Prijono
2011-10-19Misc: failed to create CSV file with TRACE_JB feature in stream.c because Lin...Benny Prijono
2011-10-19Renamed enum names to comply with the spec in ticket (re #1216)Benny Prijono
2011-10-19Fixed #1216: New pjsua_destroy2() API to allow shutting down the library with...Benny Prijono
2011-10-19Misc (re #1252): fixed misleading doxygen documentation that says app may ins...Benny Prijono
2011-10-18Re #1342: Fix wrong #ifdef conditionLiong Sauw Ming
2011-10-18Set correct endianness for Windows Mobile and Symbian (re #1252, r3766)Benny Prijono
2011-10-18Re #1252: Add the definition of PJ_AUTOCONF in ipjsuaLiong Sauw Ming
2011-10-18Re #1252: Add PJLIB endianness preprocessor macro definition in autoconfLiong Sauw Ming
2011-10-17Closed #1389: Add support for iOS 5 buildLiong Sauw Ming
2011-10-14Support for OpenCORE AMR-NB codec on Windows. This closes #1388Benny Prijono
2011-10-14Committing re #1388: Support for OpenCORE AMR-NB codec (thank you Dan Arrheni...Benny Prijono
2011-10-14Fixed #1387: Bug in printing user defined header in multipart message (thanks...Benny Prijono
2011-10-13Re #1378:Nanang Izzuddin
2011-10-11Fixed #1386: fixed send_raw_resolver_callback() in sip_util.c, should increme...Nanang Izzuddin
2011-10-11Fixed #1385: fixed match_offer() of SDP negotiator in comparing rtpmap encodi...Nanang Izzuddin
2011-10-11Some more error handling (re #1384: HTTP client source port range)Benny Prijono
2011-10-11Fixed #1384: HTTP client source port range setting (thanks Johan Lantz for th...Benny Prijono
2011-10-11Misc (#1252): Wrong APS/VAS frame header generation for AMR silence/NO_DATA f...Nanang Izzuddin
2011-10-09Fixed #1383: Update the transport adapter sample in pjsuaBenny Prijono
2011-10-03Fix #1378: replaced discard rate decision based on overflow precentage (prece...Nanang Izzuddin
2011-09-22Fixed bug in re #1376: pjsua_call_info() could not be called when state is di...Benny Prijono
2011-09-22More re #1375: fixed bug, the reg_first_retry interval is not copied to accou...Benny Prijono
2011-09-22More re #1375: added log showing the interval when scheduling the registratio...Benny Prijono
2011-09-22Fixed #1376: Crash if pjsua_call_get_info() is called with disconnected callBenny Prijono
2011-09-22Remove default endianness for bi-endian systems such as MIPS, ARM, and PowerP...Benny Prijono
2011-09-22Another fix to pj_stun_sock_op_name() to support PJ_STUN_MAPPED_ADDR_CHANGE. ...Benny Prijono
2011-09-21Added option to control first re-registration retry interval. This closes #1375Benny Prijono
2011-09-21Fixed sockaddr address comparison error with memcmp, and use pj_sockaddr_cmp(...Benny Prijono
2011-09-21Added missing PJ_STUN_SOCK_MAPPED_ADDR_CHANGE name to pj_stun_sock_op_name. T...Benny Prijono
2011-09-21Added endianness test in pjlib-test (Misc, re #1252)Benny Prijono
2011-09-19Fixed #1374: Assertion when CANCEL and INVITE final response "crosses the wire"Benny Prijono
2011-09-16Fixed #1371: Soft deadlock when application query call info of other call ins...Benny Prijono
2011-09-15Fixed #1369: Local state is set to HOLD even if hold operation failsBenny Prijono