JAIN SIP PRESENCE PROXY PROBLEM

I was download the NIST JAIN-SIP-PRESENCE-PROXY project.
i use the ant to run and compile the project is fine.
but IM cannot sign in to the presence proxy
i use two command prompt to open IM and presence proxy. i have change the domain as my computer name. but the IM also cannot sign in to the presence proxy. i use the default user inside the IM and proxy server. the user is Deruelle, mranga.
i also use the window messenger 5.1 to sign in the presence proxy but it also cannot sign in.
what happen and how to solve it
Please help me as soon as possible.

but i need use the jain sip to develop the SIP
presence server.
so i hope can use the jain-sip-presence-proxy as a
example.
i already download the newer cvs for
jain-sip-presence-proxy but the messaging function
still not yet fuction.
so i dont know how.
can help me pls!!
now i learn jsip 1.2 api.
any other material and sourceHi
Not sure if you read my first 2 replies, but the website says the proxy server isnt functional. It hasnt been worked on for a while, and I doubt there will be any work on it for a while longer...

Similar Messages

  • Current JAIN-SIP RI (JSR 32)

    Hello to the community of JAIN-SIP (JSR 32),
    I'm a student currently working on a project utilizing
    JAIN-SIP 1.2 RI in the implementation of the application.
    In the application, there is an API from another project
    being used that has a SipListener implementation. I would
    like to develop my application using existing RI's or any
    interface implementations as much as possible to avoid the
    need of implementing interfaces required to run my
    application.
    The API mentioned earlier involves pure TCP transfer of data
    only, and it serves as the network setup layer of my
    applicaiton that establishes SIP conferencing. An exception
    of "listening point not found for this provider" was observed
    which failed the setup of the conference. It was discovered
    later that the DefaultRouter class in gov.nist.javax.sip.stack
    package defaults the transfer type to UDP which causes the
    error. After this has been changed to TCP, things worked fine.
    I'm trying to avoid packaging this "fix" into my application as
    I would like people using the application to obtain their copy
    of the JAIN-SIP RI. Fiddling with a public RI probably isn't a
    good idea!
    Is it possible to change the default transfer type in the default
    router to TCP instead of UDP? Can this change be realized
    by the JAIN-SIP community in the form of a new release of the RI?
    Or...any suggestions for possible solutions the this problem?
    Thanks for looking into this,
    Any comment is greatly appreciated!

    Hi,
    I got error 500 Internal Server Error when i send a text message from jain-sip client, Client send the Text message to server but server return the above error.
    There is no Text Message Handler Code in Server Proxy Class,
    Also when i try to start Voice Connversation, Client sent a INVITE request to server but server return 500 Server Intnal Error. also there is no INVITE handler code in Server Proxy Class.
    I am using jain-sip-presence-proxy SIP server and jain-sip-applet-phone.
    please help me .......................................Its Urgent
    why server could not handle the text or voice messages.
    How i make the text and voice conversation.
    with regards

  • Jain-sip-proxy server does not display in browser

    Hi JCP
    I have downloaded the codes for JAin-sip-Proxy Server, Jain-sip-applet-phone.my problems are:-
    1. I have downloaded all libraries and don't find any error in boiuding the code, but when I deploy using Sailfin it just display Hello World in browser- where else the
    Netbeans Ide tells me deployment was successful.
    2. When I use Tomcat 6.26 Server, the browser just displays JavaFaces(Welcoming page of jsp framework)
    I can't see both the server site and the applet phone. My O.S is Windows 7
    (I have followed all instructions in setup including in control panels->Java Plug in)
    thanx. Can someone help me implementing this two codes( I downloaded them form NIST JAIN SIP WEB SIT)
    Edited by: FihlaTV on Aug 6, 2010 10:54 AM

    If I try to look at your XML file directly, I get an error.
    http://www.ericaeschmann.com/photos.xml
    That is likely the cause. Fix that closing tag issue and check it...

  • JAIN SIP Android Problem

    I use this tutorial :
    [http://www.oracle.com/technology/pub/articles/dev2arch/2007/10/introduction-jain-sip.html]
    to devlope an JAIN SIP Application the code works fine, but whene I use the same code in an Android application I get this message :
    The Peer SIP Stack: gov.nist.javax.sip.SipStackImpl could not be instantiated. Ensure the Path Name has been set.

    I use this tutorial :
    [http://www.oracle.com/technology/pub/articles/dev2arch/2007/10/introduction-jain-sip.html]
    to devlope an JAIN SIP Application the code works fine, but whene I use the same code in an Android application I get this message :
    The Peer SIP Stack: gov.nist.javax.sip.SipStackImpl could not be instantiated. Ensure the Path Name has been set.

  • Memory leak in Jain-SIP ?

    Hi there.
    We implemented a SIP gateway to MS OCS 2007 using
    Jain-SIP version 1.2.1906.
    One problem we have is memory consumption.
    Using jconsole we found out that memory is not
    completely released when SIP clients log out.
    E.g. the following classes keep on accumulating:
    53134 instances of class gov.nist.core.NameValueList
    41730 instances of class gov.nist.core.NameValue
    20330 instances of class gov.nist.core.Host
    20330 instances of class gov.nist.core.HostPort
    19767 instances of class gov.nist.core.DuplicateNameValueList
    19767 instances of class gov.nist.core.MultiValueMapImpl
    16162 instances of class gov.nist.javax.sip.address.Authority
    16162 instances of class gov.nist.javax.sip.address.SipUri
    13570 instances of class gov.nist.javax.sip.address.UserInfo
    12261 instances of class gov.nist.javax.sip.address.AddressImpl
    5210 instances of class gov.nist.javax.sip.header.Protocol
    5210 instances of class gov.nist.javax.sip.header.Via
    4168 instances of class gov.nist.javax.sip.header.CallID
    4168 instances of class gov.nist.javax.sip.header.CallIdentifier
    3901 instances of class gov.nist.javax.sip.header.CSeq
    3901 instances of class gov.nist.javax.sip.header.ContentLength
    3901 instances of class gov.nist.javax.sip.header.From
    3901 instances of class gov.nist.javax.sip.header.MaxForwards
    3901 instances of class gov.nist.javax.sip.header.RequestLine
    3901 instances of class gov.nist.javax.sip.header.To
    3901 instances of class gov.nist.javax.sip.header.ViaList
    3901 instances of class gov.nist.javax.sip.message.SIPRequest
    3901 instances of class gov.nist.javax.sip.stack.SIPTransaction$TransactionSemaphore
    2858 instances of class gov.nist.javax.sip.DialogFilter
    2618 instances of class gov.nist.javax.sip.header.Route
    2618 instances of class gov.nist.javax.sip.header.RouteList
    2592 instances of class gov.nist.javax.sip.stack.SIPServerTransaction
    2590 instances of class gov.nist.javax.sip.header.ContentDisposition
    2590 instances of class gov.nist.javax.sip.header.ContentType
    2590 instances of class gov.nist.javax.sip.header.MediaRange
    1579 instances of class org.apache.xmlbeans.SchemaType$Ref
    1309 instances of class gov.nist.javax.sip.header.UserAgent
    1309 instances of class gov.nist.javax.sip.parser.Pipeline
    1309 instances of class gov.nist.javax.sip.parser.PipelinedMsgParser
    1309 instances of class gov.nist.javax.sip.parser.StringMsgParser
    1309 instances of class gov.nist.javax.sip.stack.HopImpl
    1309 instances of class gov.nist.javax.sip.stack.SIPClientTransaction
    1309 instances of class gov.nist.javax.sip.stack.SIPClientTransaction$TransactionTimer
    1309 instances of class gov.nist.javax.sip.stack.SIPDialog
    These all are classes from the SIP stack aren't they ?
    Are there any known issues with memory leaks
    in Jain-SIP ?
    Is it probably a configuration issue with
    the properties/parameters for the SIP stack ?
    (There is a property gov.nist.javax.sip.AGGRESSIVE_CLEANUP which we set
    to TRUE but it didn't help)
    Do we miss to release/initialize anything in the SIP stack manually ?
    Thanks a lot in advance,
    Fred

    Nobody else seems ton have this problem. I haven't run my SIP code for as long as a week at a time but i didn't notice any undue memory usage, and I also trawled inside the source a lot without seeing anything odd. So is it your code leaking? Are you sure you're releasing everything to do with a conversation when it ends? Rather than say accumulating things in some static data structure?

  • Jain SIP Rookie needs help!

    Ok here is my story....i was given a project to develop a client application that can do voip calls...so i started researching and it led me to jain-sip...i've been researching on it for weeks now and still i do not have a clue on how to start this....so what i did first was build my GUI using swing.. but now that im done with that i do not know where to start....So far this is what i know....We here have a SIP Proxy server waiting for my application to start registering...but thats the thing i even dont know what is needed to code this application...I already downloaded the nist-sip.jar package that lets me use the javax.sip.* package...thats it....I also know that i should implement the SipListener and use its abstract method..but that as far as i got....please anyone please...this is my first post so please be patient with me...thanks guys

    so far here is my code.....
    package rurutalk;
    public void start()
    System.out.println("Inside Start Function");
    try
    properties.setProperty("javax.sip.IP_ADDRESS","202.124.134.44");
    sipFactory = SipFactory.getInstance();
    sipFactory.setPathName("gov.nist");
    sipStack = sipFactory.createSipStack(properties);
    headerFactory = sipFactory.createHeaderFactory();
    addressFactory = sipFactory.createAddressFactory();
    messageFactory = sipFactory.createMessageFactory();
    catch(Exception e)
    e.printStackTrace();
    public void stop()
    System.out.println("Inside Stop Function");
    public static void main(String args[])
    new SipExample ();
    /** Sip Listener Interface method.*/
    public void processTimeout(TimeoutEvent timeOutEvent)
    System.out.println("Inside processTimeout Function");
    /** Sip Listener Interface method.*/
    public void processResponse(ResponseEvent responseEvent)
         //Response response = responseEvent.getResponse();
    System.out.println("Inside processResponse Function");
    /** Sip Listener Interface method.*/
    public void processRequest(RequestEvent requestEvent)
    System.out.println("Inside processRequest Function");
    Message was edited by:
    iromswa
    Message was edited by:
    iromswa
    null

  • Jain SIP sample code to do a VOIP...

    Hi,
    Right now I have a problem with my current project, can somebody give me some sample codes/can help me on how to make an client VOIP application using Jain SIP API to do a VOIP call... I have an PBX Server but i dont know how to start writing my application to connect to my server...
    thanks,
    dOnie

    [https://jain-sip.dev.java.net/]
    Edited by: cotton.m on 10-Jun-2010 10:05 AM

  • OEL 6.1 YUM proxy problem

    Hi all,
    I have some issue with OEL 6.1 YUM proxy.
    *[root@rac1 tmp]# uname -a*
    Linux rac1.oracle.cloud 2.6.32-100.34.1.el6uek.x86_64 #1 SMP Wed May 25 17:46:45 EDT 2011 x86_64 x86_64 x86_64 GNU/Linux
    *[root@rac1 tmp]# rpm -qa | grep yum*
    yum-metadata-parser-1.1.2-16.el6.x86_64
    yum-3.2.29-17.0.1.el6.noarch
    yum-rhn-plugin-0.9.1-26.0.2.el6.noarch
    yum-utils-1.1.30-6.el6.noarch
    PackageKit-yum-plugin-0.5.8-19.0.1.el6.x86_64
    PackageKit-yum-0.5.8-19.0.1.el6.x86_64
    *[root@rac1 tmp]# cat /etc/yum.repos.d/public-yum-ol6.repo*
    [ol6_ga_base]
    name=Oracle Linux 6 GA - $basearch - base
    baseurl=http://public-yum.oracle.com/repo/OracleLinux/OL6/0/base/$basearch/
    gpgkey=http://public-yum.oracle.com/RPM-GPG-KEY-oracle-ol6
    gpgcheck=0
    enabled=1
    [ol6_u1_base]
    name=Oracle Linux 6 U1 - $basearch - base
    baseurl=http://public-yum.oracle.com/repo/OracleLinux/OL6/1/base/$basearch/
    gpgkey=http://public-yum.oracle.com/RPM-GPG-KEY-oracle-ol6
    gpgcheck=0
    enabled=1
    *[root@rac1 tmp]# cat /etc/yum.conf*
    [main]
    cachedir=/var/cache/yum/$basearch/$releasever
    debuglevel=2
    sslverify=false
    logfile=/var/log/yum.log
    pkgpolicy=newest
    distroverpkg=redhat-release
    tolerant=1
    exactarch=1
    # The proxy server - proxy server:port number
    proxy=http://xxx.xxx.xxx.xxx:3128
    # The account details for yum connections
    proxy_username=xxx
    proxy_password=@$xxx
    *[root@rac1 tmp]# yum update*
    http://public-yum.oracle.com/repo/OracleLinux/OL6/0/base/x86_64/repodata/repomd.xml: [Errno 14] PYCURL ERROR 5 - "Couldn't resolve proxy '[email protected]'"
    Trying other mirror.
    Error: Cannot retrieve repository metadata (repomd.xml) for repository: ol6_ga_base. Please verify its path and try again
    [root@rac1 tmp]#
    In OEL5.7 this works fine without any problem. I think this related to OEL6.1, maybe YUM does not understand proxy, my password for proxy starting with @$ but I changed my password and
    output is changed to
    *[root@rac1 tmp]# yum update*
    http://public-yum.oracle.com/repo/OracleLinux/OL6/0/base/x86_64/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 407"
    Trying other mirror.
    Error: Cannot retrieve repository metadata (repomd.xml) for repository: ol6_ga_base. Please verify its path and try again
    [root@rac1 tmp]#
    If anyone can help me please reply.
    ./thanks

    Avi Miller wrote:
    __OUTSIDER___ wrote:
    No this will not help. Problem is not related to password I changed it and response is It might help, it's worth trying. Try this:
    # export http_proxy='http://proxy.domain.com:3128'
    # wget --proxy-user="xxx" --proxy-password="xxx" http://public-yum.oracle.com/repo/OracleLinux/OL6/1/base/x86_64/repodata/repomd.xmlIf that works, it is a yum problem. If it doesn't work, it's a proxy problem.Yes it works , interesting that user and password parameters not working with double quotes only with single.
    I also checked this with YUM but YUM is having problem with passwords that starting
    with "@" symbol. I try to set
    export http_proxy="http://username:\@$passwd@IP:PORT"
    for ignoring "@" symbol but no sucess. With OEL5 this is not a problem. In /etc.yum.conf same username and same password.
    Perhaps I should change my password :)
    and last one thing in my home network I have OEL6.1 ( where fortunately with no proxy :) ) I try update linux with "yum update" command
    and it returns that no packages to update , can you tell me why because there are new kernel avalable and I can download and install this new kernel with command "yum install kernel".

  • XI ABAP Proxy problem

    Hi all,
    I am trying to develope an itegration scenario as follows:
    ABAP System ---> XI -
    Java System
    For communication between ABAP System and XI there is a Proxy, however it is not working out.
    The message from ABAP system does not go to XI.
    I got the following message in SXMB_MONI of ABAP Sytem:
    SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
    <SAP:Category>XIProtocol</SAP:Category>
    <SAP:Code area="PARSER">ITEM_MISSING</SAP:Code>
    <SAP:P1>Envelope</SAP:P1>
    <SAP:P2 />
    <SAP:P3 />
    <SAP:P4 />
    <SAP:AdditionalText />
    <SAP:ApplicationFaultMessage namespace="" />
    <SAP:Stack>XML element Envelope missing in SOAP message header (SAP XI Extension)</SAP:Stack>
    <SAP:Retry>M</SAP:Retry>
    </SAP:Error>
    Someone has solved a problem like that?
    Regards
    Fabio

    Hi Fabio,
            I would request to to check for two things,
    1. Whats ur was version? Is it 640? else can you try to change the Commumnication channel in xi adapter to message protocal as xi2.0 ,, i think you used it as xi3.0
    2. retest it.
    3. If it still gets the same error refer the thread,
    XI Proxy Problems
    All the best,
    Anirban.

  • Proxy Problem The proxy server is refusing connections

    I run Windows XP. I did have a Cybot backdoor Activity attack intercepted by Norton Internet Security and I used the Norton NPE to remove it from the computer. I do not know if this caused the proxy problem or not.
    There is no proxy problem connecting to the internet through Internet Explorer just through Mozilla Firefox.
    When Mozilla Firefox tries to connect to the internet I get the following message:
    Firefox is configured to use a proxy server that is refusing connections.
    Check the proxy settings to make sure that they are correct.
    Contact your network administrator to make sure the proxy server is
    working.
    In Mozilla I click Tools, options, advanced, network, settings. Under settings Proxy is set on manual, it says that there is no proxy for the figures typed in.
    So I click auto detect proxy and I then can connect to internet through Mozilla, however when I log out of the internet, the same proxy server issue is recreated.
    What should the Proxy setting be?

    You can find the connection settings in Tools > Options > Advanced : Network : Connection
    If you do not need to use a proxy to connect to internet then select "No Proxy"
    See "Firefox connection settings":
    * https://support.mozilla.com/kb/Firefox+cannot+load+websites+but+other+programs+can
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes
    See also:
    *http://kb.mozillazine.org/Preferences_not_saved

  • How to continually reregister using Jain SIP?

    I currently use Jain-Sip to successfully send a REGISTER request and get a 401 UnAuth back, I then use the nonce to generate the response and send it back and I successfully get a 200 OK response.
    However when I go to re register again I cant seem to be able to send the request again, I keep getting null pointer exceptions.
    Here is my code:
    public class CSip extends Activity implements javax.sip.SipListener {
         private static AddressFactory addressFactory;
        @Override
        public void onCreate(Bundle savedInstanceState) {
            super.onCreate(savedInstanceState);
            digest = new DigestClientAuthenticationMethod();
            myAddress = getLocalIpAddress();
            tv = new TextView(this);  
            setContentView(tv);
                 try {
                    init(tv);
                    register();
                 } catch (Exception ex) {
                    tv.append("Unxpected exception " + ex.getMessage());
                    ex.printStackTrace();
        super.finish();
        public void init(TextView tv) throws Exception {
              SipFactory sipFactory = null;
              sipStack = null;
              sipFactory = SipFactory.getInstance();
              sipFactory.setPathName("gov.nist");
              Properties properties = new Properties();
              properties.setProperty("javax.sip.STACK_NAME", "Sip_Test");
              // Create SipStack object
              sipStack = sipFactory.createSipStack(properties);
              tv.setText("sipStack = " + sipStack);
              headerFactory = sipFactory.createHeaderFactory();
              addressFactory = sipFactory.createAddressFactory();
              messageFactory = sipFactory.createMessageFactory();
              lp = sipStack.createListeningPoint(getLocalIpAddress(),
                        8002, ListeningPoint.UDP);
              if(sipProvider == null){
              sipProvider = sipStack.createSipProvider(lp);
              sipOnOffFlag = true;
              tv.append("\n jain sip stack started on " + getLocalIpAddress() + ":" + myPort + "/" + ListeningPoint.UDP + " ");
              sipProvider.addSipListener(this);
              Log.d("INIT", "SipProvider = : " + sipProvider.toString());
        public void register()throws Exception{
              String fromName = "xxxxxxxx";
              String fromSipAddress = "sip.network.com";
              String toSipAddress = "sip.network.com";
              String toUser = "xxxxxxxx";
              SipURI fromAddress = addressFactory.createSipURI(fromName,
                        fromSipAddress);
              Address fromNameAddress = addressFactory.createAddress(fromAddress);
              FromHeader fromHeader = headerFactory.createFromHeader(
                        fromNameAddress, null);
              SipURI toAddress = addressFactory
                        .createSipURI(toUser, toSipAddress);
              Address toNameAddress = addressFactory.createAddress(toAddress);
              ToHeader toHeader = headerFactory.createToHeader(toNameAddress,
                        null);
              URI requestURI = addressFactory.createURI(
                        "sip:" + "sip.network.com");
              List<ViaHeader> viaHeaders = new ArrayList<ViaHeader>();
              String ipAddress = lp.getIPAddress();
              ViaHeader viaHeader = headerFactory.createViaHeader(ipAddress,
                        lp.getPort(),
                        lp.getTransport(), null);
              viaHeaders.add(viaHeader);
              CallIdHeader callIdHeader = sipProvider.getNewCallId();
              CSeqHeader cSeqHeader = headerFactory.createCSeqHeader(1L,
                        Request.REGISTER);
              MaxForwardsHeader maxForwards = headerFactory
                        .createMaxForwardsHeader(70);
              Request request = messageFactory.createRequest(requestURI,
                        Request.REGISTER, callIdHeader, cSeqHeader, fromHeader,
                        toHeader, viaHeaders, maxForwards);
              SipURI contactUrl = addressFactory.createSipURI(fromName, fromSipAddress);
              contactUrl.setPort(8002);
              contactUrl.setLrParam();
              SipURI contactURI = addressFactory.createSipURI(fromName, "sip.network.com");
              contactURI.setPort(sipProvider.getListeningPoint(lp.getTransport())
                        .getPort());
              Address contactAddress = addressFactory.createAddress(contactURI);
              contactHeader = headerFactory.createContactHeader(contactAddress);
              request.addHeader(contactHeader);
              Header extensionHeader = headerFactory.createHeader("Expires",
                   "120");
              request.addHeader(extensionHeader);
              Log.d("SIP", "" + request.toString());
              // Create the client transaction.
              Log.d("BEFORE TID", "SipProvider = : " + sipProvider.toString());
              inviteTid = sipProvider.getNewClientTransaction(request);
              inviteTid.sendRequest();
              Log.d("AFTERSENDREQUEST", "SipProvider = : " + sipProvider.toString());
              Log.d("INVITETID", "inviteTid = " + inviteTid.getState());
              dialog = inviteTid.getDialog();
         public void processResponse(ResponseEvent responseEvent) {
              Log.d("RESPONSE", "response " + responseEvent.getResponse());
              Message message = Message.obtain();
              message.obj = "received response "+responseEvent.getResponse();
              handler.sendMessage(message);     
              Response response = (Response) responseEvent.getResponse();
              ClientTransaction tid = responseEvent.getClientTransaction();
              CSeqHeader cseq = (CSeqHeader) response.getHeader(CSeqHeader.NAME);                    
              Log.d("STATUS CODE", "status code = " + response.getStatusCode());
              Log.d("STATUS CODE", "header code = " + response.getHeader("WWW-Authenticate"));
              Log.d("STATUS CODE", "reason code = " + response.getReasonPhrase());
              CallIdHeader callid = (CallIdHeader) response.getHeader("Call-ID");
              WWWAuthenticate wwwAuth = (WWWAuthenticate) response.getHeader("WWW-Authenticate");
              Log.d("STATUS NONCE", ", nonce : " + wwwAuth.getNonce());
              Log.d("STATUS NONCE", "nonce : " + wwwAuth.getNonce());
              String nonce = wwwAuth.getNonce();
              String cNonce = wwwAuth.getCNonce();
              Log.d("STATUS ", "cnonce : " + cNonce);
              String realm = wwwAuth.getRealm();
              Log.d("STATUS ", "realm : " + realm);
              String method = wwwAuth.getQop();
              Log.d("STATUS", "method : " + method);
              String alg = wwwAuth.getAlgorithm();
              Log.d("STATUS", "alg : " + alg);
              String authResponse = null;
              AuthorizationHeader authHeader = null;
              try {
                   digest.initialize(realm,"xxxxxxxx","sip:sip.network.com",
                             nonce,"xxxxxxx", "REGISTER",null, alg);
                   Log.d("GENRESPONSE", "" + digest.generateResponse());
                   authResponse = digest.generateResponse();
              } catch (Exception e) {
                   // TODO Auto-generated catch block
                   e.printStackTrace();
              try {
                    authHeader = headerFactory.createAuthorizationHeader("Digest");
                    authHeader.setUsername("xxxxxxxx");
                    authHeader.setRealm(realm);
                    authHeader.setNonce(nonce);
                    authHeader.setResponse(authResponse);
                    authHeader.setAlgorithm(alg);
                    URI authURI = addressFactory.createURI(
                                  "sip:" + "sipnetworks.com");
                    authHeader.setURI(authURI);
              } catch (ParseException e) {
                   e.printStackTrace();
              Log.d("AUTH HEADER", "Auth Header = " + authHeader);
              if (response.getStatusCode() == Response.UNAUTHORIZED){
              try {
                   authHeader.setNonceCount(1);
                   createAuthReply(authHeader, callid);
              } catch (Exception e) {
                   e.printStackTrace();
              scheduleReRegistration(120, callid);     
         }

    I have tried putting in my register() method several times and if I call the different register() methods,
    so call register() then register2() then register3() it works this way.
    But not if I simply put register() in a timer looping.
    So there must be something I have to terminate and restart or something each time I run the method?
    Edited by: draffodx on Feb 11, 2010 10:12 AM

  • Top of JAIN SIP

    Hi!
    I try to write an application based on JAIN SIP (It's call 2 voipbuster account). But it's too complicated, anybody know a top level API based on JAIN SIP? I want only set the server host and port, the caller user name and password and the called user data (and maybe the Session Descriptor). After the call successfuly I want to connect the two account RTP communication, and if somebody disconnect send a Bye to the another user.
    With JAIN SIP I can call authenticated but after one min VOIPBUSTER drop the connection (nothing happened, the remote side sent 3 "Transaction terminated event" and after than a bye...).
    I think jain sip is very good but a little bit too low level.

    I am not sure...But maybe http://www.mjsip.org/index.html is what you are searching for.

  • Applet Database Proxy Problem

    Hello all,
    I have an applet which connects to a MySQL database for user authentication. Currently I am doing on a local machine and all goes well and fine. But my problem is the same applet when accessed through a proxy the database connection wont happen. Can someone suggest a way to solve it. Or this problem is not solvable.
    Thank you
    joseph

    Use http to do the authentication. Have the applet make a request to the authentication server by name (not by codebase, as this is probably the source of the proxy problem). On the authentication server, you can run a servlet or cgi or whatever to contact the db.

  • In the newest verion of Firefox did you fix the proxy problem?

    I am using firefox 3.6 because of a proxy problem with Firefox 5 I want to upgrade but need to know if you fixed this problem before i do so.

    You can find the connection settings in Tools > Options > Advanced : Network : Connection
    If you do not need to use a proxy to connect to internet then select "No Proxy" if the default "Use the system proxy settings" setting doesn't work.
    See "Firefox connection settings":
    * https://support.mozilla.com/kb/Firefox+cannot+load+websites+but+other+programs+can
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes
    *http://kb.mozillazine.org/Preferences_not_saved

  • Lync answer with SIP 491 - Proxy Side Reinvite Failed, pass result to GW when we try to make a RE-INVITE.

    Hello,
    In some cases, the gateway I'm using try to make a Reinvite (to update media Info) but Lync always reject this with SIP 491 Proxy side reinvite failed, pass result to GW.
    Did anyone had this error before?
    After this message should we try to send again the Reinvite? I'm using Lync without REFER Support.

    Hello Sean,
    Thank you for the answer, when you say settings "type=friend" and "canreinvite=yes" on gateway trunk you are telling in the Lync Side configurartion using powershell command or in the device i'm using to connect to the PSTN?
    At Lync Powershell commands we have the Set-CsPstnGateway with the option "Routable"
    http://technet.microsoft.com/en-us/library/gg398408.aspx
    Should we activate this to true? Does this influence the external call transfers made by this PSTN Gateway? 

Maybe you are looking for

  • Loading data from .csv file into Oracle Table

    Hi, I have a requirement where I need to populate data from .csv file into oracle table. Is there any mechanism so that i can follow the same? Any help will be fruitful. Thanks and regards

  • Blue Screen with Error Code B8156CEO

    Hi,my printer shows this error code after turning it on. All the lights are blinking. Plugging off the power supply or trying to reset by holding the power on button doesnt work. Seems to be in a firmware loop. There is some rest of connection to the

  • No logon after migration assistant for migrated account

    I just installed a new SSD in my Mac Pro. Installed 10.8 Created a temp account. Upgraded to 10.9 Ran Migration Assistant and migrated profile from the original hard drive still installed. Everything transferred but no logon on is available for the m

  • Clear Form - Problems

    The "clear form" tool does not work properly in a particular fillable form. it will clear txt and data fields but will not clear checkbox fields?? The "clear form" tool will work on other fillable forms of mine.

  • Logging in a Page Flow

    What are the best practices and recommended method for logging in a page flow? Thanks Girish