Hi <br><br>Following your instructions I have enable the compilation defined in Makefile.defs and recompile everything after a make clean. One capture of the compilation for you to see the define is enable:<br><br>[...]<br>
gcc -fPIC -DPIC -g -O9 -funroll-loops -Wcast-align -Wall -minline-all-stringops -falign-loops -ftree-vectorize -mtune=prescott -Wold-style-definition -Wmissing-field-initializers -Wredundant-decls -DMOD_NAME=&#39;&quot;uri_db&quot;&#39;&nbsp;&nbsp;&nbsp; -DNAME=&#39;&quot;kamailio&quot;&#39; -DVERSION=&#39;&quot;1.4.2-notls&quot;&#39; -DARCH=&#39;&quot;i386&quot;&#39; -DOS=&#39;&quot;linux&quot;&#39; -DCOMPILER=&#39;&quot;gcc 4.0.2&quot;&#39; -D__CPU_i386 -D__OS_linux -D__SMP_yes -DCFG_DIR=&#39;&quot;/usr/local/etc/kamailio/&quot;&#39; -DPKG_MALLOC -DSHM_MEM&nbsp; -DSHM_MMAP -DUSE_IPV6 -DUSE_MCAST -DUSE_TCP -DDISABLE_NAGLE -DHAVE_RESOLV_RES -DSTATISTICS -DCHANGEABLE_DEBUG_LEVEL -DF_MALLOC -DUSE_LOCAL_ROUTE&nbsp; -DSVNREVISION=&#39;&quot;2:5135M&quot;&#39;&nbsp; -DFAST_LOCK -DADAPTIVE_WAIT -DADAPTIVE_WAIT_LOOPS=1024&nbsp; -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSG_NOSIGNAL -DHAVE_MSGHDR_MSG_CONTROL -DHAVE_ALLOCA_H -DHAVE_TIMEGM -DHAVE_EPOLL -DHAVE_SIGIO_RT -DHAVE_SELECT -c checks.c -o checks.o<br>
[...]<br><br>When I try to start the proxy it complains about:<br><br>CRITICAL:core:yyerror: parse error in config file, line 432, column 1-2: syntax error<br>CRITICAL:core:yyerror: parse error in config file, line 432, column 1-2: invalid local_route statement<br>
<br>As you announced this feature for OpenSER 1.4 release series, I assume this is available for kamailio v1.4.2 ?<br><br>Best regards,<br>Pascal<br><br><br><br><div class="gmail_quote">On Thu, Jun 26, 2008 at 1:11 PM, Henning Westerholt <span dir="ltr">&lt;<a href="mailto:henning.westerholt@1und1.de">henning.westerholt@1und1.de</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">On Friday 06 June 2008, Bogdan-Andrei Iancu wrote:<br>
&gt; OpenSER has a new type of route: local route. This route is to be<br>
&gt; executed when a brand new request is internally generated (openser being<br>
&gt; the UAC) ; such requests are result of :<br>
&gt; &nbsp; &nbsp; - t_uac_dlg MI command<br>
&gt; &nbsp; &nbsp; - msilo, sms, presence, cpl-c, dialog (and others) modules<br>
</div>&gt; [..]<br>
<br>
Hello all,<br>
<br>
the addition of this feature short before the code freeze caused some<br>
conflicts, which could not resolved sufficently in time for this release.<br>
Thus the OpenSER board was asked to decide in this matter. The majority of<br>
the board voted for decativating this feature in the 1.4 release series.<br>
<br>
For more details please take a look at the developer mailing list at [1], [2]<br>
and [3]. Details about the &quot;dectivate&quot; commit can be found at [4]<br>
<br>
The local route functionality is still available, but its not activated in the<br>
default installation. In order to use this feature its necessary to set<br>
the &quot;USE_LOCAL_ROUTE&quot; define in the &quot;Makefile.defs&quot; file and compile your own<br>
binary from the source. Then it will possible to use this feature.<br>
<br>
In the 1.5.0 release this functionality (or something resemble this) will be<br>
present, fully usable and supported.<br>
<br>
With best regards,<br>
<br>
Henning Westerholt<br>
<br>
<br>
[1] <a href="http://lists.openser.org/pipermail/devel/2008-June/014028.html" target="_blank">http://lists.openser.org/pipermail/devel/2008-June/014028.html</a><br>
[2] <a href="http://lists.openser.org/pipermail/devel/2008-June/014122.html" target="_blank">http://lists.openser.org/pipermail/devel/2008-June/014122.html</a><br>
[3] <a href="http://lists.openser.org/pipermail/devel/2008-June/014204.html" target="_blank">http://lists.openser.org/pipermail/devel/2008-June/014204.html</a><br>
[4] <a href="http://lists.openser.org/pipermail/devel/2008-June/014444.html" target="_blank">http://lists.openser.org/pipermail/devel/2008-June/014444.html</a><br>
<font color="#888888"><br>
<br>
--<br>
Henning Westerholt - Development Consumer Products / DSL Core<br>
1&amp;1 Internet AG, Ernst-Frey-Str. 9, 76135 Karlsruhe, Germany<br>
</font><div><div></div><div class="Wj3C7c"><br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.openser.org">Users@lists.openser.org</a><br>
<a href="http://lists.openser.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.openser.org/cgi-bin/mailman/listinfo/users</a><br>
</div></div></blockquote></div><br>