add rtp endpoint contributed by sangoma

This commit is contained in:
Anthony Minessale
2012-08-08 14:46:38 -05:00
parent 210acdd165
commit ef5c1256f3
4 changed files with 653 additions and 1 deletions
+2
View File
@@ -5705,6 +5705,8 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_sofia_load)
SWITCH_ADD_API(api_interface, "sofia_dig", "SIP DIG", sip_dig_function, "<url>");
SWITCH_ADD_CHAT(chat_interface, SOFIA_CHAT_PROTO, sofia_presence_chat_send);
crtp_init(*module_interface);
/* indicate that the module should continue to be loaded */
return SWITCH_STATUS_SUCCESS;
}