[Asterisk-Dev] Adding code to the manager interface
Tilghman Lesher
tilghman at mail.jeffandtilghman.com
Sat Jan 29 20:30:35 MST 2005
On Saturday 29 January 2005 15:44, Robert Spielmann wrote:
> I've just added some code to manager.c, my code needs ast_moh_stop
> and ast_bridge_call. Currently, I cannot compile Asterisk because
> there are undefined references to those 2 functions. Output:
You need to include the header files which define the prototypes for
those two functions. See the files in include/asterisk/. You
probably need <asterisk/features.h>.
--
Tilghman
More information about the asterisk-dev
mailing list