Displaying 12 results from an estimated 12 matches for "standard_usecount".
2003 Nov 11
4
Registering an application
...dule(void)
{
STANDARD_HANGUP_LOCALUSERS;
return ast_unregister_application(app);
}
int load_module(void)
{
return ast_register_application(app, alex_exec, synopsis, descrip);
}
char *description(void)
{
return tdesc;
}
int usecount(void)
{
int res;
STANDARD_USECOUNT(res);
return res;
}
char *key()
{
return ASTERISK_GPL_KEY;
}
I've put the so in apps/ but no results..
Thanks a lot for any help..
Alex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/att...
2006 Oct 13
0
Asterisk 1.4 / install app_bundle problems
...ed
(first use in this function)
app_waitfordigits.c:196: error: (Each undeclared identifier is reported
only once
app_waitfordigits.c:196: error: for each function it appears in.)
app_waitfordigits.c: In function `usecount':
app_waitfordigits.c:215: warning: implicit declaration of function
`STANDARD_USECOUNT'
make: *** [app_waitfordigits.o] Error 1
Is this a known issue?
Or am I doing something wrong?
Thanks,
Pamela
2007 May 17
0
Compiling DBQuery
...ol.c:985: warning: no previous prototype for ?reload?
res_mysqlpool.c:992: warning: no previous prototype for ?description?
res_mysqlpool.c:997: warning: no previous prototype for ?usecount?
res_mysqlpool.c: In function ?usecount?:
res_mysqlpool.c:999: warning: implicit declaration of function ?STANDARD_USECOUNT?
res_mysqlpool.c: At top level:
res_mysqlpool.c:1004: warning: function declaration isn?t a prototype
make: *** [res_mysqlpool.o] Error 1
Doug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/200...
2007 May 31
0
Urgent-- Error while installing app_dtmftotext.
...warning: no previous prototype for ‘load_module’
app_dtmftotext.c:1042: warning: no previous prototype for ‘description’
app_dtmftotext.c:1047: warning: no previous prototype for ‘usecount’
app_dtmftotext.c: In function ‘usecount’:
app_dtmftotext.c:1050: warning: implicit declaration of function
‘STANDARD_USECOUNT’
app_dtmftotext.c: At top level:
app_dtmftotext.c:1055: warning: function declaration isn’t a prototype
make[1]: *** [app_dtmftotext.o] Error 1
make: *** [apps] Error 2
You have new mail in /var/spool/mail/root
[root@ast asterisk-1.4.1]#
*************************************************************...
2007 Jan 29
0
Rxfax and txfax
...previous prototype for 'load_module'
app_rxfax.c:368: warning: no previous prototype for 'description'
app_rxfax.c:374: warning: no previous prototype for 'usecount'
app_rxfax.c: In function 'usecount':
app_rxfax.c:376: warning: implicit declaration of function
'STANDARD_USECOUNT'
app_rxfax.c: At top level:
app_rxfax.c:382: warning: no previous prototype for 'key'
make[1]: *** [app_rxfax.o] Error 1
make: *** [apps] Error 2
regards rene
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-...
2005 Aug 26
0
Broken pipe of stdinpcm on asterisk-ices.xml
...readformat);
return res;
}
int unload_module(void)
{
STANDARD_HANGUP_LOCALUSERS;
return ast_unregister_application(app);
}
int load_module(void)
{
return ast_register_application(app, ices_exec, synopsis, descrip);
}
char *description(void)
{
return tdesc;
}
int usecount(void)
{
int res;
STANDARD_USECOUNT(res);
return res;
}
char *key()
{
return ASTERISK_GPL_KEY;
}
-------------------------------
Is this "broken pipe" means that I don't have "stdinpcim" on /dev?
My system has "stdin" but no "stdinpcm".
[zenkato@p4c8 dev]$ ls -al|grep stdin
lrwxrwxrw...
2006 Nov 29
1
Getting app_cepstral to work with Asterisk 1.4.0-beta3
...vious prototype for 'load_module'
app_cepstral.c:263: warning: no previous prototype for 'description'
app_cepstral.c:268: warning: no previous prototype for 'usecount'
app_cepstral.c: In function `usecount':
app_cepstral.c:270: warning: implicit declaration of function
`STANDARD_USECOUNT'
app_cepstral.c: At top level:
app_cepstral.c:305: warning: function declaration isn't a prototype
make[1]: *** [app_cepstral.o] Error 1
make: *** [apps] Error 2
Eric Hall
Vice-president
Amaxx, Inc.
"Customized IT Solutions"
5925B Wilcox Place
Dublin OH 43016
614.923.6652 -...
2005 Jan 22
0
chan_capi patch: app_capiFax modifications
...OVE(u);
return res;
}
int unload_module(void)
{
STANDARD_HANGUP_LOCALUSERS;
return ast_unregister_application(app);
}
int load_module(void)
{
return ast_register_application(app, capianswerfax_exec,synopsis,tdesc);
}
char *description(void)
{
return tdesc;
}
int usecount(void)
{
int res;
STANDARD_USECOUNT(res);
return res;
}
char *key()
{
return ASTERISK_GPL_KEY;
}
2008 Mar 13
4
Application registration on Asterisk 1.4 and 1.6?
...ication(app, example_exec, synopsis, descrip);
return res;
}
int reload(void){
return load_module();
}
int unload_module(void){
//STANDARD_HANGUP_LOCALUSERS;
return ast_unregister_application(app);
}
char *description(void){
return tdesc;
}
int usecount(void){
int res;
//STANDARD_USECOUNT(res);
return res;
}
char *key(){
return ASTERISK_GPL_KEY;
}
Have the registration way that the applications are registered in arterisk 1.2.* changed to much from version 1.4.* and 1.6.*?
Best Regards.
Tarjeta de cr?dito Yahoo! de Banco Supervielle.
Solicit? tu nueva Tarjeta de c...
2005 Aug 25
2
Custom Application For Asterisk
...ame);
if (abcddbname) free(abcddbname);
if (abcddbuser) free(abcddbuser);
if (abcdpassword) free(abcdpassword);
if (abcdcharset) free(abcdcharset);
if (abcdlanguage) free(abcdlanguage);
return 0;
}
int reload(void)
{
unload_module();
return load_module();
}
int usecount(void)
{
int res;
STANDARD_USECOUNT(res);
return res;
}
char *description(void) { return tdesc;}
char *key() { return ASTERISK_GPL_KEY; }
2005 Jun 20
2
app_valetparking.c
Since www.bkw.org seems not to exist anymore (getting response from some
hosting provider), does anyone happend to have a copy of app_valetparking.c
from www.bkw.org - the one that should work with * stable 1.0.X ? If so
please contact me.
One that can be downloaded from www.loligo.com dosn't compile with 1.0.X,
and SuperValletParking (www.asterlink.com/svp/) seems to be for * HEAD
2005 Jun 20
1
Re: app_valetparking.c for * STABLE (1.0.X)
Nope ! This is the one that tries to include PRE 1.0.X header file
<parking.h>.
It cannot compile on * 1.0.X (I have tried also to include <features.h>
instead of <parking.h> (as far as I know features.h is successor to
parking.h), but still without results).
Thanks anyway.
Nenad
>
> Try this
>
>> Since www.bkw.org seems not to exist anymore (getting