[asterisk-bugs] [LibSS7 0013495]: [patch] isup timers + q.764 compatibility + new cli commands

Asterisk Bug Tracker noreply at bugs.digium.com
Thu Mar 5 11:53:08 CST 2009


A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/view.php?id=13495 
====================================================================== 
Reported By:                adomjan
Assigned To:                mattf
====================================================================== 
Project:                    LibSS7
Issue ID:                   13495
Category:                   New/Feature
Reproducibility:            always
Severity:                   feature
Priority:                   normal
Status:                     assigned
Asterisk Version:           SVN 
SVN Branch (only for SVN checkouts, not tarball releases): 1.6.0 
SVN Revision (number only!): 140434 
Disclaimer on File?:        N/A 
Request Review:              
====================================================================== 
Date Submitted:             2008-09-16 12:43 CDT
Last Modified:              2009-03-05 11:53 CST
====================================================================== 
Summary:                    [patch] isup timers + q.764 compatibility + new cli
commands
Description: 
This path introduce isup timers, + handle the abnormal situation as the
q.764 require.

not complete, isup_gra and the others have to move to call oriantated
model.

enable isup timers, put those lines after the sigchan lines(values just
example for testing):

isup_timer.t1 = 3000
isup_timer.t5 = 7000
isup_timer.t7 = 20000

isup_timer.t12 = 5000 
isup_timer.t13 = 17000
isup_timer.t14 = 5000 
isup_timer.t15 = 17000

isup_timer.t16 = 5000
isup_timer.t17 = 17000

isup_timer.t18 = 5000
isup_timer.t19 = 17000

isup_timer.t20 = 5000
isup_timer.t21 = 17000

isup_timer.t22 = 5000
isup_timer.t23 = 17000

======================================================================
Relationships       ID      Summary
----------------------------------------------------------------------
related to          0012036 [patch] RFC 3372 SIP-T receive implemen...
====================================================================== 

---------------------------------------------------------------------- 
 (0101266) svnbot (reporter) - 2009-03-05 11:53
 http://bugs.digium.com/view.php?id=13495#c101266 
---------------------------------------------------------------------- 
Repository: libss7
Revision: 257

U   trunk/Makefile
U   trunk/isup.c
U   trunk/isup.h
A   trunk/isup_masq.c
U   trunk/libss7.h
U   trunk/mtp2.c
U   trunk/mtp2.h
U   trunk/mtp3.c
U   trunk/mtp3.h
U   trunk/parser_debug.c
U   trunk/ss7.c
U   trunk/ss7_internal.h
U   trunk/ss7linktest.c
U   trunk/ss7test.c

------------------------------------------------------------------------
r257 | mattf | 2009-03-05 11:53:06 -0600 (Thu, 05 Mar 2009) | 134 lines

------------------------------------------------------------------------
r220 | mattf | 2008-12-01 12:15:08 -0600 (Mon, 01 Dec 2008) | 1 line

Commit updated version of http://bugs.digium.com/view.php?id=13495 patches (with
various fixes) so that we
can work off of this branch
------------------------------------------------------------------------
r221 | mattf | 2008-12-01 15:09:15 -0600 (Mon, 01 Dec 2008) | 1 line

Fix a couple of coding style issues in ss7.c
------------------------------------------------------------------------
r222 | mattf | 2008-12-01 16:14:54 -0600 (Mon, 01 Dec 2008) | 1 line

Bunch of style related cleanups in mtp3.c
------------------------------------------------------------------------
r223 | mattf | 2008-12-03 10:18:01 -0600 (Wed, 03 Dec 2008) | 1 line

Apply patch from http://bugs.digium.com/view.php?id=13495 for moving clearing of
GOT_IAM flag into isup.c
------------------------------------------------------------------------
r224 | mattf | 2008-12-03 10:31:12 -0600 (Wed, 03 Dec 2008) | 1 line

Fix a couple of random function definitons
------------------------------------------------------------------------
r225 | mattf | 2008-12-03 10:45:51 -0600 (Wed, 03 Dec 2008) | 1 line

Remove erroneous return statement
------------------------------------------------------------------------
r226 | mattf | 2008-12-03 11:31:02 -0600 (Wed, 03 Dec 2008) | 1 line

Add echo control reporting and setting ability to libss7
(http://bugs.digium.com/view.php?id=13495)
------------------------------------------------------------------------
r227 | mattf | 2008-12-03 13:47:08 -0600 (Wed, 03 Dec 2008) | 1 line

ss7linktest builds again
------------------------------------------------------------------------
r228 | mattf | 2008-12-05 15:43:44 -0600 (Fri, 05 Dec 2008) | 1 line

Let's not complain if we can't find the SLC specified
------------------------------------------------------------------------
r229 | mattf | 2008-12-05 15:55:23 -0600 (Fri, 05 Dec 2008) | 1 line

Fix spelling error in the word adjacent
------------------------------------------------------------------------
r230 | mattf | 2008-12-05 16:30:43 -0600 (Fri, 05 Dec 2008) | 1 line

Add support for SLC specification of an mtp2 link
------------------------------------------------------------------------
r231 | mattf | 2008-12-05 16:52:46 -0600 (Fri, 05 Dec 2008) | 1 line

Make sure we set the optparm filed for ANSI GRA and GRS
------------------------------------------------------------------------
r232 | mattf | 2008-12-06 11:03:39 -0600 (Sat, 06 Dec 2008) | 1 line

Add a new point code to string function and fix a bug in finding a link
where two links have the same point code
------------------------------------------------------------------------
r233 | mattf | 2008-12-06 11:07:14 -0600 (Sat, 06 Dec 2008) | 1 line

Ooops, make sure we print out the adjpc on all message types, not just
FISUs
------------------------------------------------------------------------
r234 | mattf | 2008-12-06 11:40:46 -0600 (Sat, 06 Dec 2008) | 1 line

Add a function that checks a link's DPC when sending MTP3 management
messages
------------------------------------------------------------------------
r235 | mattf | 2008-12-06 11:50:02 -0600 (Sat, 06 Dec 2008) | 1 line

Fix the point code output for ANSI networks on ss7 show linkset x
------------------------------------------------------------------------
r236 | mattf | 2008-12-06 12:45:01 -0600 (Sat, 06 Dec 2008) | 1 line

Change ss7_add_link API to include the Adjacent Point Code as well
------------------------------------------------------------------------
r237 | mattf | 2008-12-08 12:04:19 -0600 (Mon, 08 Dec 2008) | 1 line

Fix another mild code style problem in isup_handle_unexpected
------------------------------------------------------------------------
r238 | mattf | 2008-12-08 14:40:30 -0600 (Mon, 08 Dec 2008) | 1 line

Make sure we send GRS twice on ANSI links. Why, oh why, oh why?
------------------------------------------------------------------------
r239 | mattf | 2008-12-11 11:31:07 -0600 (Thu, 11 Dec 2008) | 1 line

Using this as development branch until we get ANSI support tested. 
Starting on ISUP masquerade and clustering support, initial check in of
this code.
------------------------------------------------------------------------
r240 | mattf | 2008-12-11 11:59:26 -0600 (Thu, 11 Dec 2008) | 1 line

Forgot to add the new isup_masq.c file
------------------------------------------------------------------------
r241 | mattf | 2008-12-11 13:42:57 -0600 (Thu, 11 Dec 2008) | 1 line

Fix some poll flags for TCP
------------------------------------------------------------------------
r242 | mattf | 2008-12-12 11:46:16 -0600 (Fri, 12 Dec 2008) | 1 line

A little more debug would help for short reads
------------------------------------------------------------------------
r243 | mattf | 2008-12-12 15:04:50 -0600 (Fri, 12 Dec 2008) | 1 line

Make sure TCP links default to UP
------------------------------------------------------------------------
r244 | mattf | 2008-12-12 15:06:38 -0600 (Fri, 12 Dec 2008) | 1 line

Give some sense of direction with message debug on TCP links
------------------------------------------------------------------------
r245 | mattf | 2008-12-12 15:33:40 -0600 (Fri, 12 Dec 2008) | 1 line

Take some of this code out for now...
------------------------------------------------------------------------
r246 | mattf | 2008-12-23 11:52:12 -0600 (Tue, 23 Dec 2008) | 1 line

Add support for working client side TCP!  Note: the message format will
change, this is only for testing the socket code to make sure we have good
read/write socket servicing code.
------------------------------------------------------------------------
r247 | mattf | 2008-12-23 16:10:31 -0600 (Tue, 23 Dec 2008) | 1 line

Add support for the new TCP message format
------------------------------------------------------------------------
r248 | mattf | 2008-12-24 17:20:01 -0600 (Wed, 24 Dec 2008) | 1 line

Milestone reached.  Able to forward messages to the given client properly
with ISUP TCP masquerading
------------------------------------------------------------------------
r249 | mattf | 2009-01-06 18:36:40 -0600 (Tue, 06 Jan 2009) | 1 line

Masquerade functionality works in both directions.  Now we have to figure
out what to do about TCP link state (losing the socket fd and replacing it
with a new one when the link comes up again)
------------------------------------------------------------------------
r252 | mattf | 2009-01-24 15:59:06 -0600 (Sat, 24 Jan 2009) | 1 line

Change API so that we are able to handle IP based links that change file
descriptors when they go up and down
------------------------------------------------------------------------
r253 | mattf | 2009-01-24 16:30:31 -0600 (Sat, 24 Jan 2009) | 1 line

Make sure that we pass a link down event up when the TCP link goes down
------------------------------------------------------------------------
r254 | mattf | 2009-02-11 03:50:31 -0600 (Wed, 11 Feb 2009) | 1 line

Add support for ANSI message priority in transmission...
------------------------------------------------------------------------

------------------------------------------------------------------------

http://svn.digium.com/view/libss7?view=rev&revision=257 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-03-05 11:53 svnbot         Note Added: 0101266                          
======================================================================




More information about the asterisk-bugs mailing list