summaryrefslogtreecommitdiffstats
path: root/action.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'action.cpp')
-rw-r--r--action.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/action.cpp b/action.cpp
index 4eb340a..e98193b 100644
--- a/action.cpp
+++ b/action.cpp
@@ -562,7 +562,7 @@ void EndpointAppPBX::action_init_partyline(void)
if (!(relation=joinpbx->add_relation()))
FATAL("No memory for join relation\n");
relation->type = RELATION_TYPE_SETUP;
- relation->channel_state = CHANNEL_STATE_CONNECT;
+ relation->channel_state = 1;
relation->rx_state = NOTIFY_STATE_ACTIVE;
relation->tx_state = NOTIFY_STATE_ACTIVE;
relation->epoint_id = ea_endpoint->ep_serial;