[OpenSIPS-Devel] [OpenSIPS/opensips] 054836: t_newtran() automatically sends a 100 Tryting for ...

Bogdan-Andrei Iancu bogdan at opensips.org
Tue Mar 8 10:43:07 CET 2016


  Branch: refs/heads/2.1
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 054836a5fedf310c7a684f0943d22ce354db7cb9
      https://github.com/OpenSIPS/opensips/commit/054836a5fedf310c7a684f0943d22ce354db7cb9
  Author: Bogdan-Andrei Iancu <bogdan at opensips.org>
  Date:   2016-03-08 (Tue, 08 Mar 2016)

  Changed paths:
    M modules/b2b_entities/dlg.c
    M modules/b2b_entities/server.c
    M modules/cpl-c/cpl_proxy.h
    M modules/seas/seas.c
    M modules/tm/t_funcs.c
    M modules/tm/t_lookup.c

  Log Message:
  -----------
  t_newtran() automatically sends a 100 Tryting for INVITE.

TO have a consistent behavior between:
	t_newtran();
	t_relay();
and
	t_relay();

(where in the first case a 100 Trying will not be auto generated), we do not sent the 100 Trying on r_relay (when transaction is built) but on t_newtan().
Reported by MAxim Sobolev.

(cherry picked from commit 0db77896288e7ef093352fc0a08f4035c1191bf4)




More information about the Devel mailing list