Article 5R4PW Asterisk: please help newbie for a simple dialplan

Asterisk: please help newbie for a simple dialplan

by
camerabambai
from LinuxQuestions.org on (#5R4PW)
I have a isdn b410p card. I want to setup a simple PBX(2 phones) one phone is a softphone on windows(rvs-lite software) not SIP but ISDN using a usb hamlet TA.
Another one is a isdn real phone, one is connected to port 2, another to port 4 of my card, all ports are NT.
The hardware is working(green lights, no error reported, etc), this is the situation

if I call from asterisk console to soft-phone is ringing OK
if I call from asterisk console to real-phone is ringing OK

If i call from the soft-phone is mute, is like not connected to the pbx
if i call from the real phone fail every number, this is my dialplan

Code:[from-dahdi]
exten => 0948121212,1,Dial(DAHDI/g14/${EXTEN})
exten => 0948121212,2,Hangup()
exten => 1796522,1,Dial(DAHDI/g12/${EXTEN})
exten => 1796522,2,Hangup()

exten => s,1,Wait(10)
exten => s,2,Answer
exten => s,3,Dial
exten => s,4,Hangup()What I miss?latest?d=yIl2AUoC8zA latest?i=O2VzL7o9Vf8:1uWTJxNt4bM:F7zBnMy latest?i=O2VzL7o9Vf8:1uWTJxNt4bM:V_sGLiP latest?d=qj6IDK7rITs latest?i=O2VzL7o9Vf8:1uWTJxNt4bM:gIN9vFwO2VzL7o9Vf8
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments