X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=apppbx.cpp;h=8bcc36fa0065a6606923601269ab16eb860f607d;hp=9752b8714477c22b6bdd14a288cb0ae7526ea861;hb=dd298160ec62b7d50a2764d472c906f6b1f353ab;hpb=8ed162789e913b5315c865f2747238571994bb9a;ds=sidebyside diff --git a/apppbx.cpp b/apppbx.cpp index 9752b87..8bcc36f 100644 --- a/apppbx.cpp +++ b/apppbx.cpp @@ -1278,7 +1278,7 @@ int cfnr_call_timeout(struct lcr_timer *timer, void *instance, int index) { class EndpointAppPBX *ea = (class EndpointAppPBX *)instance; - PDEBUG(DEBUG_EPOINT, "EPOINT(%d) call-forward-busy time has expired, calling the forwarded number: %s.\n", ea->ea_endpoint->ep_serial, ea->e_ext.cfnr); + PDEBUG(DEBUG_EPOINT, "EPOINT(%d) call-forward-no-response time has expired, calling the forwarded number: %s.\n", ea->ea_endpoint->ep_serial, ea->e_ext.cfnr); ea->out_setup(1); return 0;