summaryrefslogtreecommitdiff
path: root/pjsip
AgeCommit message (Expand)Author
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
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-06-08Fixed link error when logging is disabled in TLS transportBenny Prijono
2007-06-07Ticket #324: Allow '#' character in the user part of URI of incoming message ...Benny Prijono
2007-06-06Fixed ticket #320: Assertion error in pjsua when unregistering/removing accou...Benny Prijono
2007-06-05Fixed ticket #319: assertion in pjsua when adding buddy with invalid or unrea...Benny Prijono
2007-06-05Ticket #318: CSeq generation may produce negative number on Blackfin/VisualDS...Benny Prijono
2007-06-01Fixed ticket #316: Crash in registration session when transport returns error...Benny Prijono
2007-06-01Added assertion in regc to check if application has called pjsip_regc_destroy...Benny Prijono
2007-05-30Fixed ticket #313: Error resolving host in PJSIP resolver when DNS response c...Benny Prijono
2007-05-30Fixed ticket #311: PJSIP resolver is not destroyed on shutdown (thanks Martin...Benny Prijono
2007-05-30Fixed ticket #302: Behavior in cancelling INVITE session when no provisional ...Benny Prijono
2007-05-29Fixed Symbian (aka C++ mode) compilation error because of recent change in tr...Benny Prijono
2007-05-29Fixed ticket #307: Fail to parse fully qualified PIDF document (thanks Cool_Z...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-28Fixed ticket #304: Memory alignment error for hash entry buffer causing crash...Benny Prijono
2007-05-23Fixed ticket #293: Uninitialized memory read reported by Purify in SIP authen...Benny Prijono
2007-05-23Fixed ticket #291: Free memory read in PUBLISH sessionBenny Prijono
2007-05-23Fixed ticket #288: ICE role error on re-INVITE and ICE auth error when sendin...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-16Fixed ticket #100: Assertion failure when terminating subscription with PJSUA...Benny Prijono
2007-05-15Fixed ticket #276: Error creating resolver on Win32 release mode (thanks Fran...Benny Prijono
2007-05-15Fixed Symbian compilation error for pjsua_im.cBenny Prijono
2007-05-14Ticket #274: the From parameter on_pager() callback contains Contact instead ...Benny Prijono
2007-05-12Symbian fixes to compile on GCCE (nested callbacks etc)Benny Prijono
2007-05-11HUGE changeset to make the rest of the libraries compile with C++ modeBenny Prijono
2007-05-11Added IP bandwidth output in pjsua dq reportBenny Prijono
2007-05-10Fixed crash when incoming call is received while application is startingBenny Prijono
2007-05-04Fixed more bugs caused by ticket #221Benny Prijono
2007-05-03Misc Symbian fixes, looks goodBenny Prijono
2007-05-03Implemented ticket #246, #247, #261, #268, #250 for SymbianBenny Prijono
2007-05-02Errno and memory size tweaking for SymbianBenny Prijono
2007-05-02PJSUA-LIB was ported to Symbian and added simple Symbian app. Testing followsBenny Prijono
2007-05-02Ported PJSIP and PJSIP-SIMPLE to SymbianBenny Prijono
2007-05-01PJSDP port to SymbianBenny Prijono
2007-05-01Fixed build error on LinuxBenny Prijono
2007-04-29Related to ticket #240: fixed URI test because of changes in parsing quoted p...Benny Prijono