summaryrefslogtreecommitdiff
path: root/pjsip/include/pjsua-lib
AgeCommit message (Expand)Author
2008-02-26Ticket #495: ability to specify different clock rate when opening sound deviceBenny Prijono
2008-02-20Ticket #489: New PJSUA callbacks to notify application when media stream is c...Benny Prijono
2008-02-02More ticket #61: fixed signaling security level calculation for SRTPBenny Prijono
2008-01-25Fixed doxygen comments everywhereBenny Prijono
2008-01-24Return 406/Not Acceptable if SRTP negotiation failed instead of 500Benny Prijono
2008-01-23Ticket #61: Implement SRTP support in PJMEDIA and PJSUA-LIB, and updated appl...Benny Prijono
2008-01-19Ticket #455: allocate pjsua call id in round robin fashionBenny Prijono
2008-01-18Minor correction about WAV player parameter name and its comment in pjsua.hBenny Prijono
2008-01-10Added PJSUA_DEFAULT_AUDIO_FRAME_PTIME setting and changed default iLBC mode f...Benny Prijono
2007-11-29Fixed difference in the declaration of log callback between pjsua-lib and pjl...Benny Prijono
2007-11-21Ticket #14: Don't change RTP/RTCP SSRC on re-INVITEBenny Prijono
2007-11-08- Added option to send empty Authorization header in outgoing requestsBenny Prijono
2007-11-03Fixed wrong comment on audio_frame_ptime default valueBenny Prijono
2007-10-31Ticket #407: keep-alive for UDP transports in PJSUA-LIBBenny Prijono
2007-10-31Ticket #406: New PJSUA API to update buddy's presence subscriptionBenny Prijono
2007-10-31Ticket #405: Subscribe to buddy presence upon receiving incoming subscription...Benny Prijono
2007-10-31More ticket #399: added PJSUA API to retrieve the remote NAT typeBenny Prijono
2007-10-30Added pjsua_get_var() to access pjsua_var from a DLL (thanks Tomas Valenta)Benny Prijono
2007-10-25Continuing ticket #400: Only process Service-Route header if enable_service_r...Benny Prijono
2007-10-21Changed default AEC/EC tail length (PJSUA_DEFAULT_EC_TAIL_LEN) from 800 ms to...Benny Prijono
2007-10-16More ticket #399: added callback to report NAT detection result, and sends NA...Benny Prijono
2007-10-12Ticket #399: Initial implementation of tool to perform NAT type detection/cla...Benny Prijono
2007-10-10Ticket #396: initial implementation of digest AKA (akav1-md5) authentication ...Benny Prijono
2007-10-06Ticket #393: Added configuration to set basic audio frame length to minimize ...Benny Prijono
2007-10-05Ticket #391: Added framework to send and receive arbitrary requests within ca...Benny Prijono
2007-10-04Ticket #389: Added new commands in pjsua to change codec priorities and send ...Benny Prijono
2007-09-30Ticket #385: Support for reliable provisional response (100rel, PRACK)Benny Prijono
2007-09-27Ticket #381: auto-update the IP address in Contact according to the address/p...Benny Prijono
2007-09-25Exported some private pjsua_call.c functions related to call quality statisticsBenny Prijono
2007-09-15Ticket #370: Implemented callback notification to application when ICE negoti...Benny Prijono
2007-09-10Updated Python module to pjsip-0.7 (inc. custom presence test)Benny Prijono
2007-08-25Implement ticket #336: custom presence status in NOTIFY/PUBLISH, supporting s...Benny Prijono
2007-08-24Ticket #365: ability to override generated ttuple ID in PIDF message body (th...Benny Prijono
2007-08-16Ticket #354: continuing work to port the Symbian libraries to .DSO formatBenny Prijono
2007-07-17Ticket #353: memory leak with pjsua WAV file player/recorderBenny Prijono
2007-06-28Fixed ticket #351: Possible deadlock in pjsua-api presence subscription (than...Benny Prijono
2007-06-12Add tx_data in the new on_pager_status2() callbackBenny Prijono
2007-06-11Ticket #334: Added on_pager_status2() callback to receive the full SIP messag...Benny Prijono
2007-06-11Added more comments on pjsua_msg_dataBenny Prijono
2007-06-08Ticket #327: changed default URI scheme for TLS to sip (from sips)Benny Prijono
2007-06-08Fixed ticket #327: SIPS URI in Contact header generated by pjsua causing prob...Benny Prijono
2007-05-29Fixed ticket #91: timer to re-subscribe buddy's presence when subscription fa...Benny Prijono
2007-05-21Ticket #283: Added another pjsua IM callback with the message passed as argum...Benny Prijono
2007-04-22Merged changes from the trunkBenny Prijono
2007-04-09Fixed all VS6 and VS8 projects with new third party projects layoutBenny Prijono
2007-04-02Added pjsua_dump(), and fix STUN DNS SRV resolution error in pjsuaBenny Prijono
2007-04-02When STUN is used with ICE, SDP media line should show the public IP addressBenny Prijono
2007-04-02Ticket #205: merged proxy functionalities from stable to trunkBenny Prijono
2007-03-28Fixed pjnath build warnings/errors on LinuxBenny Prijono
2007-03-24Added generic DNS SRV resolution in pjlib-utilBenny Prijono