I think before you start testing OpenSIPS with SIPP you need to make sure your config or your install of OpenSIPS is actually working.  Are you able to register a softphone client?  When you use ngrep or any other siptrace do you see opensips responding to anything?  When you look in syslog do you see any errors?  Is OpenSIPS even running (you started this email thread because you thought you had to compile the opensips config)?<br /><br />On , &quot;M.Abdulaziz&quot; &lt;malduwais1@ksu.edu.sa&gt; wrote:<br />&gt; Hi Bogdan Thank you for helping.<br />&gt; <br />&gt; <br />&gt; <br />&gt; *UAC* 192.168.1.69<br />&gt; <br />&gt; *Opensips* 192.168.1.69:5060<br />&gt; <br />&gt; <br />&gt; <br />&gt; <br />&gt; <br />&gt; When I run this sipp command<br />&gt; <br />&gt; <br />&gt; <br />&gt; <br />&gt; <br />&gt; &gt; sipp 192.168.1.69:5060 -sf uac-reg.xml -inf users.txt<br />&gt; <br />&gt; <br />&gt; <br />&gt; <br />&gt; <br />&gt;  * I got no reaction from opensips *<br />&gt; <br />&gt; <br />&gt; <br />&gt; What is wrong? I follow every instruction that I know but with no success?<br />&gt; <br />&gt; <br />&gt; <br />&gt; this is my configuration file<br />&gt; <br />&gt; <br />&gt; <br />&gt; # ----------- global configuration parameters ------------------------<br />&gt; <br />&gt; <br />&gt; <br />&gt; debug=3 # debug level (cmd line: -dddddddddd)<br />&gt; <br />&gt; fork=yes log_stderror=no # (cmd line: -E)<br />&gt; <br />&gt; children=8<br />&gt; <br />&gt; # Uncomment these lines to enter debugging mode<br />&gt; <br />&gt; #fork=no<br />&gt; <br />&gt; #log_stderror=yes<br />&gt; <br />&gt; #<br />&gt; <br />&gt; listen=udp:192.168.1.69:5060<br />&gt; <br />&gt; auto_aliases=no log_name=&quot;opensips-1.5.1-log&quot; log_facility=LOG_LOCAL0<br />&gt; <br />&gt; <br />&gt; <br />&gt; # ------------------ module loading ---------------------------------- #<br />&gt; <br />&gt; <br />&gt; <br />&gt; set module path mpath=&quot;/usr/local/lib64/opensips/modules/&quot;<br />&gt; <br />&gt; <br />&gt; <br />&gt; # Uncomment this if you want to use SQL database<br />&gt; <br />&gt; <br />&gt; <br />&gt; loadmodule &quot;db_mysql.so&quot;<br />&gt; <br />&gt; loadmodule &quot;sl.so&quot;<br />&gt; <br />&gt; loadmodule &quot;usrloc.so&quot;<br />&gt; <br />&gt; loadmodule &quot;registrar.so&quot;<br />&gt; <br />&gt; loadmodule &quot;textops.so&quot;<br />&gt; <br />&gt; loadmodule &quot;tm.so&quot;<br />&gt; <br />&gt; <br />&gt; <br />&gt; # ----------------- setting module-specific parameters ---------------<br />&gt; <br />&gt; <br />&gt; <br />&gt; # -- usrloc params --<br />&gt; <br />&gt; <br />&gt; <br />&gt; modparam(&quot;usrloc&quot;, &quot;db_url&quot;,<br />&gt; <br />&gt; &quot;mysql://opensips:opensipsrw@localhost/opensips&quot;)<br />&gt; <br />&gt; modparam(&quot;usrloc&quot;, &quot;db_mode&quot;, 2)<br />&gt; <br />&gt; modparam(&quot;usrloc&quot;, &quot;hash_size&quot;, 12)<br />&gt; <br />&gt; modparam(&quot;usrloc&quot;, &quot;fetch_rows&quot;, 2500)<br />&gt; <br />&gt; modparam(&quot;tm&quot;, &quot;wt_timer&quot;, 2)<br />&gt; <br />&gt; <br />&gt; <br />&gt; # ------------------------- request routing logic -------------------<br />&gt; <br />&gt; <br />&gt; <br />&gt; # main routing logic //This is line number 54 that the error is referring to<br />&gt; <br />&gt; <br />&gt; <br />&gt; route{<br />&gt; <br />&gt; <br />&gt; <br />&gt; if(is_method(&quot;REGISTER&quot;)) {<br />&gt; <br />&gt; <br />&gt; <br />&gt; <br />&gt; <br />&gt; save(&quot;location&quot;);<br />&gt; <br />&gt; <br />&gt; <br />&gt; exit;<br />&gt; <br />&gt;  }<br />&gt; <br />&gt; <br />&gt; <br />&gt; <br />&gt; <br />&gt; <br />&gt; <br />&gt; if(lookup(&quot;location&quot;))<br />&gt; <br />&gt; {<br />&gt; <br />&gt; sl_send_reply(&quot;200&quot;, &quot;ok&quot;);<br />&gt; <br />&gt; <br />&gt; <br />&gt; }else {<br />&gt; <br />&gt; <br />&gt; <br />&gt; <br />&gt; <br />&gt; sl_send_reply(&quot;404&quot;, &quot;not found&quot;);<br />&gt; <br />&gt; <br />&gt; <br />&gt; }<br />&gt; <br />&gt; <br />&gt; <br />&gt; <br />&gt; <br />&gt; }<br />&gt; <br />&gt; <br />&gt; <br />&gt; <br />&gt; <br />&gt; *& This is my<br />&gt; <br />&gt; uac-reg.xml*******************************************************<br />&gt; <br />&gt; <br />&gt; <br />&gt; -<br />&gt; <br />&gt; <br />&gt; <br />&gt; <br />&gt; <br />&gt; <br />&gt; <br />&gt;  -<br />&gt; <br />&gt; <br />&gt; <br />&gt;  <br />&gt; <br />&gt; <br />&gt; <br />&gt; <br />&gt; <br />&gt; <br />&gt; <br />&gt; <br />&gt; <br />&gt; <br />&gt; <br />&gt; <br />&gt; <br />&gt; <br />&gt; <br />&gt; <br />&gt; <br />&gt;   <br />&gt; <br />&gt; <br />&gt; <br />&gt;   <br />&gt; <br />&gt; <br />&gt; <br />&gt; <br />&gt; <br />&gt; <br />&gt; <br />&gt; <br />&gt; <br />&gt; <br />&gt; <br />&gt; <br />&gt; <br />&gt; <br />&gt; <br />&gt; <br />&gt; <br />&gt;  <br />&gt; <br />&gt; <br />&gt; <br />&gt; <br />&gt; <br />&gt; <br />&gt; <br />&gt; <br />&gt; <br />&gt; Hope someone can help I&#39;m stuck without knowing where is the problem??<br />&gt; <br />&gt; <br />&gt; <br />&gt; Thank you in advance<br />&gt; <br />&gt; <br />&gt; <br />&gt; --<br />&gt; <br />&gt; View this message in context: http://opensips-open-sip-server.1449251.n2.nabble.com/CRITICAL-core-yyerror-parse-error-in-config-file-tp7037342p7043541.html<br />&gt; <br />&gt; Sent from the OpenSIPS - Users mailing list archive at Nabble.com.<br />&gt; <br />&gt; <br />&gt; <br />&gt; _______________________________________________<br />&gt; <br />&gt; Users mailing list<br />&gt; <br />&gt; Users@lists.opensips.org<br />&gt; <br />&gt; http://lists.opensips.org/cgi-bin/mailman/listinfo/users<br />&gt; <br />&gt;