search for: ast_pickup_call

Displaying 12 results from an estimated 12 matches for "ast_pickup_call".

2005 Aug 15
2
asterisk + chan_mISDN = undefined symbol: ast_pickup_call
...mISDN from http://isdn.jolly.de/download/v3.0/ I'm using a CVS Snapshot of asterisk, which was checked out about 5 hours ago. This is the error: [chan_misdn.so]Aug 15 14:13:29 WARNING[4929]: loader.c:314 __load_resource: /usr/lib/asterisk/modules/chan_misdn.so: undefined symbol: ast_pickup_call Aug 15 14:13:29 WARNING[4929]: loader.c:488 load_modules: Loading module chan_misdn.so failed! I have no idea where to start solving this problem. Has anybody a hint for me? If you need more information, feel free to ask for it. Greets, Christian
2006 Mar 13
0
chan_zap ast_pickup_call issue redux
I'm running latest asterisk and zaptel, I have loaded wctdm and lsmod shows that it is in the kernel. I have configured the FXS and FXO ports on my TDM400P, and ztcfg shows both as configured with no errors. When I start asterisk I get the following error: Mar 13 14:07:41 WARNING[10958]: loader.c:325 __load_resource: /usr/lib/asterisk/modules/chan_zap.so: undefined symbol: ast_pickup_cal. A
2006 Nov 04
2
Asterisk upgrade from 1.0.9 to 1.2.6 not working
...the 'zap show' 'sip show' or 'iax2 show' commands, further, if I try to force the chan_zap.so to load in modules it says: Nov 4 04:12:36 VERBOSE[24761] logger.c: [chan_zap.so]Nov 4 04:12:36 WARNING[24761] loader.c: /usr/lib/asterisk/modules/chan_zap.so: undefined symbol: ast_pickup_call Nov 4 04:12:36 WARNING[24761] loader.c: Loading module chan_zap.so failed! Can anyone offer assistance?
2014 Feb 12
1
how to selectively disable callerid block?
...8:17:44] DEBUG[5898][C-0000000e]: sig_analog.c:2121 __analog_ss_thread: waitfordigit returned '8' (56), timeout = 0 [Feb 12 18:17:44] DEBUG[5898][C-0000000e]: chan_dahdi.c:5075 dahdi_enable_ec: Enabled echo cancellation on channel 2 [Feb 12 18:17:44] DEBUG[5898][C-0000000e]: features.c:7880 ast_pickup_call: pickup attempt by DAHDI/2-1 [Feb 12 18:17:44] DEBUG[5898][C-0000000e]: features.c:7900 ast_pickup_call: No call pickup possible... for DAHDI/2-1 [Feb 12 18:17:44] DEBUG[5898][C-0000000e]: sig_analog.c:2211 __analog_ss_thread: No call pickup possible... and then a busy signal. I didn't pay mu...
2004 May 17
4
*8 problem still there?
I upgraded to the latest stable version of 1.0 today and am still seeing the *8 problem where the phone that was originally dialed keeps on ringing even after another phone picks up. Are other people also seeing this? Has somebody figured out how to make this go away? Thanks! -------------- next part -------------- An HTML attachment was scrubbed... URL:
2004 Apr 19
1
Load module chan_zap.so failed
Hi I' ve just installed TE410P and asterisk-0.7.2 from tar.gz on fedora core 1. When i start asterisk it shows me this: /usr/lib/asterisk/modules/chan_zap.so: undefined symbol: ast_pickup_call Apr 19 16:52:32 WARNING[-1085304704]: loader.c:358 load_modules: Loading module chan_zap.so failed! Where do i look, how can i debug? Thanks in advance Jorge Verastegui G RedCetus S.R.L -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pip...
2004 Jul 28
1
is chan_skinny broken?
I am trying to use chan_skinny but when loading the module I get: [ Booting....../usr/lib/asterisk/modules/chan_skinny.so: undefined symbol: ast_pickup_call I am using CVS 07/23 I can't get chan_sccp2 to compile, it gives me parse errors, or I'd be using that. :-/
2006 Mar 25
1
Error in starting * with latest trunk
hi, i've just upgraded to latest trunk. everything compiles fine but when starting this message appears and fails to start. WARNING[3990] loader.c: module chan_zap.so error /usr/lib/asterisk/modules/chan_zap.so: undefined symbol: ast_pickup_call thanks, paradise dove
2006 Apr 04
6
Loading module chan_zap.so failed! PLZ help me!
...nnel map: 0 channels configured. and when I run asterisk it shows me this: Asterisk Dynamic Loader Starting: == Parsing '/etc/asterisk/modules.conf': Found [chan_zap.so]Apr 4 09:45:58 WARNING[9975]: loader.c:325 __load_resource: /usr/lib/asterisk/modules/chan_zap.so: undefined symbol: ast_pickup_call Apr 4 09:45:58 WARNING[9975]: loader.c:499 load_modules: Loading module chan_zap.so failed! Where do i look, how can i debug? Thanks in advance, ___________________________________________________________________________ Nouveau : t?l?phonez moins cher avec Yahoo! Messenger ! D?c...
2004 Jun 01
1
Zap and call pickup -- it don't work.
The problem: T100P connected to an Adit600. Channel 1-16 are FXS, 17-24 FXO. I have Zap/24 in callgroup 3 and Zap/1-16 in pickupgroup 3. When a call comes in on Zap/24 I cannot pick it up with *8 from Zap/1-16. *CLI> show version Asterisk CVS-04/27/04-23:48:08 built by root@tuck on a i686 running Linux The zapata.conf and extensions.conf are located here:
2005 Jun 28
2
Trying to get *8 call pickup to work
...e Debian Sarge package of Asterisk - 1.0.7 + bristuff. When I call from a zap channel or a SIP phone to another SIP phone, then dial *8 from a third SIP phone, I get 503 Service Unavailable on the third phone and I get this at the Asterisk console: Jun 28 09:01:24 DEBUG[16774]: res_features.c:1709 ast_pickup_call: No call pickup possible... Jun 28 09:01:24 NOTICE[16774]: chan_sip.c:7402 handle_request: Nothing to pick up I'd appreciate hearing from anyone that has this working. Here's my sip.conf, features.conf, and zapata.conf: # < zapata.conf sed 's/;.*//g' | grep -v ^$ [trunkgroups...
2004 Sep 06
9
Zaptel 'Under the Hood' Project
Hello, After poking and prodding at Asterisk and Zaptel for over a couple years now, I've dedicated some time to actually reading the code and trying to figure it out. It's been fascinating. With the driver source on one part of the screen and a pdf of "Linux Device Drivers" on another part I've aquainted myself with device driver programming and the interesting