Module: kamailio Branch: 5.2 Commit: baf9e9fbfcf3be043085a649eec3f396213bcb5c URL: https://github.com/kamailio/kamailio/commit/baf9e9fbfcf3be043085a649eec3f396213bcb5c
Author: Henning Westerholt <[email protected]> Committer: Henning Westerholt <[email protected]> Date: 2019-06-30T11:54:21+02:00 call_control: add a note that the callcontrol application expect the MI interface (cherry picked from commit 62d607f29593bcd645c7d068327e0bd4a0db0a8f) --- Modified: src/modules/call_control/doc/call_control_admin.xml --- Diff: https://github.com/kamailio/kamailio/commit/baf9e9fbfcf3be043085a649eec3f396213bcb5c.diff Patch: https://github.com/kamailio/kamailio/commit/baf9e9fbfcf3be043085a649eec3f396213bcb5c.patch --- diff --git a/src/modules/call_control/doc/call_control_admin.xml b/src/modules/call_control/doc/call_control_admin.xml index 95f494a452..789f82d6b3 100644 --- a/src/modules/call_control/doc/call_control_admin.xml +++ b/src/modules/call_control/doc/call_control_admin.xml @@ -43,6 +43,15 @@ is available from http://callcontrol.ag-projects.com/ </para> </listitem> + <listitem> + <para> + At the moment the callcontrol application only supports the old + <quote>MI</quote> interface for communication with Kamailio. This + interface is unfortunately not available anymore in Kamailio. So + this application can't be used right now together with the + call_control module. + </para> + </listitem> <listitem> <para> A rating engine that is used to calculate the time limit based on _______________________________________________ Kamailio (SER) - Development Mailing List [email protected] https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev
