Hi Jan, you didnt read the README, did you? :-) your dialstring is missing many things. a valid example would be: exten => s,1,Dial,CAPI/1234:b${EXTEN} where 1234 is the ougoing MSN configured in capi.conf (msn=1234....) with capi you dont need zaptel. regards kapejod -- Klaus-Peter Junghanns CEO,CTO Junghanns.NET Internet-Services & Software-Development GmbH Breite Strasse 13 - 12167 Berlin - Germany fon: +49 30 79705392 fax: +49 30 79705391 mobile: +49 160 7503372 email: kpj@junghanns.net Am Die, 2003-05-06 um 14.25 schrieb Jan Mvrn:> Hello, > > I have som problems with my BRI/capi setup. I manage to call in to the system (some rows below). > ---------------- > -- Executing Dial("CAPI[contr1/16453]", "SIP/BYEXTENSION@janm|10") in new stack > -- Called s@janm > -- SIP/janm-63f5 is ringing > -- SIP/janm-63f5 is ringing > -- SIP/janm-63f5 is ringing > ---------------- > > But I can't make outgoing calls from my SIP phones. > ---------------- > -- Executing Dial("SIP/janm-088c", "CAPI/contr1") in new stack > == data = contr1 > == capi request omsn = contr1 > NOTICE[622607]: File chan_capi.c, Line 883 (capi_request): didn't find capi device with outgoing msn = contr1. you should check your config! > NOTICE[622607]: File app_dial.c, Line 476 (dial_exec): Unable to create channel of type 'CAPI' > == Everyone is busy at this time > ---------------- > My exten example: > exten => _XXXXXX,1,Dial,CAPI/contr1/BYEXTENSION > > Some questions: > > 1. Do I need to configure/use zapata.conf when I using capi (there is no signalling called "BRI")? > > 2. How do I configure the BRI channels? > > 3. Is there anyone using an Eicon BRI with capi that could give an simple example outgoing extension line? (or know of some fine BRI/capi/* examples/documentation?) > > regards, > ---Jan M?rn--- > ________________________________________________________ > This message is written with recycled letters. > > Jan M?rn PHONE: +358 (0)18 539 226 > IT-ingenj?r FAX: +358 (0)18 539 250 > Kraftn?t ?land AB GSM: +358 (0)40 8445 390 > PB 71, 22101 Mariehamn E-MAIL: jan.morn@kraftnat.aland.fi > Web: www.kraftnat.aland.fi > > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users
Hello, I have som problems with my BRI/capi setup. I manage to call in to the system (some rows below). ---------------- -- Executing Dial("CAPI[contr1/16453]", "SIP/BYEXTENSION@janm|10") in new stack -- Called s@janm -- SIP/janm-63f5 is ringing -- SIP/janm-63f5 is ringing -- SIP/janm-63f5 is ringing ---------------- But I can't make outgoing calls from my SIP phones. ---------------- -- Executing Dial("SIP/janm-088c", "CAPI/contr1") in new stack == data = contr1 == capi request omsn = contr1 NOTICE[622607]: File chan_capi.c, Line 883 (capi_request): didn't find capi device with outgoing msn = contr1. you should check your config! NOTICE[622607]: File app_dial.c, Line 476 (dial_exec): Unable to create channel of type 'CAPI' == Everyone is busy at this time ---------------- My exten example: exten => _XXXXXX,1,Dial,CAPI/contr1/BYEXTENSION Some questions: 1. Do I need to configure/use zapata.conf when I using capi (there is no signalling called "BRI")? 2. How do I configure the BRI channels? 3. Is there anyone using an Eicon BRI with capi that could give an simple example outgoing extension line? (or know of some fine BRI/capi/* examples/documentation?) regards, ---Jan M?rn--- ________________________________________________________ This message is written with recycled letters. Jan M?rn PHONE: +358 (0)18 539 226 IT-ingenj?r FAX: +358 (0)18 539 250 Kraftn?t ?land AB GSM: +358 (0)40 8445 390 PB 71, 22101 Mariehamn E-MAIL: jan.morn@kraftnat.aland.fi Web: www.kraftnat.aland.fi
> I have som problems with my BRI/capi setup. I manage to call in to thesystem (some rows below).> ---------------- > -- Executing Dial("CAPI[contr1/16453]", "SIP/BYEXTENSION@janm|10") innew stack> -- Called s@janm > -- SIP/janm-63f5 is ringing > -- SIP/janm-63f5 is ringing > -- SIP/janm-63f5 is ringing > ---------------- > > But I can't make outgoing calls from my SIP phones. > ---------------- > -- Executing Dial("SIP/janm-088c", "CAPI/contr1") in new stack > == data = contr1 > == capi request omsn = contr1 > NOTICE[622607]: File chan_capi.c, Line 883 (capi_request): didn't findcapi device with outgoing msn = contr1. you should check your config!> NOTICE[622607]: File app_dial.c, Line 476 (dial_exec): Unable to createchannel of type 'CAPI'> == Everyone is busy at this time > ---------------- > My exten example: > exten => _XXXXXX,1,Dial,CAPI/contr1/BYEXTENSION > > Some questions: > > 1. Do I need to configure/use zapata.conf when I using capi (there is nosignalling called "BRI")? Nope, you don't need zapata.conf for capi, you only need capi.conf. There is an example of capi.conf in chan_capi, `make config` copies it to your /etc/asterisk dir.> 2. How do I configure the BRI channels?Check the sample capi.conf and the README of chan_capi, it's all there.. Your exten in extensions.conf is wrong, it should look like this: exten => _XXXXXX,1,Dial,CAPI/123456:BYEXTENSION Where 123456 is the msn you assigned to a controller in capi.conf.> > 3. Is there anyone using an Eicon BRI with capi that could give an simpleexample outgoing extension line? (or know of some fine BRI/capi/* examples/documentation?)