Asterisk 11.15,Centos 6.6 and TDM410P

Hi, I am network engineer, and I want to study Asterisk :smile:, I have one FXO module, and TDM400P, Can you help me to config them, I compile Asterisk, Dahdi and Libpri, Dahdi can find TDM400, but I do not know what to do next ??? I config SIP.conf, users can make calls in local, but I want config and calls to PSTN.

Any help ?

[quote]type=1305 audit(1420287244.007:3): audit_pid=992 old=0 auid=4294967295 ses=4294967295 res=1
dahdi: Version: 2.10.0.1
dahdi: Telephony Interface Registered on major 196
alloc irq_desc for 21 on node -1
alloc kstat_irqs on node -1
wctdm24xxp 0000:05:00.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21
wctdm24xxp 0000:05:00.0: Port 1: Installed – AUTO FXO (FCC mode)
wctdm24xxp 0000:05:00.0: Port 2: Not installed
wctdm24xxp 0000:05:00.0: Port 3: Not installed
wctdm24xxp 0000:05:00.0: Port 4: Not installed
wctdm24xxp 0000:05:00.0: Found a Wildcard TDM: Wildcard TDM410P (0 BRI spans, 1 analog channel)
dahdi_devices pci:0000:05:00.0: local span 1 is already assigned span 1
dahdi_echocan_mg2: Registered echo canceler 'MG2’
Invalid/unknown operating mode ‘SERBIA’ specified. Please choose one of:
[/quote]

[quote][root@legolas asterisk]# dahdi_hardware
pci:0000:05:00.0 wctdm24xxp+ d161:8005 Wildcard TDM410P
[root@legolas asterisk]#
[/quote]

For private tuition, use the Biz and Jobs forum. Alternatively go to asteriskdocs.org/

If this is a current, genuine, DIgium product, you should be able to get some support from Digium, the business. TDM4xx is not a current product. I have a feeling it is too old to be supported, but I’m not sure.

TDM4xx cards are analogue cards, so won’t use libpri.

But Asterisk found TDM410P, I think it is supported, but I do not know…

Any help ? If it is supported, what I must to do ?

I config my TDM410P, I can saw calls in Asterisk CLI, but I do not know how to config trunk from astersk through FXO, any help ?

Now, when I try to call my home number, I got some thing like this

my extension.conf file has, I do not know how to setup trunk through FXO port…pleae help :smile:

Missing “,”.

[quote=“zeenmc”]exten => s,1 Dial(SIP/2222)
exten => s,1,Answer()
[/quote]

You can’t have two priority 1’s for the same context and extension. Also, Answer is very much over-used. It can result in unnecessary call charges. A simply dialplan will contain Dial, and nothing else.

If you meant Answer to be priority 2, it is pointless as the call has already failed if you reach it.

I got call from outside, from Telco area :smile:. This is the first time when I work with Asterisk and any trunk/fxo, all my study was in Lab, and in Local, now, I planning to config Voicemail, and AA. I start to read Asterisk book. :smile: txn :smile: