Displaying 3 results from an estimated 3 matches for "ast_variable_new".
2006 Apr 09
0
Realtime oracle compiling problem
...iffer in signedness
res_config_oracle.c:174: warning: pointer targets in passing argument 3
of 'checkerr' differ in signedness
res_config_oracle.c:180: warning: pointer targets in assignment differ
in signedness
res_config_oracle.c:188: warning: pointer targets in passing argument 1
of 'ast_variable_new' differ in signedness
res_config_oracle.c:193: warning: pointer targets in passing argument 1
of 'ast_variable_new' differ in signedness
res_config_oracle.c: In function 'realtime_multi_oracle':
res_config_oracle.c:272: warning: incompatible implicit declaration of
built-in func...
2010 Oct 10
1
Modifying cid.cid_name in app_parkandannounce.c
...a parked
call returns to the extension that parked it when it times out.
Looking at app_parkandannounce.c
/* Now place the call to the extention */
snprintf(buf, sizeof(buf), "%d", lot);
memset(&oh, 0, sizeof(oh));
oh.parent_channel = chan;
oh.vars = ast_variable_new("_PARKEDAT", buf);
dchan = __ast_request_and_dial(dialtech, AST_FORMAT_SLINEAR,
dialstr,30000, &outstate, chan->cid.cid_num, chan->cid.cid_name, &oh);
I assume (I hope not incorrectly) that I have to modify the
variable chan->cid.cid_name
Could one of the Aster...
2007 May 23
0
Problems compiling res_config_mysql (asterisk addons)
...#39;
res_config_mysql.o(.text+0x48f): In function `realtime_mysql':
/usr/include/asterisk/strings.h:34: undefined reference to `ast_strip'
res_config_mysql.o(.text+0x50c): In function `realtime_mysql':
/usr/local/src/asterisk-addons-1.4.1/res_config_mysql.c:160: undefined
reference to `ast_variable_new'
res_config_mysql.o(.text+0x559):/usr/local/src/asterisk-addons-1.4.1/res_config_mysql.c:165:
undefined reference to `ast_variable_new'
res_config_mysql.o(.text+0x5a4):/usr/local/src/asterisk-addons-1.4.1/res_config_mysql.c:172:
undefined reference to `ast_log'
res_config_mysql.o(.tex...