Opened 16 years ago
Closed 16 years ago
#699 closed defect (fixed)
Auto-close sound device doesn't work when call disconnected without ever being confirmed/ringing (thanks Alexei Kuznetsov for the report).
Reported by: | nanang | Owned by: | nanang |
---|---|---|---|
Priority: | normal | Milestone: | release-1.1 |
Component: | pjsua-lib | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
Here is the report:
I'm using PJSUA application from pjproject-1.0 on a Mac (Intel). If I set --snd-auto-close=0 (or anything >= 0), then try to make a call, and this call is DISCONNECTED without ever being CONFIRMED or without 180 Ringing from another party, the application won't close sound device. CPU usage will also be relatively high. I've got this result calling any wrong sip address of calling a valid sip address, but hanging up a call before another party answers it.
Change History (2)
comment:1 Changed 16 years ago by nanang
comment:2 Changed 16 years ago by nanang
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
In r2425: Added sound device idle checking in media_channel_deinit(), which is called each time a call being disconnected (for any reason).