We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://www.kamailio.org/wikidocs/cookbooks/devel/core/#forward says that forward() does not have a form with parameters, or at least it says nothing about this form.
forward()
https://www.kamailio.org/docs/modules/devel/modules/tm.html#tm.f.t_relay says: “t_relay() is the stateful version for forward() while t_relay(host, port) is similar to forward(host, port). ”
This suggests, that the forward(host, port) form does exist.
forward(host, port)
Please adjust either the documentation of the core cookbook or of TM, on whether forward(host, port) exists.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://www.kamailio.org/wikidocs/cookbooks/devel/core/#forward says that
forward()
does not have a form with parameters, or at least it says nothing about this form.https://www.kamailio.org/docs/modules/devel/modules/tm.html#tm.f.t_relay says: “t_relay() is the stateful version for forward() while t_relay(host, port) is similar to forward(host, port). ”
This suggests, that the
forward(host, port)
form does exist.Please adjust either the documentation of the core cookbook or of TM, on whether
forward(host, port)
exists.The text was updated successfully, but these errors were encountered: