COM <h2>Test Script for AT^SCNI command
COM <h2>ver 0.01
StationNumber = '+492842955166'
MobileNumber = '+491787700810'


COM AT^SCNI Test Command
AT^SCNI=?
WAITFOR OK

#Dial to stationery call and check status
ATD StationNumber;
WAITFOR OK
MESSAGE('Please accept call on Stationary Phone!')

AT^SCNI
WAITFOR (1, "1,1,",StationNumber,",145")

ATD MobileNumber;
WAITFOR OK
MESSAGE('Please accept hold on Mobile Phone!')


AT