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?
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?