Displaying 4 results from an estimated 4 matches for "ast_channel_tech".
2005 Aug 24
2
chan_capi on slackware10? cannot compile :-( why?
...30736 0 [hisax ne]
So, where is a problem? Should I compile kernel with capi as a part of a
kernel, not as a module? How to do that?
Errors when I try to compile chan_capi:
root@localhost:#make
./create_config.sh "/usr/include"
Checking Asterisk version...
* no 'struct ast_channel_tech', using old pvt
* ast_dsp_process() without 'needlock'
* no 'struct ast_callerid'
* found 'struct timeval delivery'
* no 'transfercapability'
* no 'ast_config_load'
config.h complete.
gcc -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -g -I...
2007 Jun 21
3
gtalk - no audio
Hi list,
I'm trying to get channel gtalk working in asterisk 1.4.5
I have it built and configured as follows:
*jabber.conf:*
[general]
debug=yes
autoprune=no
autoregister=no
[myaccount]
type=client
serverhost=talk.google.com
username=myaccount at gmail.com/Talk
secret=mypassword
port=5222
usetls=yes
usesasl=yes
statusmessage="Talk to me"
timeout=100
*gtalk.conf:*
[general]
2017 Jul 12
2
Copying received and sent RTP packets due legal obligations
...he RTP header
- I considered to rebuild the RTP header but:
ast_rtp_instance can't give me the rx SSRC, rx SQNO,...
Currently we are extending ast_rtp_instance to have a mirror_audio
function pointer with dest ip/dest port and a custom protocol to send
the rtp frames. And we have extended ast_channel_tech to add a
start_mirror function pointer and have implemented it for chan_sip
and chan_pjsip. They find the ast_rtp_instance and then call the
mirror_audio method on it. Finally there is an AMI handler to initiate
the mirroring for a given Call-Id on the right ast_channel.
We would like to avoid m...
2005 Jul 11
1
Compile Error chan_sccp-20050705 on asterisk 1.0.9 (tarball)
Hello!
I tried to compile chan_sccp-20050705 but I receive the following
errors:
linux:/home/share/chan_sccp-20050705 # 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_CONTROL_HOLD'
* no 'ast_config_load'
* no 'ast_copy_string'
config.h complete.
Now compiling .... sccp_actions.c 853 lines
sccp_actions.c: In function `sccp_handle_unregister':
sccp_actions.c:...