Opened 17 years ago
Closed 16 years ago
#456 closed enhancement (duplicate)
Option to follow redirection in PJSUA-LIB
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | minor | Milestone: | Known-Issues |
Component: | pjsua-lib | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description (last modified by bennylp)
Implement handling of call redirection in PJSUA-LIB:
- a callback to notify application that the call is being redirected
- application may accept, reject, or delay the redirection processing later (for example, to ask for user permission)
- when application accepts the redirection, pjsua-lib will try the new destinations sequentially
To maintain backward compatibility with existing applications, pjsua-lib will not follow redirection if the callback is not implemented by application.
Change History (6)
comment:1 Changed 17 years ago by bennylp
- Description modified (diff)
comment:2 Changed 17 years ago by bennylp
- Description modified (diff)
comment:3 Changed 17 years ago by bennylp
- Priority changed from normal to minor
comment:4 Changed 16 years ago by bennylp
- Milestone changed from release-0.9.0 to Known-Issues
comment:5 Changed 16 years ago by bennylp
comment:6 Changed 16 years ago by bennylp
- Resolution set to duplicate
- Status changed from new to closed
implemented by ticket #10
Note: See
TracTickets for help on using
tickets.
Moved to 1.0.1 milestone.