summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-07-18PJSUA_PRES_TIMER was set to two seconds! (thanks Paul Levin)Benny Prijono
2007-07-17Ticket #353: memory leak with pjsua WAV file player/recorderBenny Prijono
2007-07-10Ticket #352: added PJSIP_CHECK_VIA_SENT_BY configuration to turn off Via sent...Benny Prijono
2007-06-28Fixed ticket #351: Possible deadlock in pjsua-api presence subscription (than...Benny 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-28Ticket #349: Crash when sending PUBLISH when network is unreachableBenny Prijono
2007-06-28Fixed ticket #348: various bugs in string comparison functionsBenny Prijono
2007-06-27Ticket #347: Assertion failure when handling incoming presence subscription w...Benny Prijono
2007-06-27Ticket #346: deadlock in event subscription when SUBSCRIBE is followed immedi...Benny Prijono
2007-06-26Ticket #345: Option to select random start port in pjsuaBenny Prijono
2007-06-26Ticket #342: added option to disable RTCP advertisement in SDP (and ICE) to r...Benny Prijono
2007-06-26Ticket #344: ICE negotiation failed when remote doesn't support RTCPBenny Prijono
2007-06-26Ticket #342: added configuration to control whether SDP rtpmap should be incl...Benny Prijono
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-23Fixed memory and possibly handle leak when UDP transport is restartedBenny Prijono
2007-06-23Timer for buddy presence subscription in PJSUA is not cancelled when applicat...Benny Prijono
2007-06-23Ticket #343: Canceling pending ioqueue operation in Symbian causes assertion ...Benny Prijono
2007-06-23Fixed sign mismatch warning with Symbian GCCE compilerBenny Prijono
2007-06-22Committed ticket #337: Ability to restart PJSIP UDP transportBenny Prijono
2007-06-22Fixed ticket #340: File access problem on WinCEBenny Prijono
2007-06-21Fixed crash in TURN server (thanks Scott Lu)Benny Prijono
2007-06-20More on ticket #399: a)send full offer on 200/OK response when re-INVITE does...Benny Prijono
2007-06-20Ticket #335: Detect timestamp jump to avoid excessive CPU usage in master clo...Benny Prijono
2007-06-20Ticket #339: Respond correctly to incoming INVITE/re-INVITE without offer and...Benny Prijono
2007-06-20Updated doxygen documentation for SIP auth credential, added documentation fo...Benny Prijono
2007-06-19Ticket #338: handle maddr parameter in URI when sending outgoing requestsBenny Prijono
2007-06-19Fixed wrong year in copyright line, s/2005/2007 (thanks Atik Khan)Benny Prijono
2007-06-19Shorten benchmark time for URI testBenny Prijono
2007-06-19Fixed failure in unit test for SIP resolver, also shorten some benchmarksBenny Prijono
2007-06-19Added assertion in pjsua when no account is configuredBenny Prijono
2007-06-18Fixed ticket #231: Add the ability to respond to any realms in SIP authentica...Benny Prijono
2007-06-15Handle negative number in my_atoi() in pjsua_app.c (thanks Scott M Ober)Benny Prijono
2007-06-14Fixed missing dependency to pjnath in sample_debug Visual Studio projectBenny Prijono
2007-06-12Add tx_data in the new on_pager_status2() callbackBenny Prijono
2007-06-12Removed assertion when sending re-INVITE while another INVITE transaction is ...Benny Prijono
2007-06-12Removed assertion when sending re-INVITE while another INVITE transaction is ...Benny Prijono
2007-06-12Fixed dns.c compilation error on SymbianBenny 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-11Ticket #333: Added buffer overflow detection in vsprintf emulation for SymbianBenny Prijono
2007-06-11Ticket #332: Enlarge default buffer size for caching DNS responses from 512 t...Benny Prijono
2007-06-11Ticket #326: added more DNS resolver testsBenny Prijono
2007-06-11Ticket #331: Changed PJSIP DNS SRV resolver to use PJLIB-UTIL DNS SRV resolverBenny Prijono
2007-06-11Ticket #330: Changed DNS SRV resolver to use the new DNS A response parserBenny Prijono
2007-06-11Ticket #329: Added utility function to parse DNS A response in PJLIB-UTILBenny Prijono
2007-06-11Ticket #328: Possible alignment error in DNSBenny Prijono