Suggest possible test of new ISN logic in routing script and from UA.

Mon, 18 Jan 2010 20:35:01 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Mon, 18 Jan 2010 20:35:01 +0100
changeset 14
3c358e0243d6
parent 13
b63f281afe6b
child 15
7ae8da2fe7c8

Suggest possible test of new ISN logic in routing script and from UA.

opensips/enum-isn.txt file | annotate | diff | comparison | revisions
     1.1 --- a/opensips/enum-isn.txt	Mon Jan 18 19:59:51 2010 +0100
     1.2 +++ b/opensips/enum-isn.txt	Mon Jan 18 20:35:01 2010 +0100
     1.3 @@ -36,6 +36,20 @@
     1.4    $ cd opensips-<version>-tls
     1.5    $ patch -p0 <../enum-isn.diff
     1.6  
     1.7 +Testing
     1.8 +
     1.9 +A basic test of this contribution
    1.10 +Once compiled and installed, a basic test of this contributed software
    1.11 +involves calling the new exported function in the routing script of the
    1.12 +OpenSIPS configuration file:
    1.13 +
    1.14 +  # dial '1234*256' from a UAC first
    1.15 +  isn_query();
    1.16 +  t_relay();
    1.17 +
    1.18 +According to the freenum.org cookbook, the ISN '1234*256' is being
    1.19 +provided for testing. After dialing the caller hears monkeys screaming.
    1.20 +
    1.21  Disclaimer
    1.22  
    1.23  This software contribution is based on source code from OpenSIPS SVN

mercurial