<div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I also found solution to another common feature I was planning to add:<br>
call screening (screening of calls with unknown/missing CID or from<br>
numbers I don&#39;t know or have placed in a special group) - in Asterisk<br>
this is a bit limited to about 2, 3 options which I have no control<br>
over, but in FreeSWITCH, it seems, I have a complete freedom of how/what<br>
to do when call screening is initiated -<br>
<a href="http://wiki.freeswitch.org/wiki/Dialplan_XML" target="_blank">http://wiki.freeswitch.org/wiki/Dialplan_XML</a> (Example 13) is exactly<br>
what I needed, though I take it I could customise it a bit so that:<br>
<br>
I (as the called party) have the option (by pressing a specific key<br>
after receiving the caller&#39;s name) to: 1) accept the call; 2) send a<br>
message back to the caller saying this number is unavailable and then<br>
terminate his/her call; 3) redirect him/her to voicemail; 4) drop the<br>
call entirely without giving any explanation at all (or, alternatively,<br>
torture them with some moh if they appear to be telemarketing group for<br>
example). By reading that example, it looks as though this can be achieved.<br>
<br>
</blockquote><div>If you only need &quot;answer or reject to continue with the dialplan&quot; then simply use the pre-built Answer Confirmation:</div><div><a href="http://wiki.freeswitch.org/wiki/Freeswitch_IVR_Originate#Answer_confirmation">http://wiki.freeswitch.org/wiki/Freeswitch_IVR_Originate#Answer_confirmation</a></div>

<div>Anything else will be a bit more complicated.</div><div><br></div><div>For telemarketers, you could bridge them to <a href="http://itslenny.com/">http://itslenny.com/</a></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

One other thing: in Asterisk, there is a vast sound library for various<br>
messages/music/media which could be used. Is there a similar thing in<br>
FreeSWITCH or should I use Asterisk&#39;s media pack for now?<br>
<div class="im"><br></div></blockquote><div><br></div><div>When installing if you did &quot;<span style="background-color:rgb(255,255,255);line-height:1.1em">make sounds-install&quot; you got the basic sound package which is quite extensive.</span></div>

<div>I recommend looking at the docs/phrase/phrase_en.xml and see the list of the phrases / pre-recorded sound files under the name &quot;callie&quot;.</div><div><br></div><div>-Avi</div></div></div>