[Home]

Summary:ASTERISK-04233: [patch] Handle call options more globally
Reporter:Paul Cadach (pcadach)Labels:
Date Opened:2005-05-19 14:59:43Date Closed:2008-01-15 15:35:52.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) ast-h323-commonoptions3.diff
Description:This patch provides global method of configuring/handling common global/user/peer call options. First, it  moves configuration parsing for such common options into single function, then allows to handle user/peer creation more easily (just by copying of current global call options into user/peer instance).

****** ADDITIONAL INFORMATION ******

Disclaimer is on file.
Comments:By: Paul Cadach (pcadach) 2005-05-19 15:48:06

The patch is updated for current CVS-HEAD and cleaned up for single compilation warning.

By: Paul Cadach (pcadach) 2005-05-20 02:06:29

The patch is updated - small optimizations was missed (unneeded assignments, etc.).

By: Paul Cadach (pcadach) 2005-05-20 02:42:39

Please, test attached patch and compare its functionality for requirements of ASTERISK-4002.

By: jerjer (jerjer) 2005-05-21 13:05:10

applied to -head

By: jerjer (jerjer) 2005-05-21 13:05:26

not in -stable

By: Digium Subversion (svnbot) 2008-01-15 15:35:52.000-0600

Repository: asterisk
Revision: 5753

U   trunk/channels/chan_h323.c
U   trunk/channels/h323/chan_h323.h

------------------------------------------------------------------------
r5753 | jeremy | 2008-01-15 15:35:51 -0600 (Tue, 15 Jan 2008) | 2 lines

Optimize global/user/peer configuration call options. Bug ASTERISK-4233

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

http://svn.digium.com/view/asterisk?view=rev&revision=5753