-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
handle redirects & fast pickup priority
* internal redirection when the call has been answered uses a refer sent to endpoint the endpoint should do a new invite and kamailio needs to redirect to proper media server. * in the case of a *3xxx, kamailio queries/checks the the parking slot and redirects the call to the proper media server * if the call was was parked with *4 and someones tries to pickup the call with *3xxx call would go next media server and if its not the media handling the parked call we would get a redirect to *3xxx perform an association send refer to endpoint the endpoint would send a new invite the fast pickup routines take precendence over associations and it happens that the channel *3xxx points at original media server initially used * this commits sepasrates internal redirects from associations and handles it first on fastpick routines (cherry picked from commit d832c6d)
- Loading branch information
Showing
4 changed files
with
70 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters