Re: [Asterisk-Users] Fritz, mISDN, Help

2005-10-03 Thread Dave Cotton
On Fri, 2005-09-30 at 09:38 +0100, Derek Conniffe wrote:

 
 Is anyone out there running two AVM Fritz ISDN cards?  

Yes

 Are you using a 2.6.XX kernel?  

No

 How are you doing it?

Easily :)

Really just carefully follow the instructions in the hack you've
already mentioned.

It works, but I did chicken out on 3.


-- 
Dave Cotton [EMAIL PROTECTED]

___
--Bandwidth and Colocation sponsored by Easynews.com --

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


Re: [Asterisk-Users] Fritz, mISDN, Help

2005-09-30 Thread Derek Conniffe
I big problem (for me) is that it seems that the AVM Fritz CAPI drivers 
cannot support more than one PCI card per server.  There is a hack out 
there for multiple cards and a 2.4.XX kernel but this is not supported 
for the 2.6.XX kernels.


mISDN on the other hand does support multiple AVM Fritz cards but I 
couldn't seem to get mISDN - CAPI - chan_capi working right (I tried 
for hours and I can't remember what exactly the problem was now - 
everything did load OK but calls were not being received correctly I 
think).  I didn't try using chan_misdn.


Now I'm running a solution which does not make me happy at all - I've 
got a second asterisk box beside the main one for the other AVM Fritz 
ISDN card and sending the received calls over via. IAX2 to the primary 
server (I shudder when I think of the waste of electricity).


Is anyone out there running two AVM Fritz ISDN cards?  Are you using a 
2.6.XX kernel?  How are you doing it?


Thanks,

Derek



Konrads Smelkovs wrote:


Unfourtunatley, mISDN  is far from production quality. So going
miSDN-CAPI-chan_capi might not work. chan_misdn is even more flakey
at the moment.

Your best option is to use just CAPI and  chan_capi,it had support for fritz

On 10/09/05, Jon Dean [EMAIL PROTECTED] wrote:
 


A plea to all!

Has anyone had any success with two or more avm fritz pci cards with either
misdn, chan_misdn, or chan_capi, and any version of linux 2.6.x?

I have managed to get misdn to load under 2.6.13 and detect two cards using
misdn-capi and chan-capi (using capiinfo and capi info under asterisk) - but
the second card/controller doesn't answer or dial calls.

But if I try misdn without capi I get the following error

mISDN: INTERNAL ERROR in drivers/isdn/hardware/mISDN/stack.c:596


Any help would be greatly appreciated.

Jon
___
--Bandwidth and Colocation sponsored by Easynews.com --

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

   




 




--
Derek Conniffe
Rivertower Ltd
DID Number: 01 440 1806 (International: 00 353 1 440 1806)
Ireland: (Freephone) 1800 719 400
Ireland: (Local) 01 440 1800
United Kingdom: 0870 068 2368
International: 00 353 1 440 1800
Derek Conniffe Mobile: 086 856 3823 (International: 00 353 86 856 3823)
Fax: 01 201 0085 (International: 00 353 1 201 0085)
Email: [EMAIL PROTECTED]
Web: http://www.rivertowerhosting.com

begin:vcard
fn:Derek Conniffe
n:Conniffe;Derek
org:Rivertower Ltd;IT
adr:Dublin 2;;46 Upper Mount Street;Dublin;Dublin;Dublin 2;Ireland
email;internet:[EMAIL PROTECTED]
tel;work:+353 1 201 0146
tel;fax:+353 1 201 0085
tel;cell:+353 86 856 3823
note;quoted-printable:Ireland: (Freephone) 1800 719 400=0D=0A=
	Ireland: (Local) 01 244 9719=0D=0A=
	United Kingdom: 0870 068 2368=0D=0A=
	International: 00 353 1 244 9719=0D=0A=
	
url:http://www.rivertowerhosting.com
version:2.1
end:vcard

___
--Bandwidth and Colocation sponsored by Easynews.com --

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

RE: [Asterisk-Users] Fritz, mISDN, Help

2005-09-30 Thread Jörg Wolf
Derek,

I've got up to 3 Fritz cards (of different types) up and running on my debian 
sarge (2.6.8 kernel).

That's how it should work:
- build and install mISDN and chan_misdn from the current install-misdn.tar.gz 
which can be downloaded from http://www.beronet.com/download/
- use the chan_misdn and change /etc/asterisk/misdn.conf according to your 
special config
- be sure that no capi modules are loaded
- do /etc/init.d/misdn-init config to automatically create 
/etc/misdn-init.conf
- start the cards: /etc/init.d/misdn-init start
- start your * and check if chan_misdn.so started properly

Hope it helps

Cheers
Jörg 

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of 
 Derek Conniffe
 Sent: Friday, September 30, 2005 10:39 AM
 To: [EMAIL PROTECTED]; Asterisk Users Mailing List - 
 Non-Commercial Discussion
 Subject: Re: [Asterisk-Users] Fritz, mISDN, Help
 
 I big problem (for me) is that it seems that the AVM Fritz 
 CAPI drivers cannot support more than one PCI card per 
 server.  There is a hack out there for multiple cards and a 
 2.4.XX kernel but this is not supported for the 2.6.XX kernels.
 
 mISDN on the other hand does support multiple AVM Fritz cards 
 but I couldn't seem to get mISDN - CAPI - chan_capi working 
 right (I tried for hours and I can't remember what exactly 
 the problem was now - everything did load OK but calls were 
 not being received correctly I think).  I didn't try using chan_misdn.
 
 Now I'm running a solution which does not make me happy at 
 all - I've got a second asterisk box beside the main one for 
 the other AVM Fritz ISDN card and sending the received calls 
 over via. IAX2 to the primary server (I shudder when I think 
 of the waste of electricity).
 
 Is anyone out there running two AVM Fritz ISDN cards?  Are 
 you using a 2.6.XX kernel?  How are you doing it?
 
 Thanks,
 
 Derek
 
 
 
 Konrads Smelkovs wrote:
 
 Unfourtunatley, mISDN  is far from production quality. So going
 miSDN-CAPI-chan_capi might not work. chan_misdn is even more flakey
 at the moment.
 
 Your best option is to use just CAPI and  chan_capi,it had 
 support for 
 fritz
 
 On 10/09/05, Jon Dean [EMAIL PROTECTED] wrote:
   
 
 A plea to all!
 
 Has anyone had any success with two or more avm fritz pci 
 cards with 
 either misdn, chan_misdn, or chan_capi, and any version of 
 linux 2.6.x?
 
 I have managed to get misdn to load under 2.6.13 and detect 
 two cards 
 using misdn-capi and chan-capi (using capiinfo and capi info under 
 asterisk) - but the second card/controller doesn't answer 
 or dial calls.
 
 But if I try misdn without capi I get the following error
 
 mISDN: INTERNAL ERROR in drivers/isdn/hardware/mISDN/stack.c:596
 
 
 Any help would be greatly appreciated.
 
 Jon
 ___
 --Bandwidth and Colocation sponsored by Easynews.com --
 
 Asterisk-Users mailing list
 Asterisk-Users@lists.digium.com
 http://lists.digium.com/mailman/listinfo/asterisk-users
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
 
 
 
 
 
   
 
 
 
 --
 Derek Conniffe
 Rivertower Ltd
 DID Number: 01 440 1806 (International: 00 353 1 440 1806)
 Ireland: (Freephone) 1800 719 400
 Ireland: (Local) 01 440 1800
 United Kingdom: 0870 068 2368
 International: 00 353 1 440 1800
 Derek Conniffe Mobile: 086 856 3823 (International: 00 353 86 
 856 3823)
 Fax: 01 201 0085 (International: 00 353 1 201 0085)
 Email: [EMAIL PROTECTED]
 Web: http://www.rivertowerhosting.com
 
 
___
--Bandwidth and Colocation sponsored by Easynews.com --

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


Re: [Asterisk-Users] Fritz, mISDN, Help

2005-09-30 Thread Derek Conniffe

Hi Jorg,

Thanks very much for the information - I'll give it a try over the weekend.

Derek

Jörg Wolf wrote:


Derek,

I've got up to 3 Fritz cards (of different types) up and running on my debian 
sarge (2.6.8 kernel).

That's how it should work:
- build and install mISDN and chan_misdn from the current install-misdn.tar.gz 
which can be downloaded from http://www.beronet.com/download/
- use the chan_misdn and change /etc/asterisk/misdn.conf according to your 
special config
- be sure that no capi modules are loaded
- do /etc/init.d/misdn-init config to automatically create 
/etc/misdn-init.conf
- start the cards: /etc/init.d/misdn-init start
- start your * and check if chan_misdn.so started properly

Hope it helps

Cheers
Jörg	 

 


-Original Message-
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf Of 
Derek Conniffe

Sent: Friday, September 30, 2005 10:39 AM
To: [EMAIL PROTECTED]; Asterisk Users Mailing List - 
Non-Commercial Discussion

Subject: Re: [Asterisk-Users] Fritz, mISDN, Help

I big problem (for me) is that it seems that the AVM Fritz 
CAPI drivers cannot support more than one PCI card per 
server.  There is a hack out there for multiple cards and a 
2.4.XX kernel but this is not supported for the 2.6.XX kernels.


mISDN on the other hand does support multiple AVM Fritz cards 
but I couldn't seem to get mISDN - CAPI - chan_capi working 
right (I tried for hours and I can't remember what exactly 
the problem was now - everything did load OK but calls were 
not being received correctly I think).  I didn't try using chan_misdn.


Now I'm running a solution which does not make me happy at 
all - I've got a second asterisk box beside the main one for 
the other AVM Fritz ISDN card and sending the received calls 
over via. IAX2 to the primary server (I shudder when I think 
of the waste of electricity).


Is anyone out there running two AVM Fritz ISDN cards?  Are 
you using a 2.6.XX kernel?  How are you doing it?


Thanks,

Derek



Konrads Smelkovs wrote:

   


Unfourtunatley, mISDN  is far from production quality. So going
miSDN-CAPI-chan_capi might not work. chan_misdn is even more flakey
at the moment.

Your best option is to use just CAPI and  chan_capi,it had 
 

support for 
   


fritz

On 10/09/05, Jon Dean [EMAIL PROTECTED] wrote:


 


A plea to all!

Has anyone had any success with two or more avm fritz pci 
   

cards with 
   

either misdn, chan_misdn, or chan_capi, and any version of 
   


linux 2.6.x?
   

I have managed to get misdn to load under 2.6.13 and detect 
   

two cards 
   

using misdn-capi and chan-capi (using capiinfo and capi info under 
asterisk) - but the second card/controller doesn't answer 
   


or dial calls.
   


But if I try misdn without capi I get the following error

mISDN: INTERNAL ERROR in drivers/isdn/hardware/mISDN/stack.c:596


Any help would be greatly appreciated.

Jon
___
--Bandwidth and Colocation sponsored by Easynews.com --

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

  

   




 


--
Derek Conniffe
Rivertower Ltd
DID Number: 01 440 1806 (International: 00 353 1 440 1806)
Ireland: (Freephone) 1800 719 400
Ireland: (Local) 01 440 1800
United Kingdom: 0870 068 2368
International: 00 353 1 440 1800
Derek Conniffe Mobile: 086 856 3823 (International: 00 353 86 
856 3823)

Fax: 01 201 0085 (International: 00 353 1 201 0085)
Email: [EMAIL PROTECTED]
Web: http://www.rivertowerhosting.com


   


___
--Bandwidth and Colocation sponsored by Easynews.com --

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




--
Derek Conniffe
Rivertower Ltd
DID Number: 01 440 1806 (International: 00 353 1 440 1806)
Ireland: (Freephone) 1800 719 400
Ireland: (Local) 01 440 1800
United Kingdom: 0870 068 2368
International: 00 353 1 440 1800
Derek Conniffe Mobile: 086 856 3823 (International: 00 353 86 856 3823)
Fax: 01 201 0085 (International: 00 353 1 201 0085)
Email: [EMAIL PROTECTED]
Web: http://www.rivertowerhosting.com

begin:vcard
fn:Derek Conniffe
n:Conniffe;Derek
org:Rivertower Ltd;IT
adr:Dublin 2;;46 Upper Mount Street;Dublin;Dublin;Dublin 2;Ireland
email;internet:[EMAIL PROTECTED]
tel;work:+353 1 201 0146
tel;fax:+353 1 201 0085
tel;cell:+353 86 856 3823
note;quoted-printable:Ireland: (Freephone) 1800 719 400=0D=0A=
	Ireland: (Local) 01 244 9719=0D=0A=
	United Kingdom: 0870 068 2368=0D=0A=
	International: 00 353 1 244 9719=0D=0A=
	
url:http://www.rivertowerhosting.com
version:2.1
end:vcard

___
--Bandwidth and Colocation sponsored

Re: [Asterisk-Users] Fritz, mISDN, Help

2005-09-30 Thread Derek Conniffe

Hi again Jörg,

The install_misdn Makefile doesn't seem to like my SMP yes in my 
kernel .config (it does a grep on the .config file, finds the line, and 
tells me) - I'm going to try the chan_misdn driver anyway and the server 
is an old HP netserver e800 which is a dual processor PIII board.  
Actually I'm only running one processor in it because, for reasons 
unknown to me, SuSE linux (9.1) grinds to almost a halt with two 
processors on board but I'd say I need to SMP option on in the kernel 
config in order to use this motherboard (although I'm not against 
changing the motherboard if necessary).


I'll let you know how I get on,

Derek

Jörg Wolf wrote:


Derek,

I've got up to 3 Fritz cards (of different types) up and running on my debian 
sarge (2.6.8 kernel).

That's how it should work:
- build and install mISDN and chan_misdn from the current install-misdn.tar.gz 
which can be downloaded from http://www.beronet.com/download/
- use the chan_misdn and change /etc/asterisk/misdn.conf according to your 
special config
- be sure that no capi modules are loaded
- do /etc/init.d/misdn-init config to automatically create 
/etc/misdn-init.conf
- start the cards: /etc/init.d/misdn-init start
- start your * and check if chan_misdn.so started properly

Hope it helps

Cheers
Jörg	 

 


-Original Message-
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf Of 
Derek Conniffe

Sent: Friday, September 30, 2005 10:39 AM
To: [EMAIL PROTECTED]; Asterisk Users Mailing List - 
Non-Commercial Discussion

Subject: Re: [Asterisk-Users] Fritz, mISDN, Help

I big problem (for me) is that it seems that the AVM Fritz 
CAPI drivers cannot support more than one PCI card per 
server.  There is a hack out there for multiple cards and a 
2.4.XX kernel but this is not supported for the 2.6.XX kernels.


mISDN on the other hand does support multiple AVM Fritz cards 
but I couldn't seem to get mISDN - CAPI - chan_capi working 
right (I tried for hours and I can't remember what exactly 
the problem was now - everything did load OK but calls were 
not being received correctly I think).  I didn't try using chan_misdn.


Now I'm running a solution which does not make me happy at 
all - I've got a second asterisk box beside the main one for 
the other AVM Fritz ISDN card and sending the received calls 
over via. IAX2 to the primary server (I shudder when I think 
of the waste of electricity).


Is anyone out there running two AVM Fritz ISDN cards?  Are 
you using a 2.6.XX kernel?  How are you doing it?


Thanks,

Derek



Konrads Smelkovs wrote:

   


Unfourtunatley, mISDN  is far from production quality. So going
miSDN-CAPI-chan_capi might not work. chan_misdn is even more flakey
at the moment.

Your best option is to use just CAPI and  chan_capi,it had 
 

support for 
   


fritz

On 10/09/05, Jon Dean [EMAIL PROTECTED] wrote:


 


A plea to all!

Has anyone had any success with two or more avm fritz pci 
   

cards with 
   

either misdn, chan_misdn, or chan_capi, and any version of 
   


linux 2.6.x?
   

I have managed to get misdn to load under 2.6.13 and detect 
   

two cards 
   

using misdn-capi and chan-capi (using capiinfo and capi info under 
asterisk) - but the second card/controller doesn't answer 
   


or dial calls.
   


But if I try misdn without capi I get the following error

mISDN: INTERNAL ERROR in drivers/isdn/hardware/mISDN/stack.c:596


Any help would be greatly appreciated.

Jon
___
--Bandwidth and Colocation sponsored by Easynews.com --

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

  

   




 


--
Derek Conniffe
Rivertower Ltd
DID Number: 01 440 1806 (International: 00 353 1 440 1806)
Ireland: (Freephone) 1800 719 400
Ireland: (Local) 01 440 1800
United Kingdom: 0870 068 2368
International: 00 353 1 440 1800
Derek Conniffe Mobile: 086 856 3823 (International: 00 353 86 
856 3823)

Fax: 01 201 0085 (International: 00 353 1 201 0085)
Email: [EMAIL PROTECTED]
Web: http://www.rivertowerhosting.com


   


___
--Bandwidth and Colocation sponsored by Easynews.com --

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




--
Derek Conniffe
Rivertower Ltd
DID Number: 01 440 1806 (International: 00 353 1 440 1806)
Ireland: (Freephone) 1800 719 400
Ireland: (Local) 01 440 1800
United Kingdom: 0870 068 2368
International: 00 353 1 440 1800
Derek Conniffe Mobile: 086 856 3823 (International: 00 353 86 856 3823)
Fax: 01 201 0085 (International: 00 353 1 201 0085)
Email: [EMAIL PROTECTED]
Web: http://www.rivertowerhosting.com

begin:vcard
fn:Derek

RE: [Asterisk-Users] Fritz, mISDN, Help

2005-09-30 Thread Jörg Wolf
Hi Derek,

well, don't know anything about the SMP warning, in my case there's a simliar 
warning regarding PREEMPTIBLE setting which I simply ignored...

You might also have a look onto this: http://bugs.digium.com/view.php?id=4077

Crossing fingers...

cheers
Jörg


 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of 
 Derek Conniffe
 Sent: Friday, September 30, 2005 12:48 PM
 To: Asterisk Users Mailing List - Non-Commercial Discussion
 Subject: Re: [Asterisk-Users] Fritz, mISDN, Help
 
 Hi again Jörg,
 
 The install_misdn Makefile doesn't seem to like my SMP yes 
 in my kernel .config (it does a grep on the .config file, 
 finds the line, and tells me) - I'm going to try the 
 chan_misdn driver anyway and the server is an old HP 
 netserver e800 which is a dual processor PIII board.  
 Actually I'm only running one processor in it because, for 
 reasons unknown to me, SuSE linux (9.1) grinds to almost a 
 halt with two processors on board but I'd say I need to SMP 
 option on in the kernel config in order to use this 
 motherboard (although I'm not against changing the 
 motherboard if necessary).
 
 I'll let you know how I get on,
 
 Derek
 
 Jörg Wolf wrote:
 
 Derek,
 
 I've got up to 3 Fritz cards (of different types) up and 
 running on my debian sarge (2.6.8 kernel).
 
 That's how it should work:
 - build and install mISDN and chan_misdn from the current 
 install-misdn.tar.gz which can be downloaded from 
 http://www.beronet.com/download/
 - use the chan_misdn and change /etc/asterisk/misdn.conf 
 according to 
 your special config
 - be sure that no capi modules are loaded
 - do /etc/init.d/misdn-init config to automatically create 
 /etc/misdn-init.conf
 - start the cards: /etc/init.d/misdn-init start
 - start your * and check if chan_misdn.so started properly
 
 Hope it helps
 
 Cheers
 Jörg  
 
   
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Derek 
 Conniffe
 Sent: Friday, September 30, 2005 10:39 AM
 To: [EMAIL PROTECTED]; Asterisk Users Mailing List - 
 Non-Commercial Discussion
 Subject: Re: [Asterisk-Users] Fritz, mISDN, Help
 
 I big problem (for me) is that it seems that the AVM Fritz CAPI 
 drivers cannot support more than one PCI card per server.  
 There is a 
 hack out there for multiple cards and a 2.4.XX kernel but 
 this is not 
 supported for the 2.6.XX kernels.
 
 mISDN on the other hand does support multiple AVM Fritz cards but I 
 couldn't seem to get mISDN - CAPI - chan_capi working 
 right (I tried 
 for hours and I can't remember what exactly the problem was now - 
 everything did load OK but calls were not being received 
 correctly I 
 think).  I didn't try using chan_misdn.
 
 Now I'm running a solution which does not make me happy at 
 all - I've 
 got a second asterisk box beside the main one for the other 
 AVM Fritz 
 ISDN card and sending the received calls over via. IAX2 to 
 the primary 
 server (I shudder when I think of the waste of electricity).
 
 Is anyone out there running two AVM Fritz ISDN cards?  Are 
 you using a 
 2.6.XX kernel?  How are you doing it?
 
 Thanks,
 
 Derek
 
 
 
 Konrads Smelkovs wrote:
 
 
 
 Unfourtunatley, mISDN  is far from production quality. So going
 miSDN-CAPI-chan_capi might not work. chan_misdn is even 
 more flakey
 at the moment.
 
 Your best option is to use just CAPI and  chan_capi,it had
   
 
 support for
 
 
 fritz
 
 On 10/09/05, Jon Dean [EMAIL PROTECTED] wrote:
  
 
   
 
 A plea to all!
 
 Has anyone had any success with two or more avm fritz pci
 
 
 cards with
 
 
 either misdn, chan_misdn, or chan_capi, and any version of
 
 
 linux 2.6.x?
 
 
 I have managed to get misdn to load under 2.6.13 and detect
 
 
 two cards
 
 
 using misdn-capi and chan-capi (using capiinfo and capi info under
 asterisk) - but the second card/controller doesn't answer
 
 
 or dial calls.
 
 
 But if I try misdn without capi I get the following error
 
 mISDN: INTERNAL ERROR in drivers/isdn/hardware/mISDN/stack.c:596
 
 
 Any help would be greatly appreciated.
 
 Jon
 ___
 --Bandwidth and Colocation sponsored by Easynews.com --
 
 Asterisk-Users mailing list
 Asterisk-Users@lists.digium.com
 http://lists.digium.com/mailman/listinfo/asterisk-users
 To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
 

 
 
 
  
 
   
 
 --
 Derek Conniffe
 Rivertower Ltd
 DID Number: 01 440 1806 (International: 00 353 1 440 1806)
 Ireland: (Freephone) 1800 719 400
 Ireland: (Local) 01 440 1800
 United Kingdom: 0870 068 2368
 International: 00 353 1 440 1800
 Derek Conniffe Mobile: 086 856 3823 (International: 00 353 86
 856 3823)
 Fax: 01 201 0085 (International: 00 353 1 201 0085)
 Email: [EMAIL PROTECTED]
 Web: http://www.rivertowerhosting.com

Re: [Asterisk-Users] Fritz, mISDN, Help

2005-09-30 Thread John Fawcett

Derek Conniffe wrote:


Hi again Jörg,

The install_misdn Makefile doesn't seem to like my SMP yes in my 
kernel .config (it does a grep on the .config file, finds the line, 
and tells me) - I'm going to try the chan_misdn driver anyway and the 
server is an old HP netserver e800 which is a dual processor PIII 
board.  Actually I'm only running one processor in it because, for 
reasons unknown to me, SuSE linux (9.1) grinds to almost a halt with 
two processors on board but I'd say I need to SMP option on in the 
kernel config in order to use this motherboard (although I'm not 
against changing the motherboard if necessary).


I'll let you know how I get on,

Derek


I've got chan_misdn working with multiple cards (not Fritz). I thought 
I'd mention that I had to rever to a non - SMP kernel in order to get it 
to work.

John
___
--Bandwidth and Colocation sponsored by Easynews.com --

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


Re: [Asterisk-Users] Fritz, mISDN, Help

2005-09-11 Thread Konrads Smelkovs
Haven't tried. The install scripts gets May's release and compiles
with that. I think some serious porting will be nescessary. Anyone?

On 10/09/05, Tzafrir Cohen [EMAIL PROTECTED] wrote:
 On Sat, Sep 10, 2005 at 01:25:35PM +0300, Konrads Smelkovs wrote:
  Isn't billion a HFC PCI card? see lspci output, if so, use bristuff
  from junghanns.net
  http://www.junghanns.net/en/download.html , i suggest CVS version
 
 Does the CVS version (made sometime on May) still build with current
 HEAD?
 
 --
 Tzafrir Cohen | [EMAIL PROTECTED] | VIM is
 http://tzafrir.org.il |   | a Mutt's
 [EMAIL PROTECTED] |   |  best
 ICQ# 16849755 |   | friend
 ___
 --Bandwidth and Colocation sponsored by Easynews.com --
 
 Asterisk-Users mailing list
 Asterisk-Users@lists.digium.com
 http://lists.digium.com/mailman/listinfo/asterisk-users
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
 


-- 
Konrads Smelkovs
Applied IT sorcery.
___
--Bandwidth and Colocation sponsored by Easynews.com --

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


Re: [Asterisk-Users] Fritz, mISDN, Help

2005-09-11 Thread Tzafrir Cohen
On Sun, Sep 11, 2005 at 11:29:00AM +0300, Konrads Smelkovs wrote:
 Haven't tried. The install scripts gets May's release and compiles
 with that. I think some serious porting will be nescessary. Anyone?

If you look at the tarball, you can see it has three patches (for
libpri, zaptel and asterisk). The zaptel one is small and should
probably applies. If not: I have a slightly modified version of it at
home. The libpri one doesn't, IIRC. I haven't checked the asterisk one.

Anybody working on this?

-- 
Tzafrir Cohen | [EMAIL PROTECTED] | VIM is
http://tzafrir.org.il |   | a Mutt's  
[EMAIL PROTECTED] |   |  best
ICQ# 16849755 |   | friend
___
--Bandwidth and Colocation sponsored by Easynews.com --

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


Re: [Asterisk-Users] Fritz, mISDN, Help

2005-09-10 Thread Konrads Smelkovs
Unfourtunatley, mISDN  is far from production quality. So going
miSDN-CAPI-chan_capi might not work. chan_misdn is even more flakey
at the moment.

Your best option is to use just CAPI and  chan_capi,it had support for fritz

On 10/09/05, Jon Dean [EMAIL PROTECTED] wrote:
 A plea to all!
 
 Has anyone had any success with two or more avm fritz pci cards with either
 misdn, chan_misdn, or chan_capi, and any version of linux 2.6.x?
 
 I have managed to get misdn to load under 2.6.13 and detect two cards using
 misdn-capi and chan-capi (using capiinfo and capi info under asterisk) - but
 the second card/controller doesn't answer or dial calls.
 
 But if I try misdn without capi I get the following error
 
 mISDN: INTERNAL ERROR in drivers/isdn/hardware/mISDN/stack.c:596
 
 
 Any help would be greatly appreciated.
 
 Jon
 ___
 --Bandwidth and Colocation sponsored by Easynews.com --
 
 Asterisk-Users mailing list
 Asterisk-Users@lists.digium.com
 http://lists.digium.com/mailman/listinfo/asterisk-users
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
 


-- 
Konrads Smelkovs
Applied IT sorcery.
___
--Bandwidth and Colocation sponsored by Easynews.com --

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


Re: [Asterisk-Users] Fritz, mISDN, Help

2005-09-10 Thread John Fawcett
Jon Dean wrote:
 A plea to all!
 
 Has anyone had any success with two or more avm fritz pci cards with either 
 misdn, chan_misdn, or chan_capi, and any version of linux 2.6.x?
 
 I have managed to get misdn to load under 2.6.13 and detect two cards using 
 misdn-capi and chan-capi (using capiinfo and capi info under asterisk) - but 
 the second card/controller doesn't answer or dial calls.
 
 But if I try misdn without capi I get the following error
 
 mISDN: INTERNAL ERROR in drivers/isdn/hardware/mISDN/stack.c:596
 
I have two Billions PCI cards and am using chan_misdn-0.1.1 and kernel
2.6.11. I haven't yet been successful at using the second card,
but it's still work in progress.

However, I got the above error and resolved it by specifying the
parameters for both cards when I loaded the relevant driver. In my case:

modprobe hfcpci protocol=0x2,0x12 layermaster=0xf,0x3

(the first card is in TE mode the second in NT mode)

Hope this helps.
John
___
--Bandwidth and Colocation sponsored by Easynews.com --

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


Re: [Asterisk-Users] Fritz, mISDN, Help

2005-09-10 Thread Konrads Smelkovs
Isn't billion a HFC PCI card? see lspci output, if so, use bristuff
from junghanns.net
http://www.junghanns.net/en/download.html , i suggest CVS version

On 10/09/05, John Fawcett [EMAIL PROTECTED] wrote:
 Jon Dean wrote:
  A plea to all!
 
  Has anyone had any success with two or more avm fritz pci cards with either
  misdn, chan_misdn, or chan_capi, and any version of linux 2.6.x?
 
  I have managed to get misdn to load under 2.6.13 and detect two cards using
  misdn-capi and chan-capi (using capiinfo and capi info under asterisk) - but
  the second card/controller doesn't answer or dial calls.
 
  But if I try misdn without capi I get the following error
 
  mISDN: INTERNAL ERROR in drivers/isdn/hardware/mISDN/stack.c:596
 
 I have two Billions PCI cards and am using chan_misdn-0.1.1 and kernel
 2.6.11. I haven't yet been successful at using the second card,
 but it's still work in progress.
 
 However, I got the above error and resolved it by specifying the
 parameters for both cards when I loaded the relevant driver. In my case:
 
 modprobe hfcpci protocol=0x2,0x12 layermaster=0xf,0x3
 
 (the first card is in TE mode the second in NT mode)
 
 Hope this helps.
 John
 ___
 --Bandwidth and Colocation sponsored by Easynews.com --
 
 Asterisk-Users mailing list
 Asterisk-Users@lists.digium.com
 http://lists.digium.com/mailman/listinfo/asterisk-users
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
 


-- 
Konrads Smelkovs
Applied IT sorcery.
___
--Bandwidth and Colocation sponsored by Easynews.com --

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


Re: [Asterisk-Users] Fritz, mISDN, Help

2005-09-10 Thread John Fawcett
Konrads Smelkovs wrote:
 Isn't billion a HFC PCI card? see lspci output, if so, use bristuff
 from junghanns.net
 http://www.junghanns.net/en/download.html , i suggest CVS version
 
thanks, I hadn't thought of using bristuff.

I just followed the indications on the site where I got the Billion
card from which pointed me to chan_misdn. In reality I haven't
had too many problems with chan_misdn. Initially it gave me some
problems with an SMP kernel which does not seem to be supported, but
going back to the default kernel solved that.

The second card is working successfully with chan_misdn, using the
hfcpci module and with both cards in TE mode.

I actually want to use the second card in NT mode but I'm still
experimenting so far I've got the cross-over cable but I'll still
need to get the terminating resistances, and hopefully the power of my
DECT ISDN will be sufficient to power the S0 bus without having to get
an NT1 to do it.

John
___
--Bandwidth and Colocation sponsored by Easynews.com --

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


Re: [Asterisk-Users] Fritz, mISDN, Help

2005-09-10 Thread Tzafrir Cohen
On Sat, Sep 10, 2005 at 01:25:35PM +0300, Konrads Smelkovs wrote:
 Isn't billion a HFC PCI card? see lspci output, if so, use bristuff
 from junghanns.net
 http://www.junghanns.net/en/download.html , i suggest CVS version

Does the CVS version (made sometime on May) still build with current
HEAD?

-- 
Tzafrir Cohen | [EMAIL PROTECTED] | VIM is
http://tzafrir.org.il |   | a Mutt's  
[EMAIL PROTECTED] |   |  best
ICQ# 16849755 |   | friend
___
--Bandwidth and Colocation sponsored by Easynews.com --

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


[Asterisk-Users] Fritz, mISDN, Help

2005-09-09 Thread Jon Dean
A plea to all!

Has anyone had any success with two or more avm fritz pci cards with either 
misdn, chan_misdn, or chan_capi, and any version of linux 2.6.x?

I have managed to get misdn to load under 2.6.13 and detect two cards using 
misdn-capi and chan-capi (using capiinfo and capi info under asterisk) - but 
the second card/controller doesn't answer or dial calls.

But if I try misdn without capi I get the following error

mISDN: INTERNAL ERROR in drivers/isdn/hardware/mISDN/stack.c:596


Any help would be greatly appreciated.

Jon
___
--Bandwidth and Colocation sponsored by Easynews.com --

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