[Home]

Summary:ASTERISK-05849: app_cut has typo and is missing from make file
Reporter:Steve Hanselman (shanselman)Labels:
Date Opened:2005-12-15 09:47:00.000-0600Date Closed:2005-12-16 06:42:07.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:cut_synopsis isn't defined and app_cut is missing from the Makefile.

This probably means that people are running on the last version of app_cut.

Affects cut and sort.
Comments:By: crich (crich) 2005-12-15 10:32:14.000-0600

They are pbx functions now. Please have a look at:

show function CUT

By: Tilghman Lesher (tilghman) 2005-12-15 10:33:13.000-0600

Re-added to Makefile.  The synopsis isn't needed because CUT and SORT are now functions, not applications.

By: Steve Hanselman (shanselman) 2005-12-15 10:35:39.000-0600

If you don't do something about cut_synopsis it won't compile, I removed it from mine?

By: twisted (twisted) 2005-12-15 10:39:50.000-0600

Also, if it's a funciton now, it needs to be moved from apps/app_cut.c to funcs/func_cut.c

By: Steve Hanselman (shanselman) 2005-12-15 10:45:01.000-0600

I think it's now both (a function and an app) as that's the way it registers, the plan being probably to drop the app and make it just a func?

By: Tilghman Lesher (tilghman) 2005-12-15 11:31:52.000-0600

It's both in 1.2, but only a function in trunk (which will become 1.4).

By: Tilghman Lesher (tilghman) 2005-12-15 12:06:14.000-0600

Moved to the funcs/ subdirectory.

By: Steve Hanselman (shanselman) 2005-12-16 03:40:45.000-0600

(Can you close this again)

Note please remember to delete app_cut from your /usr/lib/asterisk/modules directory

By: Tilghman Lesher (tilghman) 2005-12-16 06:42:05.000-0600

The 'make install' target will already warn you if you have not done so.