summaryrefslogtreecommitdiff
path: root/pjsip-apps/src/pjsua/pjsua_app.c
AgeCommit message (Expand)Author
2008-01-29Ticket #61: --srtp-use option in pjsua did not change account configBenny Prijono
2008-01-25More ticket #61: fix bug in secure signaling determination, and added --srtp-...Benny Prijono
2008-01-23Ticket #61: Implement SRTP support in PJMEDIA and PJSUA-LIB, and updated appl...Benny Prijono
2007-12-09Ticket #430: Added --auto-update-nat, --use-compact-form, and --dis-codec opt...Benny Prijono
2007-12-05Reverted accidental checkin of pjsua_app.c and sample_debug.cBenny Prijono
2007-12-05Fixed error when creating TLS transport in pjsua-lib (the TLS type was miside...Benny Prijono
2007-11-08- Added option to send empty Authorization header in outgoing requestsBenny Prijono
2007-11-03Print error message if NAT type detection command failsBenny Prijono
2007-10-25Continuing ticket #400: Only process Service-Route header if enable_service_r...Benny Prijono
2007-10-16More ticket #399: added callback to report NAT detection result, and sends NA...Benny Prijono
2007-10-15Continuing ticket #396: tested digest AKAv1, implemented AKAv2, and some work...Benny Prijono
2007-10-12Ticket #399: Initial implementation of tool to perform NAT type detection/cla...Benny Prijono
2007-10-10Fixed build warnings/error on LinuxBenny 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-15Ticket #370: Implemented callback notification to application when ICE negoti...Benny Prijono
2007-08-30More Symbian works:Benny Prijono
2007-08-25Implement ticket #336: custom presence status in NOTIFY/PUBLISH, supporting s...Benny Prijono
2007-07-17Ticket #353: memory leak with pjsua WAV file player/recorderBenny Prijono
2007-06-28Added command to add new account in pjsua applicationBenny Prijono
2007-06-28Ticket #350: Support for parsing quoted arguments in pjsua config file (thank...Benny Prijono
2007-06-26Ticket #345: Option to select random start port in pjsuaBenny Prijono
2007-06-26Ticket #342: added configuration to control whether SDP rtpmap should be incl...Benny Prijono
2007-06-26Ticket #342: added configuration to send compact form of SIP headersBenny Prijono
2007-06-15Handle negative number in my_atoi() in pjsua_app.c (thanks Scott M Ober)Benny Prijono
2007-06-02Fixed assertion error caused by different samples_per_frame settings in stere...Benny Prijono
2007-05-14Ticket #274: the From parameter on_pager() callback contains Contact instead ...Benny Prijono
2007-05-11Added missing ptime when writing config in pjsuaBenny Prijono
2007-04-29Fixed ticket #242: Crash on Windows when no sound device is availableBenny Prijono
2007-04-22Merged changes from the trunkBenny Prijono
2007-04-02Added pjsua_dump(), and fix STUN DNS SRV resolution error in pjsuaBenny Prijono
2007-04-02Ticket #205: merged proxy functionalities from stable to trunkBenny Prijono
2007-03-24Added generic DNS SRV resolution in pjlib-utilBenny Prijono
2007-03-23ICE (work in progress): integration with PJSUABenny Prijono
2007-03-06Ticket #159: allow sound device selection in pjsua (thanks Michael Smith)Benny Prijono
2007-02-22Fixed ticket #132: dialog automatically insert Contact header when sending 3x...Benny Prijono
2007-02-19Ticket #110: HUGE HUGE changeset to replace all occurence of year 2006 with 2...Benny Prijono
2007-02-18Tidy up the output of pjsua help screenBenny Prijono
2007-02-18Fixed bug in pjsua: account config not initialized using acc_default()Benny Prijono
2007-02-17Fixed broken --auto-play command in pjsuaBenny Prijono
2007-02-14Still on ticket #101: set TLS port to TCP port + 1Benny Prijono
2007-02-14Fixed ticket #101: PJSUA transport is not updated with correct port number if...Benny Prijono
2007-01-24Implement ticket #62: option to play tones continuously, and added --play-ton...Benny Prijono
2007-01-24Implement ticket #77: allow specifying multiple files in pjsuaBenny Prijono
2007-01-21Added ability to feed text file containing commands (on Windows) and sleep co...Benny Prijono
2007-01-21Fixed gcc warnings, especially about dereferencing type-punned pointerBenny Prijono
2007-01-14Continuing work on ticket #50: make explicit transport selection works for se...Benny Prijono
2006-12-26Ticket #51: Added audio level adjustment to PJSUA-APIBenny Prijono
2006-12-26Added DTMF callback support all the way to PJSUA API (ticket #48)Benny Prijono