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

IMSdroid not working with OpenIMSCore on public Internet #25

Closed
GoogleCodeExporter opened this issue May 14, 2015 · 5 comments
Closed

Comments

@GoogleCodeExporter
Copy link

For all of you which try IMSdroid  with OpenIMSCore on public Internet:
It does not work if NAT is enabled on OpenIMSCore.
There is some code in OpenIMSCore missing which leads to SDP port manipulations 
even if a public IP is used. 

This has to be fixed in OpenIMSCore.


Original issue reported on code.google.com by efra...@gmail.com on 7 Aug 2010 at 5:07

@GoogleCodeExporter
Copy link
Author

Original comment by boss...@yahoo.fr on 7 Aug 2010 at 3:22

  • Changed state: Accepted

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

Do you know which file should be patched in OIC?

Original comment by boss...@yahoo.fr on 9 Aug 2010 at 5:28

@GoogleCodeExporter
Copy link
Author

I have already posted the issue on the "openimscore-users@lists.berlios.de" 
mailing list as follows:

There is some code missing.
In module sdp_util.c function P_SDP_manipulate I found:

    /* check the sdp if it has a 1918 */
    if(1)   {
        ... /* code to manipulate SDP */
        } 
    else {          
        /* using public ip */
        ... /* code for leaving SDP untouched */
        }

The "if(1)" clause causes always to do some SDP manipulation irrespective of 
the nature of the IP address.
So I guess that I am the first one using OpenIMSCore on public Internet with 
clients using a public IP and NAT-handling enabled on OpenIMSCore.

Original comment by efra...@gmail.com on 9 Aug 2010 at 6:13

@GoogleCodeExporter
Copy link
Author

Original comment by boss...@yahoo.fr on 23 Jul 2011 at 5:05

  • Changed state: Done

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

No branches or pull requests

1 participant