X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=apppbx.cpp;h=8bcc36fa0065a6606923601269ab16eb860f607d;hp=9752b8714477c22b6bdd14a288cb0ae7526ea861;hb=65cc2f8e269bb4402b76c9dece4e2bed2038255f;hpb=034d3a91404addedc1c7a3494862c79532b0b878 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;