#976 closed defect (fixed)
Account must be associated with the call before initializing media channel in making call (thanks Tal Fromm for the fix)
Reported by: | nanang | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-1.5 |
Component: | pjsua-lib | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description (last modified by nanang)
In initialization, media channel will setup the media based on account config settings. So when account hasn't been associated properly, media channel may be initialized with wrong account settings. For example, it was reported (also reproducible) that SRTP was not applied in the first call when SRTP is only enabled in one account, but not in other accounts or in default/global settings.
The original report can be found here.
Change History (2)
comment:1 Changed 15 years ago by nanang
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 15 years ago by nanang
- Description modified (diff)
Note: See
TracTickets for help on using
tickets.
In r2955: