I am using Mobicents on Jboss 7.2. My Mobicents seems doesn't passes messages to the application if the soft-phone is on another machine.
I'm executing the server as "./standalone.sh -b 0.0.0.0"
The both phone are registered to the server but:
If I call from the phone from another machine it calls, but INVITE isn't passed to my app.
If I call from a phone in the same machine on the server the INVITE is delivered to my app but the INVITE from my app to external phone isn't delivered.
As DAR I have:
OPTIONS: ("org.mobicents.servlet.sip.example.SimpleApplication", "DAR:From", "ORIGINATING", "", "NO_ROUTE", "0")
REGISTER: ("org.mobicents.servlet.sip.example.SimpleApplication", "DAR:From", "ORIGINATING", "", "NO_ROUTE", "0")
INVITE: ("org.mobicents.servlet.sip.example.SimpleApplication", "DAR:From", "ORIGINATING", "", "NO_ROUTE", "0")
How it can be? Thank you for your help!