Skip to content
New issue

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

mid_registrar + Invite #3577

Open
prathibhacdac opened this issue Feb 10, 2025 · 6 comments
Open

mid_registrar + Invite #3577

prathibhacdac opened this issue Feb 10, 2025 · 6 comments

Comments

@prathibhacdac
Copy link

The invite request is going by default to port 5060. How to change it to 1443?

Originally posted by @prathibhacdac in #3573

@prathibhacdac
Copy link
Author

if (!mid_registrar_lookup("location")) {
t_reply(404, "Not Found");
exit;
}

always returning 404, Not Found.

@prathibhacdac
Copy link
Author

prathibhacdac commented Feb 10, 2025

if (is_method("INVITE")) {
sethostport("x.x.x.x:1443");
t_relay();
}

sngrep shows the INVITE is sent to xxxxx:1443. But no response is received from asterisk.

@prathibhacdac
Copy link
Author

prathibhacdac commented Feb 10, 2025

when using mode 0, I'm getting 404:Not Found

@prathibhacdac
Copy link
Author

Pls help

@prathibhacdac
Copy link
Author

ERROR:tls_openssl:openssl_tls_write: TLS write error:
/usr/local/sbin/opensips[1372222]: ERROR:tls_openssl:openssl_tls_blocking_write: TLS failed to send data
/usr/local/sbin/opensips[1372222]: ERROR:tls_openssl:openssl_tls_write: TLS connection to 10.203.0.6:55668 write failed (5:-1:9)
ngdcs /usr/local/sbin/opensips[1372222]: ERROR:tls_openssl:openssl_tls_write: TLS write error:
/usr/local/sbin/opensips[1372222]: ERROR:tls_openssl:openssl_tls_blocking_write: TLS failed to send data

@prathibhacdac
Copy link
Author

The reuest is not reaching asterisk.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant