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

Asterisk Bug Tracker noreply at bugs.digium.com
Wed Dec 3 11:04:36 CST 2008


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:              2008-12-03 11:04 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...
====================================================================== 

---------------------------------------------------------------------- 
 (0095730) mattf (administrator) - 2008-12-03 11:04
 http://bugs.digium.com/view.php?id=13495#c95730 
---------------------------------------------------------------------- 
I'll definitely apply that too.  Let's wait for additional cleanups until
after I get these patches into trunk.

As far as syntax terminology, I'm not sure how I want to deal with that
yet, since it has evolved into something beyond its original scope.  It's
something to think about.

Yes, actually the channel variable bug was fixed (but I think not
entirely) in PRI, so I agree with you that this code should start the pbx
after they are all set.

As far as the SS7 channel variables, that is also something that will need
to be fixed as well.  However, modifying any of the the asterisk data
structures is not something that we want to do often.  We have had new data
exposed from SS7 at just about every patch done to libss7/chan_dahdi, which
is why channel variables have been used (we don't break data structures)
thus far.  I think when things start slowing down, there definitely are
going to be quite a few of those channel variables that we will want to
roll back into the ast_callerid and ast_channel structures though. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2008-12-03 11:04 mattf          Note Added: 0095730                          
======================================================================




More information about the asterisk-bugs mailing list