Переглянути джерело

tmx: err to work if resuming suspended transaction fails

- it can be a non-suspended transaction id or after expiration
Daniel-Constantin Mierla 10 роки тому
батько
коміт
2682d85657
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      modules/tmx/tmx_mod.c

+ 1 - 1
modules/tmx/tmx_mod.c

@@ -638,7 +638,7 @@ static int w_t_continue(struct sip_msg* msg, char *idx, char *lbl, char *rtn)
 
 	if(_tmx_tmb.t_continue(tindex, tlabel, act)<0)
 	{
-		LM_ERR("resuming the processing of transaction [%u:%u] failed\n",
+		LM_WARN("resuming the processing of transaction [%u:%u] failed\n",
 				tindex, tlabel);
 		return -1;
 	}