Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: mobicents click2call not showing users

  1. #1
    Member
    Join Date
    Apr 2013
    Posts
    83
    Thanks
    7
    Thanked 3 Times in 3 Posts

    Default mobicents click2call not showing users

    hi i set up mobicent sip stack on tomcat and launched 2 softphones and can ring each other with phones but neither user shows up in click2call gui but obioulsy they are registered cos they can call each other.was wondering if anyone had any experiance with mobicent,jboss and tomcat and could shed some light. thanks


  2. #2
    Member
    Join Date
    Apr 2013
    Posts
    83
    Thanks
    7
    Thanked 3 Times in 3 Posts

    Default Re: mobicents click2call not showing users

    i still have not found the answer to this problem but was also having trouble connecting from phones outside localhost in case this is of help to others mobicents by default can only be connected to by localhost to make it see all available ips you must specify -b 0.0.0.0 after launching bash file so instead of
    sudo path/to/file/mss-3.0.0-SNAPSHOT-jboss-as-7.2.0.Final/bin/standalone.sh -c standalone-sip.xml
    it should be
    sudo path/to/file//mss-3.0.0-SNAPSHOT-jboss-as-7.2.0.Final/bin/standalone.sh -c standalone-sip.xml -b 0.0.0.0

Similar Threads

  1. Calling all mac users!
    By ///M Dood in forum The Cafe
    Replies: 5
    Last Post: August 11th, 2013, 05:20 PM
  2. Replies: 1
    Last Post: September 27th, 2012, 11:08 AM
  3. Hello Java users!
    By Sagittarian in forum Member Introductions
    Replies: 0
    Last Post: June 1st, 2012, 01:45 PM
  4. Replies: 3
    Last Post: March 6th, 2012, 03:50 AM
  5. Generate users id
    By sante in forum Algorithms & Recursion
    Replies: 5
    Last Post: October 6th, 2011, 11:29 AM