search for: app_skel

Displaying 10 results from an estimated 10 matches for "app_skel".

2008 Mar 13
4
Application registration on Asterisk 1.4 and 1.6?
Hi, I have implemented a custom application module based in some esqueletone code I will provide below. I have tested it with asterisk 1.2.23 and it works fine. But when I tested the same application with a newest version of asterisk like 1.4.* it always returns an error trying to load the module or more specific, trying to register the application. here is the code: int load_module(void){
2008 Dec 03
1
Dynamic loading changed in asterisk 1.4
Hi all, I have browsed through a couple of posts that deal with the failure of applications that originally worked on asterisk 1.2 but fail on asterisk 1.4, but can't seem to understand what I need to change in my installation. I also went through the CHANGES.txt file in my asterisk source directory, and still was none the wiser. I have a a MySQL integrated Prepaid application which worked
2007 Jul 29
0
Asterisk 1.4.X support for Solaris 10?
...enses; you are welcome to redistribute it under certain conditions. Type 'core show license' for details. ========================================================================= == Parsing '/var/etc/asterisk/asterisk.conf': Found . . . == Registered application 'Skel' app_skel.so => (Skeleton (sample) Application) Asterisk Ready. *CLI> If I type "help" *CLI> help ! Execute a shell command abort halt Cancel a running halt ael debug contexts Enable AEL contexts debug (does nothing) . . ....
2007 Aug 02
0
chan_sip.c error
...gs, I got some error messages from the chan_sip.c. You can find the logs below. # pwd /usr/src/debian/ # apt-get build-dep asterisk # exit $ cd /usr/src/debian/asterisk-1.4.9~dfsg/ $ debuild -us -uc ... ... ... - - - < s n i p > - - - Generating docs /usr/src/debian/asterisk-1.4.9~dfsg/apps/app_skel.c:19Warning: Unsupported xml/html tag <Your> found /usr/src/debian/asterisk-1.4.9~dfsg/apps/app_skel.c:19 Warning: Unsupported xml/ html tag <Your> found /usr/src/debian/asterisk-1.4.9~dfsg/channels/chan_sip.c:5450 Warning: Unsupporte d xml/html tag <ip> found /usr/src/debian/aste...
2005 Jan 17
3
Asterisk C source code documentation
Hi all, I was wondering if there is any documentation of the Asterisk C source code. I have downloaded the code, but I haven't seen any references to documentation neither in the Asterisk home page nor in Asterisk wiki. Does anyone know if this documentation is freely available? We are specially interested on the application API that would allow us to implement new applications for Asterisk.
2005 Mar 27
2
apps api?
Hello, Is there a published apps API? Or do I need to just start reading source code? -- Jesse Guardiani, Systems Administrator WingNET Internet Services, P.O. Box 2605 // Cleveland, TN 37320-2605 423-559-LINK (v) 423-559-5145 (f) http://www.wingnet.net
2005 Jun 30
2
[Asterisk-Dev] Developing an Application in Asterisk
Skipped content of type multipart/alternative-------------- next part -------------- _______________________________________________ Asterisk-Dev mailing list Asterisk-Dev@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-dev To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-dev
2006 Jan 21
1
Compiling app_cepstral.c into Asterisk - failing
...tree (apps folder) . You'll also need to add a lines like these to the Makefile in that directory: APPS+=app_cepstral.so" I added it into app_cepstal.c as: # # Obsolete things... # #APPS+=app_sql_postgres.so #APPS+=app_sql_odbc.so # # Experimental things # #APPS+=app_ivrdemo.so #APPS+=app_skel.so #APPS+=app_rpt.so APPS+=app_cepstral.so I assume that I put in here without the "#" or maybe "#" isn't a comment? Then.... and then after the section that compiles voicemail add app_cepstral.so: app_cepstral.c $(CC) -D_GNU_SOURCE -shared -Xlinker -x -o $@ $...
2003 Nov 11
4
Registering an application
Hello.. Maybe I'm asking something silly but..... How can I register my own app with * ? I've made a simple .so , but I cannot find it in asterisk when i type "show applications" Here is the code: #include <asterisk/lock.h> #include <asterisk/file.h> #include <asterisk/logger.h> #include <asterisk/channel.h> #include <asterisk/pbx.h> #include
2005 Sep 14
11
RxFax/TxFax - Compile Problem
Anyone know how to fix this? gcc -shared -Xlinker -x -o app_rxfax.so app_rxfax.c -lspandsp -ltiff In file included from app_rxfax.c:14: /usr/include/asterisk/lock.h: In function `ast_mutex_init': /usr/include/asterisk/lock.h:302: error: `PTHREAD_MUTEX_RECURSIVE' undeclared (first use in this function) /usr/include/asterisk/lock.h:302: error: (Each undeclared identifier is reported