summaryrefslogtreecommitdiff
path: root/pjsip/include
AgeCommit message (Expand)Author
2007-06-26Ticket #342: added configuration to control whether Allow header should be in...Benny Prijono
2007-06-26Ticket #342: added configuration to send compact form of SIP headersBenny Prijono
2007-06-23More ticket #341: renamed pjsip_transport_send_raw() to pjsip_tpmgr_send_raw(...Benny Prijono
2007-06-23Ticket #341: implemented pjsip_send_raw_data() function to send raw data to a...Benny Prijono
2007-06-22Committed ticket #337: Ability to restart PJSIP UDP transportBenny Prijono
2007-06-20More on ticket #399: a)send full offer on 200/OK response when re-INVITE does...Benny Prijono
2007-06-20Updated doxygen documentation for SIP auth credential, added documentation fo...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-30Fixed ticket #302: Behavior in cancelling INVITE session when no provisional ...Benny Prijono
2007-05-29Fixed ticket #91: timer to re-subscribe buddy's presence when subscription fa...Benny Prijono
2007-05-28Fixed ticket #306: Error in SIP transport lookup because of memory alignment ...Benny Prijono
2007-05-22Fixed ticket #284: Failed scenarios with CANCEL requests (thanks Esbjörn Dom...Benny Prijono
2007-05-21Ticket #283: Added another pjsua IM callback with the message passed as argum...Benny Prijono
2007-05-12Symbian fixes to compile on GCCE (nested callbacks etc)Benny Prijono
2007-05-03Misc Symbian fixes, looks goodBenny Prijono
2007-05-02Errno and memory size tweaking for SymbianBenny Prijono
2007-05-01PJSDP port to SymbianBenny Prijono
2007-04-28Fixed typo in PUBLISH documentation (thanks Klaus Darilion)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-06Fixed ticket #216: Build error when PJ_HAS_TCP is set to zero (thanks ChenHuan)Benny 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
2007-03-23ICE (work in progress): integration with PJSUABenny Prijono
2007-03-18Fixed ticket #187: Bug with destination address calculation for strict route ...Benny Prijono
2007-02-24Fixed ticket #90: PUBLISH is rejected with 404 when REGISTER is challenged wi...Benny Prijono
2007-02-19Fixed ticket #111: workaround for forking dialogBenny Prijono
2007-02-19Ticket #110: HUGE HUGE changeset to replace all occurence of year 2006 with 2...Benny Prijono
2007-02-16Ticket #102: use PJSUA_MAX_PLAYERS and PJSUA_MAX_RECORDERS instead of hardcod...Benny Prijono
2007-02-13Implement ticket #99: a more generic mechanism to implement UAC transaction t...Benny Prijono
2007-02-05Fixed ticket #89: implement transaction timeout in REGISTER request (thanks F...Benny Prijono
2007-02-01Implement the missing pjsua_get_snd_dev() functionBenny Prijono
2007-01-31Updated PJSUA-API docs for Python and some bug fixes in Python moduleBenny Prijono
2007-01-27Fixed various gcc warnings especially related to ticket #82 when particular c...Benny Prijono
2007-01-21Implement ticket #67: added WAV playlist feature to PJMEDIABenny Prijono
2007-01-14Continuing work on ticket #50: make explicit transport selection works for se...Benny Prijono
2007-01-13More work on ticket #50: binding of PJSUA-API account to specific transport, ...Benny Prijono
2007-01-12Workaround for ticket #50: added API to lock/bind transaction, dialog, and re...Benny Prijono
2007-01-04Just updated and improved the doxygen documentations all over the placeBenny Prijono
2006-12-29Fixed ticket #25: Authentication loops forever when server keeps rejecting re...Benny Prijono
2006-12-26(Ticket #52) Added functions to retrieve media port of player and recorder in...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