]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Name of API is 'httapi' and not 'HT-TAPI Hypertext Telephony API'
authorMichael S Collins <msc@freeswitch.org>
Fri, 6 Jan 2012 01:31:53 +0000 (17:31 -0800)
committerMichael S Collins <msc@freeswitch.org>
Fri, 6 Jan 2012 01:31:53 +0000 (17:31 -0800)
src/mod/applications/mod_httapi/mod_httapi.c

index ae4782b9bc085f7e1537ea24f5ce35e5deef76f5..c907ac96a00a04809b871512993fbfe2182d3170 100644 (file)
@@ -2214,7 +2214,8 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_httapi_load)
                return SWITCH_STATUS_FALSE;
        }
        
-       SWITCH_ADD_API(httapi_api_interface, "HT-TAPI Hypertext Telephony API", "HT-TAPI Hypertext Telephony API", httapi_api_function, HTTAPI_SYNTAX);
+       SWITCH_ADD_API(httapi_api_interface, "httapi",
+                                  "HT-TAPI Hypertext Telephony API", "HT-TAPI Hypertext Telephony API", httapi_api_function, HTTAPI_SYNTAX);
 
        SWITCH_ADD_APP(app_interface, "httapi", 
                                   "HT-TAPI Hypertext Telephony API",