From cbe9d412a37e75b61cc74e8a65b0293923eb5160 Mon Sep 17 00:00:00 2001 From: Super User Date: Sat, 11 Aug 2007 15:57:58 +0200 Subject: added exporting/importing bchannel stacks to the remote application --- joinpbx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'joinpbx.cpp') diff --git a/joinpbx.cpp b/joinpbx.cpp index ff8fcd1..6d8b1b9 100644 --- a/joinpbx.cpp +++ b/joinpbx.cpp @@ -983,7 +983,7 @@ int JoinPBX::out_setup(unsigned long epoint_id, int message_type, union paramete relation->tx_state = NOTIFY_STATE_ACTIVE; /* new joins always assumed to be active */ relation->rx_state = NOTIFY_STATE_ACTIVE; /* new joins always assumed to be active */ /* create a new endpoint */ - epoint = new Endpoint(0, j_serial, 0); + epoint = new Endpoint(0, j_serial); if (!epoint) FATAL("No memory for Endpoint instance\n"); if (!(epoint->ep_app = new DEFAULT_ENDPOINT_APP(epoint))) -- cgit v1.2.3-55-g7522