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

IMC module doesn't know what to do with websocket based endpoints #148

Closed
donfanning opened this issue May 5, 2015 · 2 comments
Closed

Comments

@donfanning
Copy link

Got IMC working, able to create rooms/destroy rooms. No output is fed back to the chat window.

When two people are in the same room, I can see it find the recipient list of the room, but then it calls TM for the next_hop which calls _dns_hash_find which then calls get_out_socket and that's where it all goes to pot...

IMC should just create a new SIP MESSAGE packet from the room or imc_manager and drop it into request route{} for it to route back to the destination.

@miconda
Copy link
Member

miconda commented May 6, 2015

You have to set the outbound proxy address to same server and you should get what you want:

@miconda
Copy link
Member

miconda commented May 22, 2015

I am going to close this issue due to no follow up after the last suggestion. If there is still an issue, re-open the item.

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

2 participants