X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=callchan.cpp;h=a3c75996047b69fd78d081970a8caf723c6b2948;hp=0c946c5ebb07e57d9a4778a97762f7d1842b1fc4;hb=3754d8f73ff7cb55e204f7ede6569028407a00e5;hpb=e9daaa4ef7ee895e6a8610ebb2166cc99c891a4e 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)");