<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> </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 “depricate” with “deprecate” since the former
is a misspelling. 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
"depricate" *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> </o:p></span></font></p>
<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>I don’t favor mass-replacing variable names when I’m
not the author. If someone out there is capable then here’s a list
of source files that have “depricate” 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
"depricate" * |grep -v "Binary"<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: SWITCH_ADD_API(commands_api_interface,
"killchan", "Kill Channel (depricated)", 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: SWITCH_ADD_API(commands_api_interface,
"transfer", "Transfer (depricated)", 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: SWITCH_ADD_API(commands_api_interface,
"session_displace", "session displace (depricated)",
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: SWITCH_ADD_API(commands_api_interface,
"session_record", "session record (depricated)",
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: SWITCH_ADD_API(commands_api_interface,
"broadcast", "broadcast (depricated)", 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: SWITCH_ADD_API(commands_api_interface,
"hold", "hold (depricated)", 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: SWITCH_ADD_API(commands_api_interface,
"media", "media (depricated)", 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: SWITCH_ADD_API(commands_api_interface,
"killchan", "Kill Channel (depricated)", 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: SWITCH_ADD_API(commands_api_interface,
"transfer", "Transfer (depricated)", 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: SWITCH_ADD_API(commands_api_interface,
"session_displace", "session displace (depricated)",
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: SWITCH_ADD_API(commands_api_interface,
"session_record", "session record (depricated)",
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: SWITCH_ADD_API(commands_api_interface,
"broadcast", "broadcast (depricated)", 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: SWITCH_ADD_API(commands_api_interface,
"hold", "hold (depricated)", 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: SWITCH_ADD_API(commands_api_interface,
"media", "media (depricated)", 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: SWITCH_ADD_APP(app_interface,
"reject", "Send session reject (depricated)", "Send a
respond message to a session.", respond_function,
"<respond_data>", 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,
"reject", "Send session reject (depricated)", "Send a
respond message to a session.", respond_function,
"<respond_data>", 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:
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:
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:
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:
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> </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’ll
catch you guys later…<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>