Hi all,
I have recently acquired an x100p SE FXO card, I know their not the best but I wanted to try out Asterisk with a landline with a cheap card before I bought an expensive card.
My trouble is, I believe I have got the card installed on my system. Ubuntu 12.04 LTS Server with Command Line and Asterisk 1.8.10.1 with Dahdi 2.4.1
I have set up 2 extensions (200 and 201) Both can make and receive calls to each other. However when I try and call an outside line I get the following error:
[Aug 19 22:11:31] NOTICE[1233]: chan_sip.c:22622 handle_request_invite: Call from '200' (192.168.0.10:12046) to extension '07402759842' rejected because extension not found in context 'house-phones'.
I understand you will probably need more code to try and find out what my issue is, I will happily paste it here. This is my first time with Asterisk so I don’t know much about how to set these configs up apart from following some tutorials. And if it helps with the config files, I like in the UK.
Also I performed the lspci command and received this:
00:00.0 Host bridge: Intel Corporation N10 Family DMI Bridge
00:02.0 VGA compatible controller: Intel Corporation N10 Family Integrated Graph ics Controller
00:1b.0 Audio device: Intel Corporation N10/ICH 7 Family High Definition Audio C ontroller (rev 01)
00:1c.0 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 1 (rev 0 1)
00:1c.1 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 2 (rev 0 1)
00:1c.2 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 3 (rev 0 1)
00:1c.3 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 4 (rev 0 1)
00:1d.0 USB controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller # 1 (rev 01)
00:1d.1 USB controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller # 2 (rev 01)
00:1d.2 USB controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller # 3 (rev 01)
00:1d.3 USB controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller # 4 (rev 01)
00:1d.7 USB controller: Intel Corporation N10/ICH 7 Family USB2 EHCI Controller (rev 01)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e1)
00:1f.0 ISA bridge: Intel Corporation NM10 Family LPC Controller (rev 01)
00:1f.2 IDE interface: Intel Corporation N10/ICH7 Family SATA Controller [IDE mo de] (rev 01)
00:1f.3 SMBus: Intel Corporation N10/ICH 7 Family SMBus Controller (rev 01)
01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E P CI Express Fast Ethernet controller (rev 02)
05:00.0 Communication controller: Motorola Wildcard X100P
Thanks,
Ryan