#876 closed defect (fixed)
Second call fails to open the sound device event when --null-audio is set
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-1.3 |
Component: | pjsua-lib | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
When --null-audio option is given to pjsua (equal to calling pjsua_set_null_snd_dev() PJSUA-LIB API), the second call will fail because PJSUA-LIB is trying to query the sound device.
This only happens when there is no sound device installed in the system.
Change History (2)
comment:1 Changed 15 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 15 years ago by bennylp
More in r2742:
- fixed crash when null-audio is used with switchboard
Note: See
TracTickets for help on using
tickets.
Fixed in r2741