<div dir="ltr"><div><div><div><div><div><div>Hi, list.<br><br></div>I have successfully installed redis-server on my system and mod_redis on freeswitch.<br></div>But when i try to set a value with redis in my default.xml, i see nothing. This is my default.xml file.<br><br>&lt;include&gt;<br>&lt;context name=&quot;default&quot;&gt;<br> &lt;extension name=&quot;Testing&quot;&gt;<br>        &lt;condition&gt;<br>                &lt;action application=&quot;sched_hangup&quot; data=&quot;+10800 alloted_timeout&quot;/&gt;<br>                &lt;action application=&quot;answer&quot;/&gt;<br>                &lt;action application=&quot;set&quot; data=&quot;max_forwards=100&quot;/&gt;<br>                &lt;action application=&quot;set&quot; data=&quot;dst=${destination_number}&quot;/&gt;<br>                &lt;action application=&quot;log&quot; data=&quot;${uuid}&quot;/&gt;<br>                &lt;action application=&quot;set&quot; data=&quot;src=${caller_id_number}&quot;/&gt;<br>                <b>&lt;action application=&quot;set&quot; data=&quot;ignore=${redis(set ${uuid} ${destination_number})}&quot;/&gt;<br>                &lt;action application=&quot;set&quot; data=&quot;ignore=${redis(get ${uuid}}&quot;/&gt;<br>                &lt;action application=&quot;log&quot; data=&quot;${ignore}&quot;/&gt;</b><br>               &lt;action application=&quot;playback&quot; data=&quot;vlc:///opt/song.mp3&quot;/&gt;<br>        &lt;/condition&gt;<br>   &lt;/extension&gt;<br>&lt;/context&gt;<br></div><div>&lt;/include&gt;<br></div><div><br></div>And what I see in my logs is this.<br><br>2015-01-28 22:48:19.542161 [NOTICE] mod_dptools.c:1258 Channel [sofia/internal/<a href="tel:14048002020" value="+14048002020" target="_blank">14048002020</a>@1003] has been answered<br>2015-01-28 22:48:19.542161 [DEBUG] switch_core_session.c:1053 Send signal sofia/internal/<a href="tel:14048002020" value="+14048002020" target="_blank">14048002020</a>@1003 [BREAK]<br>2015-01-28 22:48:19.542161 [DEBUG] switch_core_session.c:1053 Send signal sofia/internal/<a href="tel:14048002020" value="+14048002020" target="_blank">14048002020</a>@1003 [BREAK]<br>2015-01-28 22:48:19.542161 [DEBUG] switch_core_session.c:1053 Send signal sofia/internal/<a href="tel:14048002020" value="+14048002020" target="_blank">14048002020</a>@1003 [BREAK]<br>2015-01-28 22:48:19.562178 [DEBUG] switch_channel.c:3689 (sofia/internal/<a href="tel:14048002020" value="+14048002020" target="_blank">14048002020</a>@1003) Callstate Change EARLY -&gt; ACTIVE<br>2015-01-28 22:48:19.562178 [DEBUG] sofia.c:6614 Channel sofia/internal/<a href="tel:14048002020" value="+14048002020" target="_blank">14048002020</a>@1003 entering state [ready][200]<br>EXECUTE sofia/internal/<a href="tel:14048002020" value="+14048002020" target="_blank">14048002020</a>@1003 set(max_forwards=100)<br>2015-01-28 22:48:19.562178 [DEBUG] mod_dptools.c:1435 sofia/internal/<a href="tel:14048002020" value="+14048002020" target="_blank">14048002020</a>@1003 SET [max_forwards]=[100]<br>EXECUTE sofia/internal/<a href="tel:14048002020" value="+14048002020" target="_blank">14048002020</a>@1003 set(dst=<a href="tel:19292461002" value="+19292461002" target="_blank">19292461002</a>)<br>2015-01-28 22:48:19.562178 [DEBUG] mod_dptools.c:1435 sofia/internal/<a href="tel:14048002020" value="+14048002020" target="_blank">14048002020</a>@1003 SET [dst]=<a href="tel:%5B19292461002" value="+19292461002" target="_blank">[19292461002</a>]<br>EXECUTE sofia/internal/14048002020@1003 log(c63b137d-4553-41ed-a4e8-fff431889c40)<br>2015-01-28 22:48:19.562178 [DEBUG] mod_dptools.c:1628 c63b137d-4553-41ed-a4e8-fff431889c40<br>EXECUTE sofia/internal/14048002020@1003 set(src=14048002020)<br>2015-01-28 22:48:19.562178 [DEBUG] mod_dptools.c:1435 sofia/internal/14048002020@1003 SET [src]=[14048002020]<br><b>EXECUTE sofia/internal/14048002020@1003 set(ignore=)</b><br>2015-01-28 22:48:19.562178 [DEBUG] mod_dptools.c:1435 sofia/internal/14048002020@1003 SET [ignore]=[UNDEF]<br><b>EXECUTE sofia/internal/14048002020@1003 set(ignore=)</b><br>2015-01-28 22:48:19.562178 [DEBUG] mod_dptools.c:1435 sofia/internal/14048002020@1003 SET [ignore]=[UNDEF]<b><br>EXECUTE sofia/internal/14048002020@1003 log()</b><br>2015-01-28 22:48:19.562178 [DEBUG] mod_dptools.c:1628 <br></div><br></div>I see nothing. Neither a value being set or an error. <br><br></div><div>Your help would be much appreciated.<br></div><div>Thanks.<br></div><div><br></div><div><div><div><div><br></div></div></div></div></div>