I tried to check the problem using wireshark, but then I realized that
no SIP packages are detected in the port 2727, but when I look at
server.log the client can communicate with the server:
2011-03-21 15:43:49,671 ERROR
[org.mobicents.protocols.mgcp.stack.JainMgcpStackImpl] Unexpected
exception occurred:
java.lang.ArrayIndexOutOfBoundsException: 1
at
org.mobicents.protocols.mgcp.parser.Utils.decodeEndpointIdentifier(Utils.java:
1448)
at
org.mobicents.protocols.mgcp.stack.MessageHandler.scheduleMessages(MessageHandler.java:
133)
at
org.mobicents.protocols.mgcp.stack.JainMgcpStackImpl.run(JainMgcpStackImpl.java:
327)
I really need some help because I made everything explained in
documentation and I still can't get a proper response from my server.
Thanks in advance
ziza
On 21 Mar, 12:39, ziza <zizata...@gmail.com> wrote:
> Hi,
>
> I solve the initial problem, but one theorical question, the mgcp-demo
> makes SIP REGISTAR? Because I'm trying to use x-lite and I can't
> registe, using the following credentials:
> User name: Client
> Domain: mobicents.org
> Server: localhost:2727
>
> Using this I can get to Mobicents JAIN SLEE but then I got an error:
>
> java.lang.ArrayIndexOutOfBoundsException: 1
> at
> org.mobicents.protocols.mgcp.parser.Utils.decodeEndpointIdentifier(Utils.java:
> 1448)
> at
> org.mobicents.protocols.mgcp.stack.MessageHandler.scheduleMessages(MessageHandler.java:
> 133)
> at
> org.mobicents.protocols.mgcp.stack.JainMgcpStackImpl.run(JainMgcpStackImpl.java:
> 327)
>
> So I suppose that this example don't make SIP registrar, and we can´t
> use it with common PC SIP Clients. Is this correct, how can I text
> mgcp-demo.
>
> Thanks for the answer, and for all the help.
> ziza