[asterisk-users] simple outbound call from asterisk to T1 card
ADAK, INDRANIL (ATTSI)
ia544h at att.com
Thu Jul 7 07:57:55 CDT 2011
Hello,
I have a T1 card installed and is connected to PBX. I want to make
outbound call to check if asterisk and t1 is working or not. The dhadi
drivers are installed and the pri port is showing up and active. But
calls are not going through. Can somebodu pdvise how to go about it ? I
am sending you the call files and extensions.conf file details.
Made a call file and
channel: DAHDI/g0/9042021237 at testing-context
MaxRetries: 1
RetryTime: 20
WaitTime: 20
Application: playback
Data: demo-congrats
*****I also added the following to the extensions.conf file
[globals]
TRUNK_1=DAHDI/g0
[testing-context]
exten => _904XXXXXXX, 1, Dial(${TRUNK_1}/634,,D(86w904XXXXXXX))
same => 2, playback(demo-congrats)
same => 3, hangup()
***** I ALSO GET SAME WITH
[globals]
TRUNK_1=DAHDI/g0
[testing-context]
exten = s,1,Verbose(5,Dialing)
same = n,Dial(DAHDI/g0/634,,D(86w9042021237))
Thanks
Indranil
More information about the asterisk-users
mailing list