Opened 14 years ago
Closed 14 years ago
#1117 closed enhancement (fixed)
Configurable PJSUA-LIB lock timeout (thanks Bogdan Krakowski for the report)
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-1.8 |
Component: | pjsua-lib | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
The function acquire_call() in pjsua_call.c is used to acquire mutex lock on a particular call. This procedure utilizes retry and timeout mechanism.
It has been reported that on some devices, the hardcoded timeout value is not sufficient to handle some operation delay (for example, #1115), hence it needs to be enlarged.
This ticket introduces a compile-time configuration setting to replace the hardcoded timeout value.
Change History (1)
comment:1 Changed 14 years ago by ming
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
(In [3304]) Fixed #1117: Configurable PJSUA-LIB lock timeout