|
|
@4630
|
11 years |
ming |
Fixed #1706: Race condition in SIP transaction
|
|
|
@4629
|
11 years |
riza |
Re #1704: fixed some build warnings and errors
|
|
|
@4628
|
11 years |
ming |
Re #1630 (misc): Thanks to Mark Michelson for the patch
This changes the …
|
|
|
@4627
|
11 years |
ming |
Re #1630 (misc): Thanks to Mark Michelson for the patch.
This creates an …
|
|
|
@4626
|
11 years |
ming |
Re #1630 (misc):
Fixed os_darwinos.h (however, if PJ_AUTOCONF is defined, …
|
|
|
@4625
|
11 years |
ming |
Re #1630 (misc): related to r4623, missing the generated configure script
|
|
|
@4624
|
11 years |
ming |
Re #1630 (misc):
Fixed compiler warnings. Thanks to Mark Michelson for the …
|
|
|
@4623
|
11 years |
ming |
Re #1630 (misc): Thanks to Mark Michelson for the patch
This change makes …
|
|
|
@4622
|
11 years |
nanang |
Close #1705: Added playback and capture callbacks for echo canceller algo. …
|
|
|
@4621
|
11 years |
nanang |
Misc (re #1630): replaced htons() with ntohs() in l16_decode() on little …
|
|
|
@4620
|
11 years |
riza |
Re #1704: fixed some build errors
|
|
|
@4619
|
11 years |
nanang |
Re #1519:
- allow build on mingw32
- fixed tests
|
|
|
@4618
|
11 years |
riza |
Re #1704: Initial implementation with cli/telnet mode pjsua
|
|
|
@4617
|
11 years |
ming |
Re #1697: Use AVAudioSession to set audio session category and …
|
|
|
@4616
|
11 years |
bennylp |
Re #1703 General bug fixes: fixed mutex not released on some error …
|
|
|
@4615
|
11 years |
bennylp |
Re #1703 General bug fixes: fixed some wrong null checking order
|
|
|
@4614
|
11 years |
bennylp |
Re #1703 General bug fixes: fixed wrong sizeof() in call to bzero(), …
|
|
|
@4613
|
11 years |
bennylp |
Re #1703: fixing general bugs. First installment: correct handling of …
|
|
|
@4612
|
11 years |
bennylp |
Misc (re #1630): fixed error in parsing ldflags for building Python module
|
|
|
@4611
|
11 years |
bennylp |
Re #1694: fixed bug in the previous commit with the RTP config …
|
|
|
@4610
|
11 years |
ming |
Re #1697: Add device info in pj_get_sys_info() and set default clock rate …
|
|
|
@4609
|
11 years |
nanang |
Close #1701: added received message info into incoming call callback
|
|
|
@4608
|
11 years |
bennylp |
Re #1519:
- Account API (prototype)
- Account config implementation
- …
|
|
|
@4607
|
11 years |
ming |
Re #1630 (misc): Fixed the incorrect fix of r4605 above.
|
|
|
@4606
|
11 years |
ming |
Fixed #1674: Deadlock when third party media employs external lock and ICE …
|
|
|
@4605
|
11 years |
ming |
Re #1630 (misc): Fixed circular reference dependency build
|
|
|
@4604
|
11 years |
ming |
Re #1516: Add feature to ignore certain compilation flags from the …
|
|
|
@4603
|
11 years |
nanang |
Misc (re #1630): pjsua app param '--ip-addr' doesn't affect RTP address of …
|
|
|
@4602
|
11 years |
nanang |
Fix #1700: Added PJ_ICE_CAND_TYPE_MAX to represent the number ICE …
|
|
|
@4601
|
11 years |
nanang |
Misc (re #1630): Fixed compile warning of assigning var to itself.
|
|
|
@4600
|
11 years |
bennylp |
More re #1519: fixed build errors and added svn ignore for output files in …
|
|
|
@4599
|
11 years |
nanang |
Re #1516: Fixed configure-android in probing toolchain dir (reported that …
|
|
|
@4598
|
11 years |
bennylp |
More re #1519: fixed some build errors
|
|
|
@4597
|
11 years |
bennylp |
Re #1519: initial implementation (incomplete) to demonstrate the API …
|
|
|
@4596
|
11 years |
riza |
Creating windows phone branch
|
|
|
@4595
|
11 years |
bennylp |
Creating pjsua2 branch for the glorious new high level API with swig …
|
|
|
@4594
|
11 years |
ming |
Re #1516: Add support to build for other targets. Example: …
|
|
|
@4593
|
11 years |
nanang |
Misc (re #1630): Fixed bug of missing max_br/mbps/fs settings in h264 …
|
|
|
@4592
|
11 years |
nanang |
Fixed #1698: Follow account config in generating contact's secure scheme …
|
|
|
@4591
|
11 years |
ming |
Re #1576: Add support for iPhone simulator target
|
|
|
@4590
|
11 years |
ming |
Re #1697: Add internal compile time option to disable the use of Audio …
|
|
|
@4589
|
11 years |
riza |
Re #1643: Fix crash due to insufficient command buffer size in …
|
|
|
@4588
|
11 years |
ming |
Closed #1576: Add support for clang compiler. Configure-iphone will now …
|
|
|
@4587
|
11 years |
ming |
Re #1630 (misc): Fixed incorrect use of logical and
|
|
|
@4586
|
11 years |
ming |
Closed #1696: IP change detection (Contact rewrite method) based on …
|
|
|
@4585
|
11 years |
nanang |
Fix #1695: use pj_ice_sess_send_data() only when state is RUNNING.
|
|
|
@4584
|
11 years |
bennylp |
Misc (re #1630): fixed link error when logging is completely disabled via …
|
|
|
@4583
|
11 years |
ming |
Re #817: Fix replying to re-INVITE after it was cancelled (thanks to Saúl …
|
|
|
@4582
|
11 years |
nanang |
Misc (re #1630): Fixed bug of overlapping dst & src buffer for strcpy() in …
|
|
|
@4581
|
11 years |
bennylp |
Fixed #1694: Python enhancement: added QoS and RTP settings in account …
|
|
|
@4580
|
11 years |
bennylp |
Fixed #1693: Pay attention to reg_hdr_list and sub_hdr_list in …
|
|
|
@4579
|
11 years |
bennylp |
Re #1669: fixed bug introduced by r4523 which caused pjsua_acc_modify() to …
|
|
|
@4578
|
11 years |
ming |
Re #1630 (misc): Removed comment about GPL as the file is actually LGPL
|
|
|
@4577
|
11 years |
ming |
Closed #1692: Allow multiple codecs in SDP answer
By default, the setting …
|
|
|
@4576
|
11 years |
nanang |
JNI project:
- added typemap for struct member typed array of struct
- …
|
|
|
@4575
|
11 years |
nanang |
JNI projects:
- separate makefile for Android and desktop/development
- …
|
|
|
@4574
|
11 years |
ming |
JNI projects:
- Fix project setup for Android sample app
|
|
|
@4573
|
11 years |
nanang |
Fix #1691: Apply group lock mechanism in NAT detect to avoid deadlock.
|
|
|
@4572
|
11 years |
nanang |
Misc (re #1630): Add randomizing interval for subscription refresh.
|
|
|
@4571
|
11 years |
ming |
JNI project:
Add Android project files
|
|
|
@4570
|
11 years |
nanang |
JNI projects: handle nested struct/union for SWIG
|
|
|
@4569
|
11 years |
ming |
JNI projects:
- Modify configure-android to autodetect gcc version and …
|
|
|
@4568
|
11 years |
ming |
JNI projects:
- Restructure the dirs to conform with Android build system …
|
|
|
@4567
|
11 years |
bennylp |
Closed #1690: Assertion in timer in SIP transaction: Timer being …
|
|
|
@4566
|
11 years |
nanang |
JNI projects:
- More work on callbacks wrapper, i.e: …
|
|
|
@4565
|
11 years |
bennylp |
More re #817: added logging
|
|
|
@4564
|
11 years |
bennylp |
Misc re #1630: stop MWI subscription when account is unregistered, because …
|
|
|
@4563
|
11 years |
bennylp |
- Attempt to autodetect JDK dir. If JAVA_HOME env is set, then it will be …
|
|
|
@4562
|
11 years |
ming |
Re #817: Initial work for allowing application to respond to re-INVITE …
|
|
|
@4561
|
11 years |
ming |
Re #1688: Add fix to check whether msg_data is null
|
|
|
@4560
|
11 years |
ming |
Re #1630: Fixed crash due to uninitialized dialog variable in …
|
|
|
@4559
|
11 years |
ming |
Fixed #1689: The bound address is not updated when UDP transport is …
|
|
|
@4558
|
11 years |
nanang |
JNI project: mapped pj_bool_t to java boolean.
|
|
|
@4557
|
11 years |
nanang |
JNI project:
- mapped pj_str_t and java String
- cosmetics: tabs …
|
|
|
@4556
|
11 years |
ming |
Re #1687: Add SDP negotiation flags in invite session
|
|
|
@4555
|
11 years |
ming |
Closed #1688: Add support for different To and Target URI in outgoing call …
|
|
|
@4554
|
11 years |
ming |
Closed #1687: Allow media type change during SDP negotiation
|
|
|
@4553
|
11 years |
nanang |
Re #1686: avoid cache entry destroy in update_res_cache() when it is being …
|
|
|
@4552
|
11 years |
nanang |
Fix #1686: release mutex when invoking callback to avoid deadlock. Also a …
|
|
|
@4551
|
11 years |
nanang |
Fix #1685: When TURN destroy is requested in state RESOLVING, pending the …
|
|
|
@4550
|
11 years |
riza |
Re #1680:
- Win64 Project properties modification, using x64 as target …
|
|
|
@4549
|
11 years |
nanang |
Work on JNI project:
- Only use single SWIG C++ wrapper.
- Initial work …
|
|
|
@4548
|
11 years |
bennylp |
Fixed #1684 (Failed assertion when scheduling timer in the registration …
|
|
|
@4547
|
11 years |
bennylp |
More re #1683: added two SIPP scenarios to simulate IP/port change
|
|
|
@4546
|
11 years |
bennylp |
More re #1683:
- also update the Via port when only the port has changed …
|
|
|
@4545
|
11 years |
bennylp |
Re #1630: fixed bug with via_rewrite feature. The via address is not …
|
|
|
@4544
|
11 years |
bennylp |
Re #1668: fixed silly crash in pjsua_media.c:245 caused by r4543
|
|
|
@4543
|
11 years |
bennylp |
Closed #1668: Option to use the IP address found in REGISTER response in …
|
|
|
@4542
|
11 years |
ming |
Re #1682: Use account specific variable to keep track of the next rtp port …
|
|
|
@4541
|
11 years |
nanang |
Initial work on JNI project.
|
|
|
@4540
|
11 years |
nanang |
Creating a branch for JNI project.
|
|
|
@4539
|
11 years |
ming |
Closed #1682: Configurable local port range for UDP media transport
|
|
|
@4538
|
11 years |
nanang |
Close #1681:
- Added compile-time settings …
|
|
|
@4537
|
11 years |
riza |
Re #1680: Add initial support for Win64
|
|
|
@4536
|
11 years |
ming |
Closed #1678: Proper error handling in WAV writer
|
|
|
@4535
|
11 years |
nanang |
Fixed #1676: fixed assertion when SDL initialization fails on library …
|
|
|
@4534
|
11 years |
nanang |
Close #1675: Added callback to allow application to specify account to …
|
|
|
@4533
|
11 years |
nanang |
Re #1671: Destroy tdata_counter only after cleaning up dangling transmit …
|
|
|
@4532
|
11 years |
bennylp |
Fixed #1673: Use Request URI when matching incoming request to account if …
|
|
|
@4531
|
11 years |
ming |
Re #1630 (misc): Fixed private ip detection in pjsua_acc
|
|
|