[OpenSER-Devel] SF.net SVN: openser: [3306] trunk

Bogdan-Andrei Iancu bogdan at voice-system.ro
Tue Dec 11 13:51:10 UTC 2007


Revision: 3306
          http://openser.svn.sourceforge.net/openser/?rev=3306&view=rev
Author:   bogdan_iancu
Date:     2007-12-11 05:51:07 -0800 (Tue, 11 Dec 2007)

Log Message:
-----------
- fixed the returning code of t_relay() script function. We need more values for error situation in order to describe the error (and take the appropriate actions from script).
- new error code E_NO_DESTINATION was added to report when there are no available branch to forward to.

- t_relay returns now:
      -1 : generic internal error
	  -2 : bad message (parsing errors)
	  -3 : no destination available (no branches were added or request already cancelled)
	  -4 : bad destination (unresolvable address)
	  -5 : destination filtered (black listed)
	  -6 : generic send failed

  Closes bug #1764906.

Modified Paths:
--------------
    trunk/error.h
    trunk/modules/tm/t_fwd.c
    trunk/modules/tm/tm.c


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Devel mailing list