summaryrefslogtreecommitdiffstats
path: root/callchan.cpp
diff options
context:
space:
mode:
authorSuper User2007-07-07 17:13:20 +0200
committerSuper User2007-07-07 17:13:20 +0200
commit3754d8f73ff7cb55e204f7ede6569028407a00e5 (patch)
treead989d2f0beba3a985ac4f53c973afa630c56de1 /callchan.cpp
parentbackup (diff)
downloadlcr-3754d8f73ff7cb55e204f7ede6569028407a00e5.tar.gz
lcr-3754d8f73ff7cb55e204f7ede6569028407a00e5.tar.xz
lcr-3754d8f73ff7cb55e204f7ede6569028407a00e5.zip
backup
compiles, runs, but not enough debugged
Diffstat (limited to 'callchan.cpp')
-rw-r--r--callchan.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/callchan.cpp b/callchan.cpp
index 0c946c5..a3c7599 100644
--- a/callchan.cpp
+++ b/callchan.cpp
@@ -38,7 +38,7 @@ CallChan::CallChan(class Endpoint *epoint) : Call(epoint)
PDEBUG(DEBUG_CALL, "creating new call and connecting it to the endpoint.\n");
- c_type = CALL_TYPE_CHAN;
+ c_type = CALL_TYPE_ASTERISK;
c_epoint_id = epoint->ep_serial;
PDEBUG(DEBUG_CALL, "Constructor(new call)");