[Freeswitch-users] mod_sms: is possible to not forward message?
Sergey Safarov
s.safarov at gmail.com
Sun Jul 16 19:16:17 UTC 2017
I created chatplan
<?xml version="1.0" encoding="utf-8"?>
<include>
<context name="public">
<extension name="demo">
<condition field="to" expression="^(.*)$">
<action application="stop" data=""/>
</condition>
</extension>
</context>
</include>
Required simple accept message and do nothing. But really FreeSwitch send
forward message.
Tested current master and 1.5
Is it bug? Or i do some thing wrong?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20170716/4b5cb304/attachment-0001.html>
More information about the FreeSWITCH-users
mailing list