<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
1. Always copy serusers, I don't answer private emails that should be
on serusers<br>
2. I don't answer questions "show me what to do", just questions that
show you have made an attempt at understanding things yourself
(especially when I already have pointed out a very good source of
information)<br>
g-)<br>
<br>
mukesh wrote:
<blockquote cite="mid20060915081925.0EEF9DC51E@netbox.hungama.com"
 type="cite">
  <pre wrap="">Hi Greger,
        thanks a ton for your quick reply. 

                
        below is my ser.cfg (some extarcts), where do In need to make the
change?
-----------------------------------
        ..........
        ..........
        fifo="/tmp/ser_fifo"
        fifo_db_url="mysql://ser:heslo@localhost/ser"
        ..........
        ..........
        # ----------------- setting module-specific parameters
---------------
        ..........
        ..........        
        # -- auth params --
        #following single statement is added by Mukesh
        modparam("auth_db|uri_db|usrloc", "db_url",
"mysql://ser:heslo@localhost/ser")
        ..........
        ..........
        # -- rr params --
        # add value to ;lr param to make some broken UAs happy
        modparam("rr", "enable_full_lr", 1)        
        ...................
        ....................        
        if (uri==myself) {

                if (method=="REGISTER") {

                # Uncomment this if you want to use digest authentication
                        if (!www_authorize("ims.myserver.com",
"subscriber")) {
                                www_challenge("ims.myserver.com", "0");
                                break;
                        };

                        save("location");
                        break;
                };

                lookup("aliases");
                if (!uri==myself) {
                        append_hf("P-hint: outbound alias\r\n");
                        route(1);
                        break;
                };

                # native SIP destinations are handled using our USRLOC DB
                if (!lookup("location")) {
                        sl_send_reply("404", "Not Found");
                        break;
                };
        };
        append_hf("P-hint: usrloc applied\r\n");
        route(1);        
--------------------------ser.cfg ends here---------------------------------

        And I could not find any /etc/localhosts file but host.conf, hosts,
hosts.dny and hosts.allow were there. Plz suggest where sholf I make the
changes.

Regards
Mukesh


-----Original Message-----
From: Greger V. Teigre [<a class="moz-txt-link-freetext" href="mailto:greger@teigre.com">mailto:greger@teigre.com</a>]
Sent: Friday, September 15, 2006 12:04 PM
To: mukesh
Cc: <a class="moz-txt-link-abbreviated" href="mailto:serusers@lists.iptel.org">serusers@lists.iptel.org</a>
Subject: Re: [Serusers] Registeration failed

Hi Mukesh,

1. You cannot ping an AOR (Address Of Record) that is not registered, i.e.
serctl ul show. 
SER does not find the AOR and tries to DNS resolve it to find out which
server to forward the call to. ims.myserver.com should thus be DNS
resolvable (or add it to your /etc/locelhosts file as an alias to your
server's public address).You will also want to add alias=ims.myserver.com to
your config

2. See the Getting Started document at
<a class="moz-txt-link-freetext" href="http://iptel.org/ser/doc/gettingstarted">http://iptel.org/ser/doc/gettingstarted</a>, as well as the documentation for
the SIP client you use on your mobile.  Which one is it?!
g-)

mukesh wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hi friends,
        I have successfully installed SER with MySQL support on my linux 
machine (having public ip) and have added to users leo and mukesh.
        
        I have exported SIP_DOMAIN as
        # export SIP_DOMAIN=ims.myserver.com        
        and added "export SIP_DOMAIN=ims.myserver.com" to /etc/profile as 
well

First Problem
---------------------------
If I try below...

# /usr/local/sbin/serctl ping <a class="moz-txt-link-abbreviated" href="mailto:sip:mukesh@ims.myserver.com">sip:mukesh@ims.myserver.com</a>   
[1]+  Done                    cat &lt;$path | filter_fl  
500

Below is error log extracted from /var/log/messages

Sep 15 10:37:30 oradb1 ser:  2(3911) ERROR: mk_proxy: could not 
resolve
hostname: "ims.myserver.com"
Sep 15 10:37:30 oradb1 ser:  2(3911) ERROR: uri2proxy: bad host name 
in URI <a class="moz-txt-link-rfc2396E" href="mailto:sip:mukesh@ims.myserver.com">&lt;sip:mukesh@ims.myserver.com&gt;</a> Sep 15 10:37:30 oradb1 ser:
2(3911) ERROR: uri2sock: Can't create a dst proxy Sep 15 10:37:30
oradb1 ser:  2(3911) ERROR: get_hfblock: send_sock failed Sep 15 
10:37:30 oradb1 ser:  2(3911) ERROR: fifo_uac_error: no mem for hf 
block
-----------------------------

Second Problem
--------------
How can I configure my Nokia6680 as UA (It has SIP support)? 


any kind of help/suggestion is highly appreciated.

Regards
Mukesh Kumar




_______________________________________________
Serusers mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Serusers@lists.iptel.org">Serusers@lists.iptel.org</a>
<a class="moz-txt-link-freetext" href="http://lists.iptel.org/mailman/listinfo/serusers">http://lists.iptel.org/mailman/listinfo/serusers</a>


  
    </pre>
  </blockquote>
  <pre wrap=""><!---->


  </pre>
</blockquote>
</body>
</html>