<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Just take the hello-world config from onsip.org and strip it. Like this
(you can also remove record routing if you don't want ser to stay in
the signal path):<br>
# $Id: hello-world.cfg 46 2006-01-25 04:21:30Z /CN=Paul
<a class="moz-txt-link-abbreviated" href="mailto:Hazlett/emailAddress=paul@onsip.org">Hazlett/emailAddress=paul@onsip.org</a> $<br>
debug=3<br>
fork=no<br>
log_stderror=yes<br>
<br>
listen=192.0.2.13&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; # put your server IP address here<br>
port=5060<br>
children=4<br>
<br>
dns=no<br>
rev_dns=no<br>
fifo="/tmp/ser_fifo"<br>
<br>
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>
<br>
modparam("usrloc", "db_mode",&nbsp;&nbsp; 0)<br>
modparam("rr", "enable_full_lr", 1)<br>
<br>
route {<br>
<br>
&nbsp;&nbsp;&nbsp; #
------------------------------------------------------------------------<br>
&nbsp;&nbsp;&nbsp; # Sanity Check Section<br>
&nbsp;&nbsp;&nbsp; #
------------------------------------------------------------------------<br>
&nbsp;&nbsp;&nbsp; if (!mf_process_maxfwd_header("10")) {<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; sl_send_reply("483", "Too Many Hops");<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; break;<br>
&nbsp;&nbsp;&nbsp; };<br>
<br>
&nbsp;&nbsp;&nbsp; if (msg:len &gt; max_len) {<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; sl_send_reply("513", "Message Overflow");<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; break;<br>
&nbsp;&nbsp;&nbsp; };<br>
<br>
&nbsp;&nbsp;&nbsp; #
------------------------------------------------------------------------<br>
&nbsp;&nbsp;&nbsp; # Record Route Section<br>
&nbsp;&nbsp;&nbsp; #
------------------------------------------------------------------------<br>
&nbsp;&nbsp;&nbsp; if (method!="REGISTER") {<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; record_route();<br>
&nbsp;&nbsp;&nbsp; };<br>
<br>
}<br>
<br>
<br>
<br>
dillip parida wrote:
<blockquote
 cite="midd5eb23160608100719j61788f68v4f1755cdd0baadd1@mail.gmail.com"
 type="cite">hi&nbsp; all,<br>
  <br>
&nbsp;I am&nbsp; newbie&nbsp; to SER. actually I want to use SER as stateless proxy..<br>
  <br>
i will explain with a example......user agent A and User agent B are
two SIP phones.<br>
  <br>
if A&nbsp; calls ,&nbsp; B's number initially it reaches at SER, then SER route
the call stalelessly to particular URI.<br>
  <br>
BUT I DONT NEED THAT USER 'A'&nbsp;&nbsp; and USER 'B'&nbsp; SHOULD NOT GET REGISTERED
AT SER.<br>
  <br>
without registering at SER we need to route the call to that particular
URI....i mean to that user B.....<br>
  <br>
  <br>
please help me.......i have attached the ser.cfg for ur refrence.<br>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
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>
</body>
</html>