Custom Query (2195 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (13 - 15 of 2195)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Ticket Resolution Summary Owner Reporter
#2222 fixed Introduce a new compiler setting to allow to use cnonce for SIP authentication without hyphen character riza riza
Description

Currenly the cnonce value for SIP authentication is setup using GUID generator, i.e: pj_create_unique_string(), and the GUID string may contain hyphen character ("-").

Some SIP servers don't like this GUID format, so an option to enable digits only GUID is required.

This ticket will introduce new compiler setting PJSIP_AUTH_CNONCE_USE_DIGITS_ONLY to allow digits only used for cnonce.

Thank you to Dan Cropp for the report.

#2223 fixed ALSA sound device wrapper implementation ignores period size returned by ALSA riza riza
Description

Currently ALSA sound device wrapper implementation ignores period size returned by the calls to snd_pcm_hw_params_set_period_size_near(). It simply assumes that it always gets the period size it requests which was not always the case. This will lead to random crashes because the buffer that is allocated later on was wrongly sized.

Thanks to Andreas Wehrmann for the patch.

#2224 fixed De-Initialize ALSA sound device with snd_pcm_drop() instead of snd_pcm_drain() to avoid stuck issue riza riza
Description

When using the conference bridge to play a wave file while having ALSA and not the null dev as default capture device, but not reading anything from ALSA, it's observable that the library started to stop responding after the remote caller disconnected.

This was due to the capture-thread waiting forever on snd_pcm_drain() and not returning, and thereby a worker-thread calling alsa_stream_stop() waiting forever on pj_thread_join(stream->ca_thread).

Thanks to Dominik Schmidt for the patch.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Note: See TracQuery for help on using queries.