<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 11 (filtered medium)">
<style>
<!--
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:Arial;
        color:windowtext;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
        {page:Section1;}
-->
</style>

</head>

<body lang=EN-US link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>FYI,<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>Just to add a little professional polish we might want to
replace &#8220;depricate&#8221; with &#8220;deprecate&#8221; since the former
is a misspelling.&nbsp; Before I make a patch I wanted to know about stuff like
this:<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face="Courier New"><span style='font-size:10.0pt;
font-family:"Courier New"'>[root@freeswitch2 include]# grep -rin
&quot;depricate&quot; *h<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face="Courier New"><span style='font-size:10.0pt;
font-family:"Courier New"'>switch_config.h:41: * This module implements a basic
interface and file format parser it may be depricated in favor of database
entries<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face="Courier New"><span style='font-size:10.0pt;
font-family:"Courier New"'>switch_core.h:973:SWITCH_DECLARE(switch_hash_index_t
*) switch_hash_first(<b><span style='font-weight:bold'>char *depricate_me</span></b>,
_In_ switch_hash_t *hash);<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>I don&#8217;t favor mass-replacing variable names when I&#8217;m
not the author. &nbsp;If someone out there is capable then here&#8217;s a list
of source files that have &#8220;depricate&#8221; in them:<o:p></o:p></span></font></p>

<p class=MsoNormal><b><font size=2 face="Courier New"><span style='font-size:
10.0pt;font-family:"Courier New";font-weight:bold'>grep -ir
&quot;depricate&quot; * |grep -v &quot;Binary&quot;<o:p></o:p></span></font></b></p>

<p class=MsoNormal><font size=2 face="Courier New"><span style='font-size:10.0pt;
font-family:"Courier New"'>src/include/switch_config.h: * This module
implements a basic interface and file format parser it may be depricated in
favor of database entries<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face="Courier New"><span style='font-size:10.0pt;
font-family:"Courier New"'>src/include/.svn/text-base/switch_core.h.svn-base:SWITCH_DECLARE(switch_hash_index_t
*) switch_hash_first(char *depricate_me, _In_ switch_hash_t *hash);<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face="Courier New"><span style='font-size:10.0pt;
font-family:"Courier New"'>src/include/.svn/text-base/switch_config.h.svn-base:
* This module implements a basic interface and file format parser it may be
depricated in favor of database entries<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face="Courier New"><span style='font-size:10.0pt;
font-family:"Courier New"'>src/include/switch_core.h:SWITCH_DECLARE(switch_hash_index_t
*) switch_hash_first(char *depricate_me, _In_ switch_hash_t *hash);<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face="Courier New"><span style='font-size:10.0pt;
font-family:"Courier New"'>src/mod/applications/mod_commands/mod_commands.c:&nbsp;&nbsp;&nbsp;&nbsp; SWITCH_ADD_API(commands_api_interface,
&quot;killchan&quot;, &quot;Kill Channel (depricated)&quot;, kill_function,
KILL_SYNTAX);<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face="Courier New"><span style='font-size:10.0pt;
font-family:"Courier New"'>src/mod/applications/mod_commands/mod_commands.c:&nbsp;&nbsp;&nbsp;&nbsp; SWITCH_ADD_API(commands_api_interface,
&quot;transfer&quot;, &quot;Transfer (depricated)&quot;, transfer_function,
TRANSFER_SYNTAX);<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face="Courier New"><span style='font-size:10.0pt;
font-family:"Courier New"'>src/mod/applications/mod_commands/mod_commands.c:&nbsp;&nbsp;&nbsp;&nbsp; SWITCH_ADD_API(commands_api_interface,
&quot;session_displace&quot;, &quot;session displace (depricated)&quot;,
session_displace_function, DISPLACE_SYNTAX);<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face="Courier New"><span style='font-size:10.0pt;
font-family:"Courier New"'>src/mod/applications/mod_commands/mod_commands.c:&nbsp;&nbsp;&nbsp;&nbsp; SWITCH_ADD_API(commands_api_interface,
&quot;session_record&quot;, &quot;session record (depricated)&quot;,
session_record_function, SESS_REC_SYNTAX);<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face="Courier New"><span style='font-size:10.0pt;
font-family:"Courier New"'>src/mod/applications/mod_commands/mod_commands.c:&nbsp;&nbsp;&nbsp;&nbsp; SWITCH_ADD_API(commands_api_interface,
&quot;broadcast&quot;, &quot;broadcast (depricated)&quot;, uuid_broadcast_function,
BROADCAST_SYNTAX);<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face="Courier New"><span style='font-size:10.0pt;
font-family:"Courier New"'>src/mod/applications/mod_commands/mod_commands.c:&nbsp;&nbsp;&nbsp;&nbsp; SWITCH_ADD_API(commands_api_interface,
&quot;hold&quot;, &quot;hold (depricated)&quot;, uuid_hold_function,
HOLD_SYNTAX);<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face="Courier New"><span style='font-size:10.0pt;
font-family:"Courier New"'>src/mod/applications/mod_commands/mod_commands.c:&nbsp;&nbsp;&nbsp;&nbsp; SWITCH_ADD_API(commands_api_interface,
&quot;media&quot;, &quot;media (depricated)&quot;, uuid_media_function,
MEDIA_SYNTAX);<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face="Courier New"><span style='font-size:10.0pt;
font-family:"Courier New"'>src/mod/applications/mod_commands/.svn/text-base/mod_commands.c.svn-base:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SWITCH_ADD_API(commands_api_interface,
&quot;killchan&quot;, &quot;Kill Channel (depricated)&quot;, kill_function, KILL_SYNTAX);<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face="Courier New"><span style='font-size:10.0pt;
font-family:"Courier New"'>src/mod/applications/mod_commands/.svn/text-base/mod_commands.c.svn-base:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SWITCH_ADD_API(commands_api_interface,
&quot;transfer&quot;, &quot;Transfer (depricated)&quot;, transfer_function,
TRANSFER_SYNTAX);<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face="Courier New"><span style='font-size:10.0pt;
font-family:"Courier New"'>src/mod/applications/mod_commands/.svn/text-base/mod_commands.c.svn-base:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SWITCH_ADD_API(commands_api_interface,
&quot;session_displace&quot;, &quot;session displace (depricated)&quot;,
session_displace_function, DISPLACE_SYNTAX);<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face="Courier New"><span style='font-size:10.0pt;
font-family:"Courier New"'>src/mod/applications/mod_commands/.svn/text-base/mod_commands.c.svn-base:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SWITCH_ADD_API(commands_api_interface,
&quot;session_record&quot;, &quot;session record (depricated)&quot;,
session_record_function, SESS_REC_SYNTAX);<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face="Courier New"><span style='font-size:10.0pt;
font-family:"Courier New"'>src/mod/applications/mod_commands/.svn/text-base/mod_commands.c.svn-base:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SWITCH_ADD_API(commands_api_interface,
&quot;broadcast&quot;, &quot;broadcast (depricated)&quot;, uuid_broadcast_function,
BROADCAST_SYNTAX);<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face="Courier New"><span style='font-size:10.0pt;
font-family:"Courier New"'>src/mod/applications/mod_commands/.svn/text-base/mod_commands.c.svn-base:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SWITCH_ADD_API(commands_api_interface,
&quot;hold&quot;, &quot;hold (depricated)&quot;, uuid_hold_function,
HOLD_SYNTAX);<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face="Courier New"><span style='font-size:10.0pt;
font-family:"Courier New"'>src/mod/applications/mod_commands/.svn/text-base/mod_commands.c.svn-base:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SWITCH_ADD_API(commands_api_interface,
&quot;media&quot;, &quot;media (depricated)&quot;, uuid_media_function,
MEDIA_SYNTAX);<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face="Courier New"><span style='font-size:10.0pt;
font-family:"Courier New"'>src/mod/applications/mod_dptools/.svn/text-base/mod_dptools.c.svn-base:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SWITCH_ADD_APP(app_interface,
&quot;reject&quot;, &quot;Send session reject (depricated)&quot;, &quot;Send a
respond message to a session.&quot;, respond_function,
&quot;&lt;respond_data&gt;&quot;, SAF_SUPPORT_NOMEDIA);<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face="Courier New"><span style='font-size:10.0pt;
font-family:"Courier New"'>src/mod/applications/mod_dptools/mod_dptools.c: SWITCH_ADD_APP(app_interface,
&quot;reject&quot;, &quot;Send session reject (depricated)&quot;, &quot;Send a
respond message to a session.&quot;, respond_function,
&quot;&lt;respond_data&gt;&quot;, SAF_SUPPORT_NOMEDIA);<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face="Courier New"><span style='font-size:10.0pt;
font-family:"Courier New"'>src/mod/languages/mod_mono_managed/swig/.svn/text-base/freeswitch.cs.svn-base:&nbsp;
public static SWIGTYPE_p_HashElem switch_hash_first(string depricate_me, SWIGTYPE_p_switch_hash
hash) {<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face="Courier New"><span style='font-size:10.0pt;
font-family:"Courier New"'><o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face="Courier New"><span style='font-size:10.0pt;
font-family:"Courier New"'>src/mod/languages/mod_mono_managed/swig/.svn/text-base/freeswitch.cs.svn-base:&nbsp;&nbsp;&nbsp;
IntPtr cPtr = freeswitchPINVOKE.switch_hash_first(depricate_me,
SWIGTYPE_p_switch_hash.getCPtr(hash));<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face="Courier New"><span style='font-size:10.0pt;
font-family:"Courier New"'><o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face="Courier New"><span style='font-size:10.0pt;
font-family:"Courier New"'>src/mod/languages/mod_mono_managed/swig/freeswitch.cs:&nbsp;
public static SWIGTYPE_p_HashElem switch_hash_first(string depricate_me,
SWIGTYPE_p_switch_hash hash) {<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face="Courier New"><span style='font-size:10.0pt;
font-family:"Courier New"'><o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face="Courier New"><span style='font-size:10.0pt;
font-family:"Courier New"'>src/mod/languages/mod_mono_managed/swig/freeswitch.cs:&nbsp;&nbsp;&nbsp;
IntPtr cPtr = freeswitchPINVOKE.switch_hash_first(depricate_me, SWIGTYPE_p_switch_hash.getCPtr(hash));<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face="Courier New"><span style='font-size:10.0pt;
font-family:"Courier New"'><o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face="Courier New"><span style='font-size:10.0pt;
font-family:"Courier New"'>src/.svn/text-base/switch_core_hash.c.svn-base:SWITCH_DECLARE(switch_hash_index_t
*) switch_hash_first(char *depricate_me, switch_hash_t *hash)<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face="Courier New"><span style='font-size:10.0pt;
font-family:"Courier New"'>src/switch_core_hash.c:SWITCH_DECLARE(switch_hash_index_t
*) switch_hash_first(char *depricate_me, switch_hash_t *hash)<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>My wife says I have to go spend time with the family now so I&#8217;ll
catch you guys later&#8230;<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>-MC<o:p></o:p></span></font></p>

</div>

</body>

</html>