<html><body><div style="color:#000; background-color:#fff; font-family:arial, helvetica, sans-serif;font-size:10pt"><div><span>Phil,</span></div><div style="color: rgb(0, 0, 0); font-size: 13.3333px; font-family: arial,helvetica,sans-serif; background-color: transparent; font-style: normal;"><br><span></span></div><div style="color: rgb(0, 0, 0); font-size: 13.3333px; font-family: arial,helvetica,sans-serif; background-color: transparent; font-style: normal;"><span>at the bottom of Voicemail wiki page, there's a section called "</span><span class="mw-headline" id="Voicemail_Callback">Voicemail Callback". Does it not explain the details? <br></span></div><div style="color: rgb(0, 0, 0); font-size: 13.3333px; font-family: arial,helvetica,sans-serif; background-color: transparent; font-style: normal;"><span class="mw-headline" id="Voicemail_Callback">Also, there is a variable for callback context, so that you don't need to create a separate profile for a
 new tenant in a multi-tenant setup.</span></div><div style="color: rgb(0, 0, 0); font-size: 13.3333px; font-family: arial,helvetica,sans-serif; background-color: transparent; font-style: normal;"><br><span class="mw-headline" id="Voicemail_Callback"></span></div><div style="color: rgb(0, 0, 0); font-size: 13.3333px; font-family: arial,helvetica,sans-serif; background-color: transparent; font-style: normal;">Well, sometimes I had to look up in the source code when documentation was not clear. But I must say, there was never a task that I could not implement within FreeSWITCH. I've listed some use cases at http://voxserv.ch if you're interested.</div><div style="color: rgb(0, 0, 0); font-size: 13.3333px; font-family: arial,helvetica,sans-serif; background-color: transparent; font-style: normal;"><br></div><div style="color: rgb(0, 0, 0); font-size: 13.3333px; font-family: arial,helvetica,sans-serif; background-color: transparent; font-style: normal;">So,
 having read the 1.0.6 book and using Wiki search, and sometimes looking into the sources, I find this product completely manageable, and pretty well documented.</div><div style="color: rgb(0, 0, 0); font-size: 13.3333px; font-family: arial,helvetica,sans-serif; background-color: transparent; font-style: normal;"><br></div><div style="color: rgb(0, 0, 0); font-size: 13.3333px; font-family: arial,helvetica,sans-serif; background-color: transparent; font-style: normal;">You can also easily find consultancy services from the developers team or other guys, and save your time. <br></div><div style="color: rgb(0, 0, 0); font-size: 13.3333px; font-family: arial,helvetica,sans-serif; background-color: transparent; font-style: normal;"><br></div><div style="color: rgb(0, 0, 0); font-size: 13.3333px; font-family: arial,helvetica,sans-serif; background-color: transparent; font-style: normal;">cheers,</div><div style="color: rgb(0, 0, 0); font-size: 13.3333px;
 font-family: arial,helvetica,sans-serif; background-color: transparent; font-style: normal;">stan<br></div><div style="color: rgb(0, 0, 0); font-size: 13.3333px; font-family: arial,helvetica,sans-serif; background-color: transparent; font-style: normal;"><br><span class="mw-headline" id="Voicemail_Callback"></span></div><div style="color: rgb(0, 0, 0); font-size: 13.3333px; font-family: arial,helvetica,sans-serif; background-color: transparent; font-style: normal;"><span class="mw-headline" id="Voicemail_Callback"><br> </span></div><div><br></div>  <div style="font-family: arial, helvetica, sans-serif; font-size: 10pt;"> <div style="font-family: times new roman, new york, times, serif; font-size: 12pt;"> <div dir="ltr"> <hr size="1">  <font face="Arial" size="2"> <b><span style="font-weight:bold;">From:</span></b> Phil Mickelson &lt;phil@cappgen.com&gt;<br> <b><span style="font-weight: bold;">To:</span></b> freeswitch-users
 &lt;freeswitch-users@lists.freeswitch.org&gt; <br> <b><span style="font-weight: bold;">Sent:</span></b> Tuesday, October 1, 2013 8:55 PM<br> <b><span style="font-weight: bold;">Subject:</span></b> [Freeswitch-users] (no subject)<br> </font> </div> <div class="y_msg_container"><br><div id="yiv1811453175"><div dir="ltr">Mick,<div><br></div><div>Thank you for your list. &nbsp;I've search those also. &nbsp;Let me give you a quick example where I actually found the option but the docs don't supply any additional information.</div>
<div><br></div><div>I believe I need to create new VM profiles since I'm running multi-tenant. &nbsp;I figured that one out by looking at other commands that expect a voicemail_profile value. &nbsp;In searching through the default profile I found the parameter "callback-context." &nbsp;Since "context" is generally used in FS in connection with multi-tenant I assume (perhaps incorrectly) that this is important for me. &nbsp;So, I go in search of the parameter in the docs. &nbsp;And, after much searching (I have gotten better at this over time) I find:</div>
<div><br></div><div><h3 style="color:rgb(0,0,0);background-image:none;margin:0px 0px 0.3em;overflow:hidden;padding-top:0.5em;padding-bottom:0.17em;border-bottom-style:none;font-size:17.27272605895996px;font-family:sans-serif;line-height:19.190340042114258px;">
<span class="yiv1811453175" id="yiv1811453175callback-context">callback-context</span></h3><h4 style="color:rgb(0,0,0);background-image:none;margin:0px 0px 0.3em;overflow:hidden;padding-top:0.5em;padding-bottom:0.17em;border-bottom-style:none;font-size:14.545454025268555px;font-family:sans-serif;line-height:19.190340042114258px;">
<span class="yiv1811453175" id="yiv1811453175default_3">default</span></h4><pre style="font-family:monospace, Courier;padding:1em;border:1px dashed rgb(47,111,171);color:rgb(0,0,0);background-color:rgb(249,249,249);line-height:1.3em;font-size:12.727272033691406px;">     &lt;param name="callback-context" value="default"/&gt;
</pre><div><br></div><div>That's it. &nbsp;The exact same line in the XML file. &nbsp;Doesn't explain anything. &nbsp;And, if you look at most of those parameters you'll see the exact same thing.</div><div><br></div><div>Regards,</div>
<div><br></div><div>Phil Mickelson</div><div><br></div><div><br></div><div><br></div><div><pre style="color:rgb(0,0,0);">Hi Phil,

In addition to the books you mentioned, do the following wiki pages not provide everything you need (if they don't we are in trouble!&nbsp;&nbsp;).

API Commands

<a rel="nofollow" target="_blank" href="https://wiki.freeswitch.org/wiki/Mod_commands">https://wiki.freeswitch.org/wiki/Mod_commands</a>


Dialplan Applications

<a rel="nofollow" target="_blank" href="https://wiki.freeswitch.org/wiki/Mod_dptools">https://wiki.freeswitch.org/wiki/Mod_dptools</a>


Channel Variables

<a rel="nofollow" target="_blank" href="https://wiki.freeswitch.org/wiki/Channel_Variables">https://wiki.freeswitch.org/wiki/Channel_Variables</a>


XML Dialplan

<a rel="nofollow" target="_blank" href="https://wiki.freeswitch.org/wiki/Dialplan_XML">https://wiki.freeswitch.org/wiki/Dialplan_XML</a>


Documentation

<a rel="nofollow" target="_blank" href="https://wiki.freeswitch.org/wiki/Documentation">https://wiki.freeswitch.org/wiki/Documentation</a>

&nbsp;

Rgds, Mick
Tel/SMS. +44(0)7967 594432
</pre></div><div><br></div></div></div></div><br>_________________________________________________________________________<br>Professional FreeSWITCH Consulting Services:<br><a ymailto="mailto:consulting@freeswitch.org" href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br><a href="http://www.freeswitchsolutions.com/" target="_blank">http://www.freeswitchsolutions.com</a><br><br>FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br><a href="http://www.cudatel.com/" target="_blank">http://www.cudatel.com</a><br><br>Official FreeSWITCH Sites<br><a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org</a><br><a href="http://wiki.freeswitch.org/" target="_blank">http://wiki.freeswitch.org</a><br><a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com</a><br><br>FreeSWITCH-users mailing list<br><a ymailto="mailto:FreeSWITCH-users@lists.freeswitch.org"
 href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br><a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org</a><br><br><br></div> </div> </div>  </div></body></html>