ISDN outgoing calls

Hi

I’m quite new of Asterisk and i have a question for you :smiley:

I think I’ve correctly installed an isdn-bri card (the Atlantis mistral PCI) on my asterisk server, and i’ve configure it with the tutorial on asterisk-guru.

The steps I followed are :

  • Kernel recompiling with ISDN module
  • mISDN modules compiling
  • recompiling of Asterisk, Zaptel, Libpri, Asteisk-gui

The cards seems to be installed properly… now how i can make a call using the isdn card?

Thanks!

Check the FAQ section here: voip-info.org/wiki/view/chan_misdn.

Regards.

try http://misdn.org/index.php/Main_Page
links: mISDN with Asterisk and configuring mISDN
(mISDN scan then mISDN config)

Hi all, thanks for your help.
I correctly installed the card but i can’t find any simple configuration about asterisk. I would like someone who can show me what he addes in his extensions.conf and misdn.conf in /etc/asterisk and in misdn-init.conf in /etc/.
I have a Mistral ISDN card with just 1 port where i want to insert the ISDN line to interface Asterisk with it.
That’s what i added:

misdn-init.conf

nt_ptp=1

misdn.conf

[nt_port1]
ports=1
context=nt_port1
msns=*

extensions.conf

[nt_port1]
exten => _9.,1,Dial(mISDN/1/www${EXTEN:1})
exten => _9.,2,Congestion

It, obviously, doesn’t work… can someone help me?
Thank you!