chaos2000
Aktives Mitglied
- Mitglied seit
- 22 Aug 2004
- Beiträge
- 2,028
- Punkte für Reaktionen
- 0
- Punkte
- 36
ja ist gesetzt
die ausgabe beim kompilieren:
die ausgabe beim kompilieren:
Code:
asterisk01:/usr/local/src/asterisk/chan_sccp-20050730 # make install
sh ./create_config.sh "/usr/include"
Checking Asterisk version...
* no 'struct ast_channel_tech', using old pvt
* no 'struct ast_callerid'
* no 'AST_MAX_CONTEXT'
* no 'AST_CONTROL_HOLD'
* no 'ast_config_load'
* found 'ast_copy_string'
* no 'AST_FLAG_MOH'
config.h complete.
Now compiling .... chan_sccp.c 888 lines
chan_sccp.c: In function `sccp_hint_notify':
chan_sccp.c:175: warning: implicit declaration of function `ast_copy_string'
Now compiling .... sccp_actions.c 1077 lines
sccp_actions.c: In function `sccp_handle_register':
sccp_actions.c:54: warning: implicit declaration of function `ast_copy_string'
Now compiling .... sccp_channel.c 869 lines
sccp_channel.c: In function `sccp_channel_send_callinfo':
sccp_channel.c:137: warning: implicit declaration of function `ast_copy_string'
Now compiling .... sccp_device.c 497 lines
sccp_device.c: In function `sccp_dev_displayprompt':
sccp_device.c:351: warning: implicit declaration of function `ast_copy_string'
Now compiling .... sccp_line.c 69 lines
Now compiling .... sccp_utils.c 1384 lines
Now compiling .... sccp_pbx.c 599 lines
sccp_pbx.c: In function `sccp_pbx_channel_allocate':
sccp_pbx.c:482: warning: implicit declaration of function `ast_copy_string'
Now compiling .... sccp_cli.c 461 lines
Now compiling .... sccp_softkeys.c 157 lines
sccp_softkeys.c: In function `sccp_sk_redial':
sccp_softkeys.c:37: warning: implicit declaration of function `ast_copy_string'
Now compiling .... sccp_socket.c 325 lines
Now compiling .... sccp_indicate.c 310 lines
Linking chan_sccp.so
Now Installing chan_sccp.so
Chan_sccp is now installed
Remember to disable chan_skinny by adding the following
line to /etc/asterisk/modules.conf:
noload => chan_skinny.so