Skip to content

Commit

Permalink
qos: remove mi commands
Browse files Browse the repository at this point in the history
  • Loading branch information
ovidiusas committed Jan 3, 2017
1 parent 79e489e commit a634895
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 322 deletions.
2 changes: 0 additions & 2 deletions src/modules/qos/Makefile
Expand Up @@ -29,6 +29,4 @@ NAME=qos.so

DEFS+=-DKAMAILIO_MOD_INTERFACE

SERLIBPATH=../../lib
SER_LIBS+=$(SERLIBPATH)/kmi/kmi
include ../../Makefile.modules
19 changes: 6 additions & 13 deletions src/modules/qos/README
Expand Up @@ -28,9 +28,8 @@ Ovidiu Sas

5. Functions
6. Statistics
7. MI Commands
8. Exported pseudo-variables
9. Installation and Running
7. Exported pseudo-variables
8. Installation and Running

2. Developer Guide

Expand Down Expand Up @@ -59,9 +58,8 @@ Chapter 1. Admin Guide

5. Functions
6. Statistics
7. MI Commands
8. Exported pseudo-variables
9. Installation and Running
7. Exported pseudo-variables
8. Installation and Running

1. Overview

Expand Down Expand Up @@ -151,16 +149,11 @@ route {

There are no exported statistics for the qos module.

7. MI Commands

There are no exported MI functions for the qos module. Check the dialog
MI functions for a way to inspect the internals of a dialog.

8. Exported pseudo-variables
7. Exported pseudo-variables

There are no exported pseudo-variables for the qos module.

9. Installation and Running
8. Installation and Running

Just load the module and remember to set the flag.

Expand Down
8 changes: 0 additions & 8 deletions src/modules/qos/doc/qos_admin.xml
Expand Up @@ -170,14 +170,6 @@ route {
<para>There are no exported statistics for the qos module.</para>
</section>

<section>
<title>MI Commands</title>
<para>There are no exported MI functions for the qos module.
Check the dialog MI functions for a way to inspect the internals
of a dialog.
</para>
</section>

<section>
<title>Exported pseudo-variables</title>
<para>There are no exported pseudo-variables for the qos module.
Expand Down
4 changes: 0 additions & 4 deletions src/modules/qos/qos_handlers.c
Expand Up @@ -32,7 +32,6 @@
#include "../../core/dprint.h"
#include "../dialog/dlg_hash.h"

#include "qos_mi.h"
#include "qos_handlers.h"
#include "qos_ctx_helpers.h"

Expand Down Expand Up @@ -83,9 +82,6 @@ static void setup_dialog_callbacks(struct dlg_cell *did, qos_ctx_t *ctx)
dlg_binds->register_dlgcb(did, DLGCB_DESTROY,
qos_dialog_destroy_CB, (void *)ctx, NULL);

dlg_binds->register_dlgcb(did, DLGCB_MI_CONTEXT,
qos_dialog_mi_context_CB, (void *)ctx, NULL);

dlg_binds->register_dlgcb(did, DLGCB_RPC_CONTEXT,
qos_dialog_rpc_context_CB, (void *)ctx, NULL);
return;
Expand Down
259 changes: 0 additions & 259 deletions src/modules/qos/qos_mi.c

This file was deleted.

36 changes: 0 additions & 36 deletions src/modules/qos/qos_mi.h

This file was deleted.

0 comments on commit a634895

Please sign in to comment.