search for: ast_channel_unregist

Displaying 8 results from an estimated 8 matches for "ast_channel_unregist".

Did you mean: ast_channel_unregister
2005 May 27
1
Re: Asterisk-Users Digest, Vol 10, Issue 221
...nnel_register' chan_unicall.c:4564: warning: passing arg 1 of `ast_channel_register' from incompatible pointer type chan_unicall.c:4564: too many arguments to function `ast_channel_register' chan_unicall.c: In function `unload_module': chan_unicall.c:4603: warning: passing arg 1 of `ast_channel_unregister' from incompatible pointer type chan_unicall.c:4604: warning: passing arg 1 of `ast_channel_unregister' from incompatible pointer type chan_unicall.c: In function `unicall_sendtext': chan_unicall.c:4666: dereferencing pointer to incomplete type make[1]: *** [chan_unicall.o] Error 1 ma...
2005 Mar 04
1
chan_capi with patch compilation error
...n function `load_module': chan_capi.c:2843: warning: passing arg 1 of `ast_channel_register' from incompatible pointer type chan_capi.c:2843: too many arguments to function `ast_channel_register' chan_capi.c: In function `unload_module': chan_capi.c:2863: warning: passing arg 1 of `ast_channel_unregister' from incompatible pointer type make: *** [chan_capi.o] Error 1 Someone can help me ? Bye
2005 Jun 22
1
Error on installing oh323 on asterisk
...cture has no member named `callerid' chan_oh323.c: In function `oh323_request': chan_oh323.c:2741: dereferencing pointer to incomplete type chan_oh323.c:2743: dereferencing pointer to incomplete type chan_oh323.c: In function `oh323_atexit': chan_oh323.c:4923: warning: passing arg 1 of `ast_channel_unregister' from incompatible pointer type chan_oh323.c: In function `load_module': chan_oh323.c:5220: warning: passing arg 1 of `ast_channel_register' from incompatible pointer type chan_oh323.c:5220: too many arguments to function `ast_channel_register' make[1]: *** [chan_oh323.o] Error 1...
2003 Nov 27
13
Asterisk behind NAT << How to do it.
Thanks to ww and his patch on bug #104, I have successfully implemented Asterisk behind NAT without using STUN or anything crazy. It's quite straight forward. Until this gets tested enough and put into CVS, you will have to patch your chan_sip.c file to do this. I'm sure within the next few days this will get put merged into CVS if no one finds any problems. I tried this on chan_sip.c
2005 Sep 04
0
Updated Chan Unistim?
...nel_register' from incompatible pointer type chan_unistim.c:3892: too many arguments to function `ast_channel_register' chan_unistim.c:3900: warning: assignment of read-only member `type' chan_unistim.c: In function `__unload_module': chan_unistim.c:3923: warning: passing arg 1 of `ast_channel_unregister' from incompatible pointer type make: *** [chan_unistim.o] Error 1 -- Andres
2005 Aug 09
0
channel_pvt.h not found
...ember named `callerid' chan_oh323.c: In function `oh323_request': chan_oh323.c:2741: error: dereferencing pointer to incomplete type chan_oh323.c:2743: error: dereferencing pointer to incomplete type chan_oh323.c: In function `oh323_atexit': chan_oh323.c:4923: warning: passing arg 1 of `ast_channel_unregister' from incompatible pointer type chan_oh323.c: In function `load_module': chan_oh323.c:5220: warning: passing arg 1 of `ast_channel_register' from incompatible pointer type chan_oh323.c:5220: error: too many arguments to function `ast_channel_register'make[1]: *** [chan_oh323.o] Er...
2005 Jul 26
1
problems with compiling asterisk-oh323-0.6.5
...ember named `callerid' chan_oh323.c: In function `oh323_request': chan_oh323.c:2741: error: dereferencing pointer to incomplete type chan_oh323.c:2743: error: dereferencing pointer to incomplete type chan_oh323.c: In function `oh323_atexit': chan_oh323.c:4923: warning: passing arg 1 of `ast_channel_unregister' from incompatible pointer type chan_oh323.c: In function `load_module': chan_oh323.c:5220: warning: passing arg 1 of `ast_channel_register' from incompatible pointer type chan_oh323.c:5220: error: too many arguments to function `ast_channel_register' make[1]: *** [chan_oh323.o] E...
2005 Mar 08
0
problem in compiling chan_mISDN
...load_module': chan_misdn.c:2342: warning: passing arg 1 of `ast_channel_register' from incompatible pointer type chan_misdn.c:2342: error: too many arguments to function `ast_channel_register' chan_misdn.c: In function `unload_module': chan_misdn.c:2381: warning: passing arg 1 of `ast_channel_unregister' from incompatible pointer type make: *** [chan_misdn.o] Error 1 Does anybody have an idea where i got wrong? My Makefile: asterisk:/usr/src/chan_misdn-beta-0.0.3-rc4 # cat Makefile #debugscript DEBUGSCRIPT=sed -e "s/{/{\nchan_misdn_log(\"SEGFAULT_DEBUG: %d\\\n\",__LINE__)/g...