summaryrefslogtreecommitdiff
path: root/pjsip
AgeCommit message (Expand)Author
2012-03-15Fix #1464: Only use PJSUA lock in PJSUA implementations of INVITE session cal...Nanang Izzuddin
2012-03-15Lower the default TCP/TLS idle time from 600s to 30s to improve battery consu...Benny Prijono
2012-03-06Fixed #1460: Allow call to transition to CONFIRMED state even when SDP negoti...Benny Prijono
2012-03-06Fix #1457: removed check for remote SDP media count before calling find_audio...Nanang Izzuddin
2012-02-27Fixed #1455: Incoming re-INVITE is unhandled if it comes in CONNECTING state ...Benny Prijono
2012-02-18Fixed #1452: Wrong call media state is reported if hold request is challenged...Benny Prijono
2012-02-16Allow run-time control of automatic switching to TCP when request is larger t...Benny Prijono
2012-02-02Misc (re #1417): fixed sample code in PJSUA-API Media Manipulation doxygen, p...Nanang Izzuddin
2012-01-17Close #1448: removed server name setting from TLS transport config.Nanang Izzuddin
2012-01-16Close #1014:Nanang Izzuddin
2011-12-26Fixed #1432: Removed assertion in transaction when event is received in DESTR...Benny Prijono
2011-12-20Fixed #1431: Support for RFC 4169/Digest Authentication Using AKAv2 (thanks A...Benny Prijono
2011-12-19Fixed #1426: Race condition in auto-closing and/or auto-opening of the sound ...Benny 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-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-27Fixed #1341: Handle pjsua_acc_config's newly added fields in pjsua_acc_modify()Liong Sauw Ming
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-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-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-11Fixed #1386: fixed send_raw_resolver_callback() in sip_util.c, should increme...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-21Added option to control first re-registration retry interval. This closes #1375Benny 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
2011-09-09Fixed #1367: Crash if presence PIDF body is missing <basic> element (thanks M...Benny Prijono
2011-09-08Fixed Symbian build error due to re #1364Benny Prijono
2011-09-08Added support for forking of reliable provisional response (100rel):Benny Prijono
2011-09-07Always enclose Contact URI with double quote to prevent invalid Contact URI i...Benny Prijono
2011-07-22Fixed #1336 make doc now creates version specific docsPerry Ismangil
2011-07-07Misc (re #1252): prevent assertion caused by bad account when scanning accoun...Benny Prijono
2011-06-24Fixed #1318: Prevent PJSIP_INV_STATE_CALLING from being reported more than on...Benny Prijono
2011-06-22Closed #1313 (Account option to disable registration when account is added) a...Benny Prijono
2011-06-20Fixed #1310:Nanang Izzuddin
2011-06-16Re #1306:Nanang Izzuddin
2011-06-16Closed #1173: PJSUA callback to allow creation of custom media transports by ...Liong Sauw Ming
2011-06-16Fixed #1305: Bug in pjsua_call_hangup_all() may cause deadlock (thanks Kees v...Benny Prijono
2011-05-27Fixed #1302: Bug in soft deadlock detection may cause program to block indefi...Benny Prijono
2011-05-20Fixed #1291:Nanang Izzuddin
2011-05-19Fixed #1268: Option for automatic/manual sending of RTCP SDES/BYE for the str...Liong Sauw Ming