<span style="font-family: Arial; font-size: 13px;">Dear All,<br><br>I have a problem with mod_sms.<br><br>Configuration of chatplan is as this:<br><br>&lt;?xml version="1.0" encoding="utf-8"?&gt;<br>&lt;include&gt;<br>&nbsp; &lt;context name="public"&gt;<br>&nbsp;&nbsp;&nbsp; &lt;extension name="default"&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;condition field="to" expression="^(.*)$"&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application="send"/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/condition&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/extension&gt;<br>&nbsp; &lt;/context&gt;<br>&lt;/include&gt;<br><br>Here is FS log:<br><br>2013-12-26 21:14:21.841090 [INFO] mod_sms.c:336 Processing text message 1001-&gt;1004 in context public<br>Chatplan: 1004 parsing [public-&gt;default] continue=false<br>Chatplan: 1004@test.local Regex (PASS) [default] to(1004@test.local) =~ /^(.*)$/ break=on-false<br>Chatplan: 1004@test.local Action send() <br>2013-12-26 21:14:21.841090 [DEBUG] sofia_presence.c:224 Can't find registered user 1004@test.local<br><br>But user is registered:<br>in fs_cli #sofia_contact 1004<br>sofia/internal/sip:1004@1.2.3.4:40348;rinstance=72ECC02F;transport=tls;fs_nat=yes;fs_path=sip%3A1004%4014.3.2.1.%3A40348%3Brinstance%3D72ECC02F%3Btransport%3Dtls<br><br>Out of default configuration I have just forced TLS connection (tlsv1).<br><br>Dont you have an idea where could be problem?<br><br>Thanks everyone for help<br><br>PT<br></span>