aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/mgcp/mgcp.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/mgcp/mgcp.h b/include/mgcp/mgcp.h
index 4ad27c0..d5574ed 100644
--- a/include/mgcp/mgcp.h
+++ b/include/mgcp/mgcp.h
@@ -109,6 +109,7 @@ struct mgcp_trunk_config {
int trunk_nr;
int trunk_type;
+ uint32_t last_call_id;
char *audio_name;
int audio_payload;
@@ -163,8 +164,6 @@ struct mgcp_config {
mgcp_realloc realloc_cb;
void *data;
- uint32_t last_call_id;
-
/* trunk handling */
struct mgcp_trunk_config trunk;
struct llist_head trunks;