<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<TITLE>Nachricht</TITLE>

<META content="MSHTML 6.00.2800.1276" name=GENERATOR></HEAD>
<BODY style="COLOR: #000000; FONT-FAMILY: Arial">
<DIV><SPAN class=660045020-17122003><FONT size=2>hi!</FONT></SPAN></DIV>
<DIV><SPAN class=660045020-17122003><FONT size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=660045020-17122003><FONT size=2>1. always CC to the 
list</FONT></SPAN></DIV>
<DIV><SPAN class=660045020-17122003><FONT size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=660045020-17122003><FONT size=2>2. if (uri=="<FONT 
color=#ff0000>bbcom-ser.bbcominc.com</FONT>")&nbsp; will test the complete 
request uri, not only the domain part!</FONT></SPAN></DIV>
<DIV><SPAN class=660045020-17122003><FONT size=2>2 
solutions:</FONT></SPAN></DIV>
<DIV><SPAN class=660045020-17122003><FONT size=2>use regular expression 
comparision like:</FONT></SPAN></DIV>
<DIV><SPAN class=660045020-17122003><!--StartFragment -->&nbsp;<PRE class=PROGRAMLISTING># this condition is true if request URI matches
# the regular expression "@bat\.iptel\.org"
    if (uri=~"@bat\.iptel\.org") {
# ...</PRE><PRE class=PROGRAMLISTING>&nbsp;</PRE><PRE class=PROGRAMLISTING>or better:</PRE><PRE class=PROGRAMLISTING>use (uri == myself) </PRE><PRE class=PROGRAMLISTING>from <A href="http://www.iptel.org/ser/doc/seruser/seruser.html#OPERATORS">http://www.iptel.org/ser/doc/seruser/seruser.html#OPERATORS</A></PRE><PRE class=PROGRAMLISTING><!--StartFragment --> the expression uri==myself is true if the host part in request URI equals a server name or a server alias (set using the alias option in configuration file) </PRE></SPAN></DIV>
<BLOCKQUOTE dir=ltr 
style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV></DIV>
  <DIV class=OutlookMessageHeader lang=de dir=ltr align=left><FONT face=Tahoma 
  size=2>-----Original Message-----<BR><B>From:</B> Peter David 
  [mailto:PDavid@bbcominc.com] <BR><B>Sent:</B> Wednesday, December 17, 2003 
  9:34 PM<BR><B>To:</B> Klaus Darilion<BR><B>Subject:</B> RE: [Serusers] RE: 
  Using Sip Sak<BR><BR></FONT></DIV>
  <DIV id=0></DIV>
  <DIV><SPAN class=784430220-17122003><FONT 
  size=2>&nbsp;Klaus&nbsp;&nbsp;</FONT></SPAN></DIV>
  <DIV><SPAN class=784430220-17122003></SPAN>&nbsp;</DIV>
  <DIV><SPAN class=784430220-17122003></SPAN>&nbsp;</DIV>
  <DIV><SPAN class=784430220-17122003></SPAN>&nbsp;</DIV>
  <DIV><SPAN class=784430220-17122003><FONT size=2>I did what you recommended 
  but it did not work.</FONT></SPAN></DIV>
  <DIV><SPAN class=784430220-17122003><FONT size=2></FONT></SPAN>&nbsp;</DIV>
  <DIV><SPAN class=784430220-17122003><FONT size=2>So tried this on the ser.cfg 
  file.</FONT></SPAN></DIV><SPAN class=784430220-17122003><FONT size=2>
  <DIV><BR>&nbsp;</DIV>
  <DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # if the request is for other 
  domain use UsrLoc<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # (in case, it 
  does not work, use the following 
  command<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # with proper names and 
  addresses in it)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (uri=="<FONT 
  color=#ff0000>bbcom-ser.bbcominc.com</FONT>") {</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  if (method=="REGISTER") {</DIV>
  <DIV>&nbsp;</DIV>
  <DIV># Uncomment this if you want to use digest 
  authentication<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  if (!www_authorize("<FONT color=#ff0000>bbcom-ser.bbcominc.com</FONT>", 
  "subscriber")) 
  {<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  www_challenge("<FONT color=#ff0000>bbcom-ser.bbcominc.com</FONT>", 
  "0");<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  break;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  };</DIV>
  <DIV></FONT></SPAN>&nbsp;</DIV>
  <DIV><SPAN class=784430220-17122003><FONT size=2>adn still did not 
  work</FONT></SPAN></DIV>
  <DIV><SPAN class=784430220-17122003></SPAN><BR><FONT size=2>** request 
  **<BR>OPTIONS sip:pdavid@bbcom-ser.bbcominc.com SIP/2.0<BR>Via: SIP/2.0/UDP 
  radius01.bbcominc.com:32806<BR>From: 
  &lt;sip:sipsak@radius01.bbcominc.com:32806&gt;<BR>To: 
  &lt;sip:pdavid@bbcom-ser.bbcominc.com&gt;<BR>Call-ID: <A 
  href="mailto:1694144032@radius01.bbcominc.com"><FONT 
  color=#000000>1694144032@radius01.bbcominc.com</FONT></A><BR>CSeq: 1 
  OPTIONS<BR>Contact: 
  &lt;sip:sipsak@radius01.bbcominc.com:32806&gt;<BR>Content-Length: 
  0<BR>Max-Forwards: 70<BR>User-Agent: sipsak 0.8.6<BR>Accept: 
  text/plain</FONT></DIV>
  <DIV>&nbsp;</DIV>
  <DIV><FONT size=2></FONT>&nbsp;</DIV>
  <DIV>&nbsp;</DIV>
  <DIV><FONT size=2>message received:<BR>SIP/2.0 483 Too Many Hops<BR>Via: 
  SIP/2.0/UDP radius01.bbcominc.com:32806;received=66.234.143.178<BR>From: 
  &lt;sip:sipsak@radius01.bbcominc.com:32806&gt;<BR>To: 
  &lt;sip:pdavid@bbcom-ser.bbcominc.com&gt;;tag=b27e1a1d33761e85846fc98f5f3a7e58.8e13<BR>Call-ID: 
  <A 
  href="mailto:1694144032@radius01.bbcominc.com">1694144032@radius01.bbcominc.com</A><BR>CSeq: 
  1 OPTIONS<BR>Server: Sip EXpress router (0.8.12 
  (i386/linux))<BR>Content-Length: 0<BR>Warning: 392 66.234.143.180:5060 "Noisy 
  feedback tells:&nbsp; pid=17507 req_src_ip=66.234.143.180 req_src_port=5060 
  in_uri=sip:<FONT color=#ff0000>pdavid@bbcom-ser.bbcominc.com</FONT> <FONT 
  color=#ff0000>out_uri=sip:pdavid@bbcom-ser.bbcominc.com</FONT> 
  via_cnt==71"</FONT></DIV>
  <DIV>&nbsp;</DIV>
  <DIV><FONT size=2></FONT>&nbsp;</DIV>
  <DIV>&nbsp;</DIV>
  <DIV><FONT size=2>** reply received 6368.226 ms after first 
  send<BR>&nbsp;&nbsp; and 2811.766 ms after last send **<BR>&nbsp;&nbsp; 
  SIP/2.0 483 Too Many Hops<BR>&nbsp;&nbsp; final received</FONT></DIV>
  <DIV><BR></DIV><SPAN id=hbblock>
  <DIV>&nbsp;</DIV>
  <BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
    <DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma 
    size=2>-----Original Message-----<BR><B>From:</B> Klaus Darilion 
    [mailto:darilion@ict.tuwien.ac.at]<BR><B>Sent:</B> Wednesday, December 17, 
    2003 10:52 AM<BR><B>To:</B> Peter David; 
    serusers@lists.iptel.org<BR><B>Subject:</B> RE: [Serusers] RE: Using Sip 
    Sak<BR><BR></FONT></DIV>
    <DIV><FONT size=2></FONT>&nbsp;</DIV>
    <BLOCKQUOTE dir=ltr 
    style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
      <DIV></DIV>
      <DIV class=OutlookMessageHeader lang=de dir=ltr align=left><FONT 
      face=Tahoma size=2>-----Original Message-----<BR><B>From:</B> Peter David 
      [mailto:PDavid@bbcominc.com] <BR><B>Sent:</B> Wednesday, December 17, 2003 
      7:43 PM<BR><B>To:</B> Peter David; serusers@lists.iptel.org<BR><B>Subject:</B> 
      [Serusers] RE: Using Sip Sak<BR><BR></FONT></DIV>
      <DIV id=0></DIV>
      <DIV><SPAN class=472024118-17122003><FONT size=2>&nbsp;Hello 
      everyone,</FONT></SPAN></DIV>
      <DIV><SPAN class=472024118-17122003></SPAN>&nbsp;</DIV>
      <DIV><SPAN class=472024118-17122003><FONT size=2>I did the config in 
      accordance with the DOCS that was on the site....Isthere anything on this 
      cfg file that I did not do correctly</FONT>&nbsp;</SPAN><BR><BR><FONT 
      size=2>[root@bbcom-ser ser]# more ser.cfg<BR>#<BR># $Id: ser.cfg,v 
      1.21.4.1 2003/11/10 15:35:15 andrei Exp $<BR>#<BR># simple quick-start 
      config script<BR>#</FONT></DIV>
      <DIV>&nbsp;</DIV>
      <DIV><FONT size=2># ----------- global configuration parameters 
      ------------------------</FONT></DIV>
      <DIV>&nbsp;</DIV>
      <DIV><FONT size=2>#debug=3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
      # debug level (cmd line: 
      -dddddddddd)<BR>#fork=yes<BR>#log_stderror=no&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
      # (cmd line: -E)</FONT></DIV>
      <DIV>&nbsp;</DIV>
      <DIV><FONT size=2>/* Uncomment these lines to enter debugging mode 
      <BR>debug=7<BR>fork=no<BR>log_stderror=yes<BR>*/</FONT></DIV>
      <DIV>&nbsp;</DIV>
      <DIV><FONT size=2>check_via=no&nbsp;&nbsp;&nbsp; # (cmd. line: 
      -v)<BR>dns=no&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
      # (cmd. line: -r)<BR>rev_dns=no&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # (cmd. 
      line: 
-R)<BR>#port=5060<BR>#children=4<BR>fifo="/tmp/ser_fifo"</FONT></DIV>
      <DIV>&nbsp;</DIV>
      <DIV><FONT size=2># ------------------ module loading 
      ----------------------------------</FONT></DIV>
      <DIV>&nbsp;</DIV>
      <DIV><FONT size=2># Uncomment this if you want to use SQL 
      database<BR>loadmodule "/usr/local/lib/ser/modules/mysql.so"</FONT></DIV>
      <DIV>&nbsp;</DIV>
      <DIV><FONT size=2>loadmodule 
      "/usr/local/lib/ser/modules/sl.so"<BR>loadmodule 
      "/usr/local/lib/ser/modules/tm.so"<BR>loadmodule 
      "/usr/local/lib/ser/modules/rr.so"<BR>loadmodule 
      "/usr/local/lib/ser/modules/maxfwd.so"<BR>loadmodule 
      "/usr/local/lib/ser/modules/usrloc.so"<BR>loadmodule 
      "/usr/local/lib/ser/modules/registrar.so"</FONT></DIV>
      <DIV>&nbsp;</DIV>
      <DIV><FONT size=2># Uncomment this if you want digest authentication<BR># 
      mysql.so must be loaded !<BR>loadmodule 
      "/usr/local/lib/ser/modules/auth.so"<BR>loadmodule 
      "/usr/local/lib/ser/modules/auth_db.so"</FONT></DIV>
      <DIV>&nbsp;</DIV>
      <DIV><FONT size=2># ----------------- setting module-specific parameters 
      ---------------</FONT></DIV>
      <DIV>&nbsp;</DIV>
      <DIV><FONT size=2># -- usrloc params --</FONT></DIV>
      <DIV>&nbsp;</DIV>
      <DIV><FONT size=2>#modparam("usrloc", "db_mode",&nbsp;&nbsp; 
      0)</FONT></DIV>
      <DIV>&nbsp;</DIV>
      <DIV><FONT size=2># Uncomment this if you want to use SQL database <BR># 
      for persistent storage and comment the previous line<BR>modparam("usrloc", 
      "db_mode", 2)</FONT></DIV>
      <DIV>&nbsp;</DIV>
      <DIV><FONT size=2># -- auth params --<BR># Uncomment if you are using auth 
      module<BR>#<BR>modparam("auth_db", "calculate_ha1", yes)<BR>#<BR># If you 
      set "calculate_ha1" parameter to yes (which true in this config), <BR># 
      uncomment also the following parameter)<BR>#<BR>modparam("auth_db", 
      "password_column", "password")</FONT></DIV>
      <DIV>&nbsp;</DIV>
      <DIV><FONT size=2># -- rr params --<BR># add value to ;lr param to make 
      some broken UAs happy<BR>modparam("rr", "enable_full_lr", 1)</FONT></DIV>
      <DIV>&nbsp;</DIV>
      <DIV><FONT size=2># -------------------------&nbsp; request routing logic 
      -------------------</FONT></DIV>
      <DIV>&nbsp;</DIV>
      <DIV><FONT size=2># main routing logic</FONT></DIV>
      <DIV>&nbsp;</DIV>
      <DIV><FONT size=2>route{</FONT></DIV>
      <DIV>&nbsp;</DIV>
      <DIV><FONT size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # initial 
      sanity checks -- messages 
      with<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # max_forwards==0, or 
      excessively long requests<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if 
      (!mf_process_maxfwd_header("10")) 
      {<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
      sl_send_reply("483","Too Many 
      Hops");<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
      break;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
      };<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if ( msg:len &gt; max_len 
      ) 
      {<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
      sl_send_reply("513", "Message too 
      big");<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
      break;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; };</FONT></DIV>
      <DIV>&nbsp;</DIV>
      <DIV><FONT size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # we 
      record-route all messages -- to make sure 
      that<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # subsequent messages 
      will go through our proxy; 
      that's<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # particularly good 
      if upstream and downstream 
      entities<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # use different 
      transport protocol<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
      record_route();<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # 
      loose-route processing<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if 
      (loose_route()) 
      {<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
      t_relay();<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
      break;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; };</FONT></DIV>
      <DIV>&nbsp;</DIV>
      <DIV><FONT size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # if the 
      request is for other domain use 
      UsrLoc<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # (in case, it does 
      not work, use the following 
      command<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # with proper names 
      and addresses in it)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if 
      (uri==bbcominc.com) {</FONT></DIV>
      <DIV><FONT size=2></FONT>&nbsp;</DIV></BLOCKQUOTE>
    <DIV dir=ltr><SPAN class=689575018-17122003><FONT size=2>maybe 
    =="bbcominc.com" works better. </FONT></SPAN></DIV>
    <DIV dir=ltr><SPAN class=689575018-17122003><FONT 
    size=2></FONT></SPAN>&nbsp;</DIV>
    <DIV dir=ltr><SPAN class=689575018-17122003><FONT 
    size=2>klaus</FONT></SPAN></DIV>
    <BLOCKQUOTE dir=ltr 
    style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
      <DIV><FONT 
      size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
      if (method=="REGISTER") {</FONT></DIV>
      <DIV>&nbsp;</DIV>
      <DIV><FONT size=2># Uncomment this if you want to use digest 
      authentication<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
      if (!www_authorize("bbcominc.com", "subscriber")) 
      {<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
      www_challenge("bbcominc.com", 
      "0");<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
      break;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
      };</FONT></DIV>
      <DIV>&nbsp;</DIV>
      <DIV><FONT 
      size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
      save("location");<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
      break;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
      };</FONT></DIV>
      <DIV>&nbsp;</DIV>
      <DIV><FONT 
      size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
      # native SIP destinations are handled using our USRLOC 
      DB<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
      if (!lookup("location")) 
      {<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
      sl_send_reply("404", "Not 
      Found");<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
      break;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
      };<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
      };<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # forward to current uri 
      now; use stateful forwarding; 
      that<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # works reliably even 
      if we forward from TCP to 
      UDP<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (!t_relay()) 
      {<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
      sl_reply_error();<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
      };</FONT></DIV>
      <DIV>&nbsp;</DIV>
      <DIV><FONT size=2>}</FONT></DIV><SPAN id=hbblock>
      <DIV>&nbsp;</DIV>
      <BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
        <DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma 
        size=2><BR></FONT>&nbsp;</DIV><LABEL id=HbSession 
        SessionId="62103760"></LABEL>
        <DIV><SPAN class=606575016-17122003><FONT size=2>Hello 
        Everyone,</FONT></SPAN></DIV>
        <DIV><SPAN class=606575016-17122003><FONT 
        size=2></FONT></SPAN>&nbsp;</DIV>
        <DIV><SPAN class=606575016-17122003><FONT size=2>I think I have my SER 
        setup I just need to runn some test.</FONT></SPAN></DIV>
        <DIV><SPAN class=606575016-17122003><FONT size=2>Do I have to run SIpsak 
        on the ser or another Box like a linux box.</FONT></SPAN><SPAN 
        class=606575016-17122003></DIV>
        <DIV><FONT size=2></FONT>&nbsp;</DIV>
        <DIV><SPAN class=606575016-17122003><FONT 
        size=2></FONT></SPAN>&nbsp;</DIV>
        <DIV><SPAN class=606575016-17122003><FONT size=2>I did the 
        following:</FONT></SPAN></DIV>
        <DIV><SPAN class=606575016-17122003><FONT 
        size=2></FONT></SPAN>&nbsp;</DIV>
        <DIV><SPAN class=606575016-17122003><FONT size=2><STRONG>[root@radius01 
        root]#</STRONG> <FONT color=#008000><STRONG>sipsak -s 
        sip:pdavid@bbcom-ser.bbcominc.com -vv<BR></STRONG></FONT>New message 
        with Via-Line:<BR>OPTIONS sip:pdavid@bbcom-ser.bbcominc.com 
        SIP/2.0<BR>Via: SIP/2.0/UDP radius01.bbcominc.com:32799<BR>From: 
        &lt;sip:sipsak@radius01.bbcominc.com:32799&gt;<BR>To: 
        &lt;sip:pdavid@bbcom-ser.bbcominc.com&gt;<BR>Call-ID: <A 
        href="mailto:203787683@radius01.bbcominc.com">203787683@radius01.bbcominc.com</A><BR>CSeq: 
        1 OPTIONS<BR>Contact: 
        &lt;sip:sipsak@radius01.bbcominc.com:32799&gt;<BR>Content-Length: 
        0<BR>Max-Forwards: 70<BR>User-Agent: sipsak 0.8.6<BR>Accept: 
        text/plain</FONT></SPAN></DIV>
        <DIV>&nbsp;</DIV><SPAN class=606575016-17122003><FONT size=+0>
        <DIV><BR><FONT size=2>** request **<BR>OPTIONS 
        sip:pdavid@bbcom-ser.bbcominc.com SIP/2.0<BR>Via: SIP/2.0/UDP 
        radius01.bbcominc.com:32799<BR>From: 
        &lt;sip:sipsak@radius01.bbcominc.com:32799&gt;<BR>To: 
        &lt;sip:pdavid@bbcom-ser.bbcominc.com&gt;<BR>Call-ID: </FONT><A 
        href="mailto:203787683@radius01.bbcominc.com"><FONT color=#000000 
        size=2>203787683@radius01.bbcominc.com</FONT></A><BR><FONT size=2>CSeq: 
        1 OPTIONS<BR>Contact: 
        &lt;sip:sipsak@radius01.bbcominc.com:32799&gt;<BR>Content-Length: 
        0<BR>Max-Forwards: 70<BR>User-Agent: sipsak 0.8.6<BR>Accept: 
        text/plain</FONT></DIV>
        <DIV><FONT size=2></FONT>&nbsp;</DIV>
        <DIV><BR><FONT size=2>** timeout after 500 ms**<BR>** request 
        **<BR>OPTIONS sip:pdavid@bbcom-ser.bbcominc.com SIP/2.0<BR>Via: 
        SIP/2.0/UDP radius01.bbcominc.com:32799<BR>From: 
        &lt;sip:sipsak@radius01.bbcominc.com:32799&gt;<BR>To: 
        &lt;sip:pdavid@bbcom-ser.bbcominc.com&gt;<BR>Call-ID: </FONT><A 
        href="mailto:203787683@radius01.bbcominc.com"><FONT color=#000000 
        size=2>203787683@radius01.bbcominc.com</FONT></A><BR><FONT size=2>CSeq: 
        1 OPTIONS<BR>Contact: 
        &lt;sip:sipsak@radius01.bbcominc.com:32799&gt;<BR>Content-Length: 
        0<BR>Max-Forwards: 70<BR>User-Agent: sipsak 0.8.6<BR>Accept: 
        text/plain</FONT></DIV>
        <DIV><FONT size=2></FONT>&nbsp;</DIV>
        <DIV><FONT size=2></FONT>&nbsp;</DIV>
        <DIV><FONT size=2></FONT>&nbsp;</DIV>
        <DIV><FONT size=2>message received:<BR>SIP/2.0 483 Too Many Hops<BR>Via: 
        SIP/2.0/UDP radius01.bbcominc.com:32799;received=66.234.143.178<BR>From: 
        &lt;sip:sipsak@radius01.bbcominc.com:32799&gt;<BR>To: 
        &lt;sip:pdavid@bbcom-ser.bbcominc.com&gt;;tag=b27e1a1d33761e85846fc98f5f3a7e58.743f<BR>Call-ID: 
        </FONT><A href="mailto:203787683@radius01.bbcominc.com"><FONT 
        color=#000000 size=2>203787683@radius01.bbcominc.com</FONT></A><BR><FONT 
        size=2>CSeq: 1 OPTIONS<BR>Server: Sip EXpress router (0.8.12 
        (i386/linux))<BR>Content-Length: 0<BR>Warning: 392 66.234.143.180:5060 
        "Noisy feedback tells:&nbsp; pid=1621 req_src_ip=66.234.143.180 
        req_src_port=5060 in_uri=sip:pdavid@bbcom-ser.bbcominc.com 
        out_uri=sip:pdavid@bbcom-ser.bbcominc.com via_cnt==71"</FONT></DIV>
        <DIV><FONT size=2></FONT>&nbsp;</DIV>
        <DIV><FONT size=2></FONT>&nbsp;</DIV>
        <DIV><FONT size=2></FONT>&nbsp;</DIV>
        <DIV><FONT size=2>** reply received 1195.150 ms after first 
        send<BR>&nbsp;&nbsp; and 678.739 ms after last send **<BR>&nbsp;&nbsp; 
        SIP/2.0 483 Too Many Hops<BR>&nbsp;&nbsp; final received</FONT></DIV>
        <DIV><FONT size=2></FONT>&nbsp;</DIV>
        <DIV><FONT size=2></FONT>&nbsp;</DIV>
        <DIV><SPAN class=606575016-17122003><FONT 
        size=2>====================================================================================</FONT></SPAN></DIV>
        <DIV><SPAN class=606575016-17122003><FONT size=2><STRONG>[root@radius01 
        root]#</STRONG> <FONT color=#008000><STRONG>sipsak -T -s 
        sip:pdavid@bbcom-ser.bbcominc.com <BR></STRONG></FONT>warning: IP 
        extract from warning activated to be more informational<BR>0: 
        66.234.143.180 (18.961 ms) SIP/2.0 483 Too Many Hops<BR>1: 
        66.234.143.180 (15.510 ms) SIP/2.0 483 Too Many Hops<BR>2: 
        66.234.143.180 (41.453 ms) SIP/2.0 483 Too Many Hops<BR>3: 
        66.234.143.180 (39.659 ms) SIP/2.0 483 Too Many Hops<BR>4: 
        66.234.143.180 (56.881 ms) SIP/2.0 483 Too Many Hops<BR>5: 
        66.234.143.180 (66.248 ms) SIP/2.0 483 Too Many Hops<BR>6: 
        66.234.143.180 (69.779 ms) SIP/2.0 483 Too Many Hops<BR>7: 
        66.234.143.180 (85.664 ms) SIP/2.0 483 Too Many Hops<BR>8: 
        66.234.143.180 (100.143 ms) SIP/2.0 483 Too Many Hops<BR>9: 
        66.234.143.180 (111.643 ms) SIP/2.0 483 Too Many Hops<BR>10: 
        66.234.143.180 (121.099 ms) SIP/2.0 483 Too Many Hops<BR>11: 
        66.234.143.180 (140.994 ms) SIP/2.0 483 Too Many Hops<BR>12: 
        66.234.143.180 (140.692 ms) SIP/2.0 483 Too Many Hops<BR>13: 
        66.234.143.180 (177.798 ms) SIP/2.0 483 Too Many Hops<BR>14: 
        66.234.143.180 (163.843 ms) SIP/2.0 483 Too Many Hops<BR>15: 
        66.234.143.180 (193.053 ms) SIP/2.0 483 Too Many Hops<BR>16: 
        66.234.143.180 (209.526 ms) SIP/2.0 483 Too Many Hops<BR>17: 
        66.234.143.180 (229.255 ms) SIP/2.0 483 Too Many Hops<BR>18: 
        66.234.143.180 (225.985 ms) SIP/2.0 483 Too Many Hops<BR>19: 
        66.234.143.180 (236.770 ms) SIP/2.0 483 Too Many Hops<BR>20: 
        66.234.143.180 (269.157 ms) SIP/2.0 483 Too Many Hops<BR>21: 
        66.234.143.180 (295.315 ms) SIP/2.0 483 Too Many Hops<BR>22: 
        66.234.143.180 (302.434 ms) SIP/2.0 483 Too Many Hops<BR>23: 
        66.234.143.180 (352.886 ms) SIP/2.0 483 Too Many Hops<BR>24: 
        66.234.143.180 (320.909 ms) SIP/2.0 483 Too Many 
Hops</FONT></SPAN></DIV>
        <DIV>&nbsp;</DIV>
        <DIV><SPAN class=606575016-17122003><FONT size=2>[root@radius01 root]# 
        </FONT></SPAN></DIV>
        <DIV><FONT size=2></FONT>&nbsp;</DIV>
        <DIV></FONT></SPAN><SPAN class=606575016-17122003><FONT size=2>Seems to 
        time out.</FONT></SPAN></DIV>
        <DIV><SPAN class=606575016-17122003><FONT 
        size=2></FONT></SPAN>&nbsp;</DIV>
        <DIV><SPAN class=606575016-17122003><FONT size=2>Should I even doit from 
        another box or should I do it from the SER server?</FONT></SPAN></DIV>
        <DIV><SPAN class=606575016-17122003><FONT 
        size=2></FONT></SPAN>&nbsp;</DIV>
        <DIV><SPAN class=606575016-17122003><FONT 
        size=2></FONT></SPAN>&nbsp;</DIV>
        <DIV><SPAN class=606575016-17122003><FONT size=2>Any suggestions to make 
        it work....any help is goods help thank 
        you....all.</FONT></SPAN></DIV></SPAN>
        <P><FONT size=2>Peter David</FONT> <BR><FONT size=2>Network 
        Engineer</FONT> <BR><FONT size=2>BBCOM, Inc.</FONT> <BR><FONT 
        size=2>Office 213-489-2156 x228</FONT> <BR><FONT 
        size=2>pdavid@bbcominc.com</FONT> </P>
        <DIV><FONT size=2></FONT>&nbsp;</DIV>
        <P></P></BLOCKQUOTE></SPAN>
      <P></P></BLOCKQUOTE></BLOCKQUOTE></SPAN>
  <P></P></BLOCKQUOTE></BODY></HTML>