summaryrefslogtreecommitdiff
path: root/src/pbx_conn.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/pbx_conn.erl')
-rw-r--r--src/pbx_conn.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pbx_conn.erl b/src/pbx_conn.erl
index 631fde6..d02b0c3 100644
--- a/src/pbx_conn.erl
+++ b/src/pbx_conn.erl
@@ -30,7 +30,7 @@ handle_cast({error, Reason}, Socket) ->
{stop, Reason, Socket}.
handle_info({tcp, _, Data}, Socket) ->
- pbx_acse:decode(Data),
+ %pbx_acse:decode(Data),
Pdu = pbx_pdu:decode(Data),
io:format("PDU ~p~n", [Pdu]),
gen_event:notify(pbx_pdu, Pdu),