Re: [asterisk-users] Strange ISDN Troubles

2007-07-31 Thread Andrea Spadaccini
Ciao Florian,

> I'm trying to setup Asterisk on debian etch (with the debian packages)
> with a "Fritz!Card PCI" ISDN card and chan_capi.

Why don't you use mISDN drivers?
Bye,

-- 
Dr. Andrea Spadaccini
Multimedia Technologies Institute - MTI S.r.l.
Web: www.x-voice.it - Tel: +39 (0) 95 7224945

___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Strange ISDN Troubles

2007-07-31 Thread Jared Smith
On Tue, 2007-07-31 at 09:00 +0200, Florian Arthofer wrote:
> So, if my ISDN-number is for example 1234567, then i should, if i dial
> 1234567-123, see _something_ on the console and at least i should hear
> it ringing on the phone i place the call with. Am i right?

OK, ordinarily this would be true, but I don't see how configuring a
friend in sip.conf helps at all with an ISDN connection.  That is,
unless you're using some type of ISDN-to-SIP adapter to get the ISDN
calls into Asterisk.  You said you are using chan_capi, so Asterisk
shouldn't even look at sip.conf when a call comes in over your ISDN
lines.

Unfortunately, my understanding of ISDN BRI connections is very limited.
I keep trying to convince someone to pay me to live in Europe for a
while so I can learn it, but I haven't had any luck so far. :-)  I'm
sure there are other people on this list that know chan_capi well and
can show you how to configure Asterisk for ISDN lines.  I would guess
that you need to point the channels to the proper context in capi.conf.

-Jared


___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Strange ISDN Troubles

2007-07-31 Thread Florian Arthofer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Ahoy

Jared Smith wrote:
> On Mon, 2007-07-30 at 16:46 +0200, Florian Arthofer wrote:
>> Shouldn't i see _something_ on the console, even if
>> the DID which is dialed isn't configured yet?
>
> Unfortunately, I don't think so.  You might want to add a pattern match
> to your dialplan that would match any DID, and see if that helps.
>

Ok, i added this to my extensions.conf :

[isdn-in]
exten = _.,1,Dial(SIP/${EXTEN},5)
exten = t,1,Hangup

This should match any number dialed from the outside and hangup after 5
seconds.
In my sip.conf i configured this one:

[123]
context = isdn-in
type = friend
host = dynamic
disallow = all ;disable all codecs except the ones defined below
allow = ulaw
allow = g723.1
allow = g729
secret = X


So, if my ISDN-number is for example 1234567, then i should, if i dial
1234567-123, see _something_ on the console and at least i should hear
it ringing on the phone i place the call with. Am i right?

regards
Florian Arthofer

- --
Florian Arthofer
Technik Web- und Mailservices/Administrator Web- and Mailservices

lagis Internet Serviceprovider GmbH
Wiener Straße 151, 4021 Linz, Austria
Phone +43(0)732/3400-5636
Fax +43(0)732/3400-5644
E-Mail [EMAIL PROTECTED]
URL http://www.lagis.at

FN 270805 w des Landesgerichtes Linz
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGrt4rNAbU6R7INwcRAsvNAJ99NvAnLBm+EGWNccfZMESFLWkJ4gCeKejH
baIbJfnUcWA2ZhDiqQkWvB0=
=28Pn
-END PGP SIGNATURE-

___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Strange ISDN Troubles

2007-07-30 Thread Jared Smith
On Mon, 2007-07-30 at 16:46 +0200, Florian Arthofer wrote:
> Shouldn't i see _something_ on the console, even if
> the DID which is dialed isn't configured yet?

Unfortunately, I don't think so.  You might want to add a pattern match
to your dialplan that would match any DID, and see if that helps.

-- 
Jared Smith
Community Relations Manager
Digium, Inc.


___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users