diff -C 2 -r blccc-1.999/src/blccc.c blccc-1.999-ba20071226/src/blccc.c
*** blccc-1.999/src/blccc.c	Mon Dec 29 02:36:42 2003
--- blccc-1.999-ba20071226/src/blccc.c	Wed Jan  2 23:26:02 2008
***************
*** 155,159 ****
      {
        g_printerr (" -> no matching number, go away.\n");
!       bl_isdn_call_hangup (isdn, line, BL_ISDN_REASON_NO_USER_RESPONSE);
        return;
      }
--- 155,160 ----
      {
        g_printerr (" -> no matching number, go away.\n");
!       //do not hangup - other blccc could want to get the call
!       //bl_isdn_call_hangup (isdn, line, BL_ISDN_REASON_NO_USER_RESPONSE);
        return;
      }
***************
*** 162,166 ****
      {
        g_printerr (" -> this application is temporarily disabled, go away.\n");
!       bl_isdn_call_hangup (isdn, line, BL_ISDN_REASON_NO_USER_RESPONSE);
        return;
      }
--- 163,168 ----
      {
        g_printerr (" -> this application is temporarily disabled, go away.\n");
!       //do not hangup - other blccc could want to get the call
!       //bl_isdn_call_hangup (isdn, line, BL_ISDN_REASON_NO_USER_RESPONSE);
        return;
      }
***************
*** 170,174 ****
      {
        g_printerr (" -> I don't know you, go away.\n");
!       bl_isdn_call_hangup (isdn, line, BL_ISDN_REASON_NO_USER_RESPONSE);
        return;
      }
--- 172,177 ----
      {
        g_printerr (" -> I don't know you, go away.\n");
!       //do not hangup - other blccc could want to get the call
!       //bl_isdn_call_hangup (isdn, line, BL_ISDN_REASON_NO_USER_RESPONSE);
        return;
      }
***************
*** 196,200 ****
  
        g_printerr (" -> sorry, we are busy.\n");
!       bl_isdn_call_hangup (isdn, line, BL_ISDN_REASON_USER_BUSY);
        return;
      }
--- 199,204 ----
  
        g_printerr (" -> sorry, we are busy.\n");
!       //do not hangup - other blccc could want to get the call
!       //bl_isdn_call_hangup (isdn, line, BL_ISDN_REASON_USER_BUSY);
        return;
      }
diff -C2 -r blccc-1.999/src/bldispatch.c blccc-1.999-ba20071226/src/bldispatch.c
*** blccc-1.999/src/bldispatch.c	Mon Dec 29 02:36:42 2003
--- blccc-1.999-ba20071226/src/bldispatch.c	Wed Jan  2 23:26:02 2008
***************
*** 173,176 ****
--- 173,177 ----
                     gint  maxval)
  {
+   return 1;
    return (width > 2 * MAX_DISPATCH_CHARS && height > 3 &&
            channels == 1 && maxval == 255);
