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

active-sip is not correctly set in redis #183

Open
xquanluu opened this issue Nov 19, 2024 · 0 comments
Open

active-sip is not correctly set in redis #183

xquanluu opened this issue Nov 19, 2024 · 0 comments

Comments

@xquanluu
Copy link
Contributor

SIP node has
ExecStart=/usr/local/bin/drachtio --daemon -f /etc/drachtio.conf.xml
--contact sip:${LOCAL_IP};transport=udp --external-ip ${PUBLIC_IP}
--contact sip:${LOCAL_IP};transport=tcp --external-ip ${PUBLIC_IP}
--contact sip:${LOCAL_IP}:5064;transport=tcp
--contact sips:${LOCAL_IP}:443;transport=wss --external-ip ${PUBLIC_IP}
--contact sips:${LOCAL_IP}:5061;transport=tls --external-ip ${PUBLIC_IP}
Which make sbc-inbound will set active-sip : 10.1.12.234:5064

  1. RTP node send OPTION on UDP to 10.1.12.234:5064, where we have 2 issues:
    a/ Security groups does not allow on port 5064
    b/ no UDP SIP open on port 5064 SIP machine.
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