[Home]

Summary:ASTERISK-00369: [patch] User defined ring cadences
Reporter:Tilghman Lesher (tilghman)Labels:
Date Opened:2003-10-10 11:28:50Date Closed:2004-09-25 02:55:32
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) 20040216__userdefinedcadences.diff.txt
( 1) 20040218__userdefinedcadences.diff.txt
Description:This is essentially Cam Farnell's patch to allow the administrator to define custom ring cadences for ringing FXS devices.  It has been updated to patch against current CVS.

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

The patch has been additionally modified to allow a single #define at the top of the file to turn this feature on.
Comments:By: John Todd (jtodd) 2003-10-19 20:04:49

For reference, could you please include a snippet of usage documentation here?

Also, I see that this has some references to the Zhone channel banks.  If this is used on non-Zhone equipment, would there be any obvious conflicts?

By: Tilghman Lesher (tilghman) 2003-10-19 20:13:32

For zapata.conf:
-----cut here-----
;
; User defined cadences (ring,silence[,ring,silence[...]])
;
cadence=125,200,2000,4000
cadence=125,250,125,250,2000,4000
cadence=125,200,125,200,125,200,2000,4000
cadence=500,125,125,125,1500,4000
cadence=125,125,125,125,125,125,125,1500
;
; default cadences
;
;cadence=125,125,2000,4000
;cadence=250,250,500,1000,250,250,500,4000
;cadence=125,125,125,125,125,4000
;cadence=1000,500,2500,5000
-----cut here-----

No, it has nothing to do with Zhones.  When applying, you can remove that section of the patch.  It's there, simply because we have a Zhone in our system.

By: Brian West (bkw918) 2003-11-22 16:14:29.000-0600

Any testers?

By: jrollyson (jrollyson) 2004-01-11 21:42:05.000-0600

Did Cam Farnell ever file a disclaimer...

By: John Todd (jtodd) 2004-01-29 10:04:20.000-0600

So whose feedback are we waiting on?  Is this waiting on:

1) Digium to say if Cam Farnell has filed a disclaimer?
2) Someone with a PRI/FXS interace to test this?

By: Tilghman Lesher (tilghman) 2004-01-29 10:33:30.000-0600

We're waiting on the disclaimer question.

By: Tilghman Lesher (tilghman) 2004-01-30 08:50:57.000-0600

OK, the disclaimer question has been answered.  Cam Farnell does indeed have a disclaimer on file with Digium, so this patch is free to go into CVS.

By: Tilghman Lesher (tilghman) 2004-02-14 20:34:45.000-0600

Latest patch adds the 'zap show cadences' command.  The output is color-coded to show where the callerid-spill is to take place.

By: Mark Spencer (markster) 2004-02-23 00:16:34.000-0600

Added to CVS