summaryrefslogtreecommitdiff
path: root/pjsip/src/pjsua-lib
AgeCommit message (Expand)Author
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-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-26Ticket #342: added option to disable RTCP advertisement in SDP (and ICE) to r...Benny Prijono
2007-06-23Timer for buddy presence subscription in PJSUA is not cancelled when applicat...Benny Prijono
2007-06-20More on ticket #399: a)send full offer on 200/OK response when re-INVITE does...Benny Prijono
2007-06-19Added assertion in pjsua when no account is configuredBenny 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-11Ticket #330: Changed DNS SRV resolver to use the new DNS A response parserBenny Prijono
2007-06-08Fixed ticket #327: SIPS URI in Contact header generated by pjsua causing prob...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-05-29Fixed Symbian (aka C++ mode) compilation error because of recent change in tr...Benny Prijono
2007-05-29Fixed ticket #91: timer to re-subscribe buddy's presence when subscription fa...Benny Prijono
2007-05-23Fixed ticket #288: ICE role error on re-INVITE and ICE auth error when sendin...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-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-03Misc Symbian fixes, looks goodBenny Prijono
2007-05-03Implemented ticket #246, #247, #261, #268, #250 for SymbianBenny Prijono
2007-05-02PJSUA-LIB was ported to Symbian and added simple Symbian app. Testing followsBenny 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-09Updated EVC project files with new directory layoutBenny 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-05Fixed ticket #214: Error opening sound device is not propagated to applicatio...Benny Prijono
2007-04-04Ticket #212: IM typing indication request is missing route set (thanks Nichol...Benny Prijono
2007-04-03Undo ticket #185: removed pj_file_flush() from pjsua-lib since it slows down ...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-02Fixed hold/re-INVITE bug when ICE is usedBenny 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-28Updated projects and Makefiles with the new pjnath libraryBenny Prijono
2007-03-27Fixed ticket #203: Fix error when telephone-event is set as the first format ...Benny Prijono
2007-03-27ICE: added media index in pjmedia when handling SDP containing ICE candidatesBenny Prijono
2007-03-26ICE: implement RTCP component and cancelling check in progressBenny Prijono
2007-03-25ICE (work in progress): use single socket for all candidates in component, an...Benny Prijono