Custom Query (2195 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (301 - 400 of 2195)

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Ticket Summary Owner Type Priority Milestone Component
#540 Shutdown the sound device when the media flow is idle nanang defect major release-0.9.0 pjsua-lib
#542 Enable setting sound device latency at runtime. nanang defect normal release-0.9.0 pjmedia
#544 RTP/AVP/SAVP negotiation on UPDATE/re-INVITE nanang defect normal release-0.9.0 pjsua-lib
#545 Handle nameserver that (incorrectly) returns DNS RCODE 2/5/9 for DNS SRV query bennylp defect normal Known-Issues-and-Ideas pjlib-util
#549 Modification in media transport API to support more offer/answer scenarios bennylp defect normal release-0.9.0 common
#550 PRACK is not re-sent on 401/407 challenge (thanks Josh Benson) bennylp defect normal release-0.9.0 pjsip
#553 PUBLISH callback is not called when authentication fails (thanks Ruud Klaver for the report) bennylp defect normal release-1.0-rc1 pjsip
#557 Memory leak in Speex echo canceller nanang defect normal release-1.0-rc1 pjmedia
#558 Memory leak in SRTP nanang defect normal release-1.0-rc1 pjmedia
#559 Update the pool alternative API (pool_alt.h) with the latest pool API bennylp defect minor release-1.0-rc1 pjlib
#561 select() ioqueue default concurrency setting is not initialized with the default value bennylp defect minor release-1.0-rc1 pjlib
#562 In TURN client sample application, when STUN server is specified, contact the STUN server on default STUN port rather than the TURN port bennylp defect minor release-1.0-rc1 applications
#563 Bug with SDP in offer/answer related to call hold scenario bennylp defect normal release-1.0-rc1 pjsua-lib
#565 Call WSACleanup() when pj_shutdown() is called on Windows bennylp defect normal release-1.0-rc1 pjlib
#566 TURN session in PJSUA-LIB is not properly destroyed causing possible memory and handle leaks bennylp defect normal release-1.0-rc1 pjsua-lib
#567 Rare race condition causing crash in ICE stream transport when STUN Binding resolution callback is called before initialization completes bennylp defect normal release-1.0-rc1 pjnath
#568 The hash table ignores the last row of the table in hash table iteration, causing some memory leaks during shutdown routine because some objects are not destroyed bennylp defect normal release-1.0-rc1 applications
#569 Non-uniform locking order between SRTP & its member transport (e.g:ICE) may cause deadlock nanang defect normal release-1.0-rc1 pjmedia
#570 Out of array/buffer boundary access in WSOLA nanang defect normal release-1.0-rc1 pjmedia
#573 Handle receiving short version of Event header ("o") bennylp defect normal release-1.0-rc1 pjsip
#575 Unregistering from Windows IOCompletionPort (IOCP) ioqueue does not close the socket handle (thanks Gang Liu for the report) bennylp defect major release-1.0-rc1 pjlib
#578 Bug in encoding ICE candidate type in SDP (thanks Ondrej Sterbak for the report) nanang defect normal release-1.0-rc1 pjmedia
#579 Data loss with TCP sockets (thanks Helmut Wolf for the report) bennylp defect normal release-1.0-rc1 pjsip
#580 Incoming target refresh request does not update the Contact header (thanks Joel Dodson for the report) bennylp defect normal release-1.0-rc1 pjsip
#581 Fixed build dependencies in the makefiles bennylp defect normal release-1.0-rc1 common
#582 Presence extended status is not sent in initial NOTIFY request (thanks Joseph Maiquez for the report) bennylp defect normal release-1.0-rc1 pjsua-lib
#585 Handle non-SIP URI in Contact header of incoming INVITE and SUBSCRIBE requests bennylp defect normal release-1.0-rc1 pjsip
#591 Assertion failure in ICE session (thanks Pedro Gonçalves for the report) bennylp defect normal release-1.0-rc1 pjnath
#592 URI comparison may crash the application (thanks Pedro Gonçalves for the report) bennylp defect normal release-1.0-rc1 pjsip
#593 RTP timestamp incremented incorrectly for multichannel audio. nanang defect normal release-1.0-rc1 pjmedia
#595 Broken semaphore implementation on MacOS X (thanks Viktor Krikun for the report) bennylp defect normal release-1.0-rc1 pjlib
#596 Multi-channel capability for the resampling algorithm (thanks Bill Gardner for the patch) nanang defect normal release-1.0-rc1 pjmedia
#597 Error reading WAV files when there are extra chunks after DATA chunk (thanks Thomas Johnson for the patch) nanang defect normal release-1.10 pjmedia
#600 Reinvite/update call when SRTP enabled may cause one way media. nanang defect normal release-1.0-rc1 pjmedia
#601 Bug with TCP server socket in IOCP ioqueue and active socket causes the ioqueue to stop accepting incoming TCP connections or 100% CPU usage bennylp defect major release-1.0-rc1 pjlib
#603 Crash in ICE with IoCompletionPort ioqueue with the test framework bennylp defect normal release-1.0-rc1 pjlib
#604 Error opening file in append mode in Win32 (thanks Gang Liu for the report) bennylp defect normal release-1.0-rc1 pjlib
#606 Problem in Symbian build: 'null_audio.lib not found'. nanang defect normal release-1.0-rc2 pjmedia
#607 Assertion and possibly crash in ICE stream transport when client is not behind NAT (thanks Nicolas Fauvel for the report) bennylp defect normal release-1.0-rc2 pjnath
#609 Build/compilation error in Python module (undeclared dec_fmtp_mode/enc_fmtp_mode) (thanks Saúl Ibarra for the report) bennylp defect normal release-1.0-rc2 python
#612 Crash/floating point exception in pjsua "dq" command on ARM platform bennylp defect normal release-1.0-rc2 pjlib
#615 Error adding new buddy in the on_incoming_subscribe() callback (thanks Joseph Maiquez for reporting the error) bennylp defect normal release-1.0-rc2 pjsua-lib
#617 Assertion "Not enough buffer for SDES packet" when using a very low bandwidth codec (thanks William Wong). nanang defect normal release-1.0-rc2 pjmedia
#618 Bad tone quality generated by the tone generator when floating point is disabled nanang defect normal Known-Issues pjmedia
#619 Bad tone quality when floating point is disabled (thanks Olle Frimanson for the report) nanang defect normal release-1.0-rc3 pjmedia
#620 PRACK is sent to the wrong UAS when 100rel is used and the dialog forks (thanks Ruud Klaver for the report) bennylp defect normal release-1.0-rc3 pjsip
#621 Update PortAudio to the latest revision to fix VS 2008 compilation issues (thanks Atik for the report) nanang defect normal release-1.0-rc3 pjmedia
#623 Assertion when receiving SUBSCRIBE with non presence event (thanks Lucas Rosa Galêgo for the report) bennylp defect normal release-1.0-rc3 pjsua-lib
#624 Assertion error when pjsua_acc_del() is followed immediately by pjsua_acc_add() (thanks Dan Åberg and Salahuddin Ahmed for the report) bennylp defect normal release-1.0-rc3 pjsua-lib
#625 Unicode build issues on Windows platform (thanks Seth Hinze for the patch). nanang defect normal release-1.0-rc3 common
#626 PocketPJ build issue when SRTP disabled (thanks Seth Hinze for the patch). nanang defect normal release-1.0-rc3 applications
#627 General compiler warnings when building for WinCE (thanks Seth Hinze for the patch). nanang defect normal release-1.0-rc3 common
#633 Bugs in dsound.c: stop/start without close/reopen & possible buffer overrun when 10 ms samples used (thanks Seth Hinze for the patch). nanang defect normal release-1.0-rc3 pjmedia
#634 Assertion when rejecting incoming INVITE when the call arrives while pjsip is being shutdown bennylp defect minor release-1.0-rc3 pjsua-lib
#635 Disconnect the other call leg when multiple 2xx/OK responses to INVITE are received due to forking bennylp defect normal release-1.0-rc3 pjsua-lib
#636 Linux compilation issue when autoconf is not used (thanks Seth Hinze for the patch). bennylp defect normal release-1.0-rc3 pjlib
#637 Handling of non-ASCII UTF-8 characters in SIP message elements (thanks Navaneetha Subramanian for the report) bennylp defect normal release-1.0-rc3 pjsip
#639 Assertion in <ctype.h> functions with Visual Studio 2005 when handling non-ASCII characters (e.g. UTF-8) bennylp defect normal release-1.0-rc3 pjlib
#640 Crash when receiving ACK with SDP after BYE has been received (thanks Amit Sharma for the report) bennylp defect normal release-1.0-rc3 pjsip
#641 Assertion error when late 200/OK is received after call has been disconnected (thanks Dan Åberg for the report) bennylp defect normal release-1.0-rc3 pjsip
#642 Discontinuous tone generation (thanks Olle Frimanson for the report) nanang defect normal release-1.0-rc3 pjmedia
#644 Build issues related to multicast support (especially on Mingw where the build fails) bennylp defect normal release-1.0-rc4 pjlib
#646 Problem in quitting symbian_ua_gui app bennylp defect normal release-1.0.1 applications
#648 Build problem on Visual Studio 6 when IPv6 support is disabled and IPv6 kit is not installed (thanks Massimiliano Montevecchi for the report) bennylp defect normal release-1.0-rc4 pjlib
#649 Build error in wav_writer.c in big endian systems (thanks Seth Hinze for the patch) nanang defect normal release-1.0 pjmedia
#650 Unit test failure in the timestamp test on very fast CPU (thanks Seth Hinze for the patch) bennylp defect minor release-1.0 pjlib
#654 Error when falling back to secondary TURN server (thanks Nicolas Fauvel for the report) bennylp defect normal release-1.0 pjnath
#655 Compilation error on Linux when PJ_HAS_POOL_ALT_API is used (thanks Gang Liu for the report) bennylp defect minor release-1.0 common
#658 Mismatched signal level for codec G.722 (thanks Olle Frimanson for the report). nanang defect normal release-1.0 pjmedia
#660 INVITE is not retried when 401/407 response is received after 100/provisional response bennylp defect normal release-1.0.1 pjsip
#661 Calculate ICE default candidate from RTP default candidate if a=rtcp attribute is not present nanang defect normal release-1.0.1 pjmedia
#662 Handle missing IP address in SDP a=rtcp attribute nanang defect normal release-1.0.1 pjmedia
#663 ICE negotiation may not complete indefinitely if remote doesn't perform any connectivity checks bennylp defect normal Known-Issues-and-Ideas pjnath
#664 Contact URI should use "transport=tls" parameter rather than SIPS URI when the TLS call is not using SIPS URI bennylp defect normal release-1.0.1 pjsua-lib
#665 Wrong Contact URI generated when TLS transport is used bennylp defect normal release-1.0.1 pjsua-lib
#666 Make the SDP parser more lenient by allowing trailing newlines nanang defect minor release-1.0.1 pjmedia
#667 Padding issue when the old/RFC 3489 STUN client is communicating with new/STUNbis STUN server bennylp defect normal release-1.0.1 pjlib-util
#671 Conference bridge cuts very low audio signal nanang defect minor release-1.0.1 pjmedia
#673 Race condition may cause crash in SRTP transport nanang defect normal release-1.0.1 pjmedia
#675 Crash when ICE & STUN are enabled on Symbian (thanks Rawshan Iajdani for the report) bennylp defect normal release-1.0.1 pjnath
#677 System wall clock/time change will cause timer heap entries to be scheduled wrongly bennylp defect normal Known-Issues-and-Ideas pjlib
#680 Detection of handset's frame ptime in APS nanang defect normal release-1.1 pjmedia
#681 Bugs in sending and receiving instant messages (thanks Johan Risberg for the patches) bennylp defect normal release-1.0.1 python
#683 Crash/segfault on pjmedia_wsola_create() on ARM9 platform with GCC optimizations nanang defect normal Known-Issues pjmedia
#684 Various transmit data buffer leaks when transmission fails immediately bennylp defect normal release-1.0.1 pjsip
#685 Crash or assertion on debug mode when processing large SIP packet bennylp defect normal release-1.0.1 pjlib
#686 Failure to cancel outstanding DNS SRV query job (API change) bennylp defect normal release-1.0.1 pjlib-util
#687 Unfreed/unclosed resources on Symbian platform. bennylp defect normal Known-Issues-and-Ideas pjsua-lib
#688 Memory leak on Solaris with pjlib's mutex (thanks Andrey Kobtsev for the fix) bennylp defect normal release-1.0.1 pjlib
#689 Deadlock caused by ICE media transport (thanks Alain Totouom for the report) bennylp defect normal release-1.1 pjnath
#690 Detection of handset's frame ptime in APS nanang defect normal release-1.0.2 pjmedia
#691 Deadlock caused by ICE media transport (thanks Alain Totouom for the report) bennylp defect normal release-1.0.2 pjnath
#692 Minor fixes for PJSIP bennylp defect minor release-1.1 pjsip
#695 APS causes KERN-EXEC 0 error when a call has hung up (thanks Kevin Gong for the report) nanang defect normal release-1.1 pjmedia
#696 Wrong timestamp calculation causing RTCP clock skew (thanks Guido Fischer for the fix!) nanang defect normal release-1.1 pjmedia
#697 Wrong timestamp calculation causing RTCP clock skew (thanks Guido Fischer for the fix!) nanang defect normal release-1.0.2 pjmedia
#698 Segfault when calling pjmedia_transport_srtp_create() with pjmedia_srtp_setting set to NULL (thanks Ruud Klaver for the report). nanang defect normal release-1.1 pjmedia
#699 Auto-close sound device doesn't work when call disconnected without ever being confirmed/ringing (thanks Alexei Kuznetsov for the report). nanang defect normal release-1.1 pjsua-lib
#700 Segfault when calling pjmedia_transport_srtp_create() with pjmedia_srtp_setting set to NULL (thanks Ruud Klaver for the report). nanang defect normal release-1.0.2 pjmedia
#701 Possible heap corruption in pjmedia/pasound.c callback's thread (thanks Paulo Sousa for the detail report). nanang defect normal release-1.1 pjmedia
1 2 3 4 5 6 7 8 9 10 11 12 13 14
Note: See TracQuery for help on using queries.