summaryrefslogtreecommitdiff
path: root/pjsip
AgeCommit message (Expand)Author
2007-09-27Ticket #381: auto-update the IP address in Contact according to the address/p...Benny Prijono
2007-09-27Fixed ticket #383: Bug with handling Via received and rport parameters for re...Benny Prijono
2007-09-25Exported some private pjsua_call.c functions related to call quality statisticsBenny Prijono
2007-09-24Fixed several unit test failures: typecast error on C++ mode, SIP parsing, etc.Benny Prijono
2007-09-15Implemented ticket #373: Packet loss simulation in PJMEDIA ICE transportBenny Prijono
2007-09-15Ticket #370: Implemented callback notification to application when ICE negoti...Benny Prijono
2007-09-12Ticket #349 revisited: Crash when sending PUBLISH when network is unreachableBenny Prijono
2007-09-11Fixed ticket #371: Bug with REGISTER expiration calculation (thanks Philippe ...Benny Prijono
2007-09-10Updated Python module to pjsip-0.7 (inc. custom presence test)Benny Prijono
2007-08-30More Symbian works:Benny Prijono
2007-08-30Fixed ticket #365: couple of minor bugs with log decoration (thanks Thiago Pa...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-08-12Ticket #362: Transaction timer I in Completed state should be zero for reliab...Benny Prijono
2007-08-01Fixed ticket #359: Wrong Via branch generation in proxy causing the same bran...Benny Prijono
2007-07-24Fixed ticket #356: Prototype and definition mismatch causing crash in sip_aut...Benny Prijono
2007-07-20Fixed ticket #355: Account ID is not initialized in pjsua_call_info for outgo...Benny Prijono
2007-07-20Ticket #354: build PJLIB as dynamic libraries (.DSO) in SymbianBenny Prijono
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 #349: Crash when sending PUBLISH when network is unreachableBenny 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 #342: added option to disable RTCP advertisement in SDP (and ICE) to r...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-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-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-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-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-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 #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