[Freeswitch-users] IM messaging on FreeSwitch
mehroz
mehroz.ashraf85 at gmail.com
Thu Mar 7 17:59:24 MSK 2013
Hi,
Anyone with an experience of SIP SIMPLE IM Messaging implemention?
I dont see the stuff well documented on
http://wiki.freeswitch.org/wiki/Mod_sms
<http://wiki.freeswitch.org/wiki/Mod_sms>
I followed simple steps to test it with reply back as in default chatplan.
<?xml version="1.0" encoding="utf-8"?>
<include>
<context name="default">
<extension name="demo">
<condition field="to" expression="^(.*)$">
<action application="reply" data="Hello, you said: ${_body}"/>
</condition>
</extension>
</context>
</include>
I tested it with eyeBeam, Jitsi, it doesnt work, and i do not see reply
back.
and i see in logs:
2013-03-07 14:58:49.090936 [INFO] mod_sms.c:334 Processing text message
9999->9999 in context default
Chatplan: 9999 parsing [default->demo] continue=false
Chatplan: 9999 at 198.84.61.52 Regex (PASS) [demo] to(9999 at 198.84.61.52) =~
/^(.*)$/ break=on-false
Chatplan: 9999 at 198.84.61.52 Action reply(Hello, you said: ${_body})
--
View this message in context: http://freeswitch-users.2379917.n2.nabble.com/IM-messaging-on-FreeSwitch-tp7588347.html
Sent from the freeswitch-users mailing list archive at Nabble.com.
Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-users
mailing list