Displaying 5 results from an estimated 5 matches for "capicd".
Did you mean:
apic
2004 Aug 31
1
Do not get calldeflection (capiCD) to work.
I do not get calldeflection (capiCD) to work.
The Mobile do not ring, it seems the CD do not work.
I use the chan_capi 0.3.5 and have no idea.
please help me.
nico
2004 Nov 27
2
capi question
...roup=0)!
== Starting CAPI[contr1/368466]/33 at isdn,368466,1 failed so falling
back to exten 's'
-- Called 101
-- Called 102
-- SIP/101-1b74 is ringing
-- SIP/102-b2b1 is ringing
(extensions.conf)
[isdn]
exten=> s,1,Dial(SIP/101&SIP/102,30,tr)
exten=> s,2,capiCD(020712341234)
--also am i correct in thinking that this capiCD line will bounce the
'third' call on my 2 channel line to the number above? i don't need to
include anything else (except what is below? - do i even need that??)
[capi.conf]
[general]
nationalprefix=0
internationalprefix...
2004 Nov 16
1
Capi Deflection (CD) not working
I did the following:
- chan_capi-0.3.5/Makefile: uncommented CFLAGS+=-DDEFLECT_ON_CIRCUITBUSY
- recompile asterisk + chan_capi
- added /etc/asterisk/capi.conf: deflect=0800123456 ; some 0800 test number
- in etc/asterisk/extensions.conf under [tcom-in]: exten =>
98765,1,capiCD(0800123456)
- made both b channels busy by outcalling on both lines (ISND BRI)
- called my msn (98765) by mobile phone.
=> asterisk says:
Nov 16 13:28:53 ERROR[98310]: chan_capi.c:1953 capi_handle_msg: received a
call waiting CONNECT_IND
Nov 16 13:28:57 ERROR[98310]: chan_capi.c:1953 capi_hand...
2004 Sep 21
0
Chan_capi: using both b-channels
...my goals is to set up an extension for the
capi channel that will allow me to forward a call (incoming on one of the
ISDN b-channels) to another outbound destination. So, in the following, X is
my local MSN and Y the destination that I would like to forward to.
(1) I tried the call deflection (capiCD) example from Junghanns which does not
work. I was wondering if you need some services activated from your telephone
provider (here: DTAG in Germany, Standardanschluss). There is just nothing
mentioning it on junghanns webpage. Can anyone confirm that?
/var/log/messages shows:
Sep 20 21:33:17...
2004 Dec 23
2
Re: Asterisk and Capi
...ll the CAPI support RPM from the SUSE 9.2 disks. YaST
tells me it is happy with the process. The Asterisk release I am using is
the one that comes packaged in RPM format, also included in the distribution.
Still starting asterisk with the usual asterisk -vvvc I see that
something goes wrong.
[app_capiCD.so]Dec 23 19:21:45 WARNING[1076850816]: loader.c:242
ast_load_resource: /usr/lib/asterisk/modules/app_capiCD.so: undefined
symbol: capidebug
Dec 23 19:21:45 WARNING[1076850816]: loader.c:423 load_modules: Loading
module app_capiCD.so failed!
A dumb (newbie) question how to solve the problem: is th...