hello to all
excuz for my bad english, i am french.
i have a very strange problem. my tdm400p used to work fine and now i reinstall the system and then problem occurs
here is the problem
no outgoing or incoming calls .
when we call(incoming) the system, my telco tells that :“your correspondand is unreachable” and in my asterisk cli nothing happen. any output. NADA!!!
when i try to make call(outgoing), asterisk answer the call but the call is not passed to the phone i call. and in my eyebeam i hear back everything i say.
every thing is ok in configs call and card also seems to be ok
so if someone can help me. i really need it to work . thanks
here the output and commands results
- card is detected by the system
dahdi_hardware output : pci:0000:05:04.0 wctdm+ e159:0001 Wildcard TDM400P REV I - card seems ok also
dahdi_show_status output : Wildcard TDM400P REV I Board 5 OK 0 0 0 CAS Unk YEL 0 db (CSU)/0-133 feet (DSX-1)
-dahdi sees also channels
dahdi show channels output :
Chan Extension Context Language MOH Interpret Blocked State
pseudo default default In Service
2 from-pstn en default In Service
3 from-pstn en default In Service
4 from-pstn en default In Service
-outgoing call output :
– Executing [475445214@default:1] Ringing(“SIP/3201-00000001”, “”) in new stack
– Executing [475445214@default:2] Dial(“SIP/3201-00000001”, “DAHDI/2/475445214”) in new stack
– Called 2/475445214
– DAHDI/2-1 answered SIP/3201-00000001
extensions.conf
-config for outgoing calls :
exten => _X.,1,Ringing
exten => _X.,2,Dial(DAHDI/2/${EXTEN})
exten => _X.,3,Hangup
-config for incoming calls
exten => s,1,Answer
exten => s,2,Dial(SIP/3201)
exten => s,3,Hangup