basically i m making a phone dialer, whose work is to dial a phone number using pabx in .net. i hv made it and its working properly when i dial a number in local network. but when i dial a number through pabx(using prefix #1) nothing is happened.i also provide my code following. plz help me to solve this problem.
Imports
Public
Dial(TextBox1.Text)
DialString =
MSComm1.CommPort = 1
MSComm1.Settings =
MSComm1.PortOpen =
MsgBox(
MSComm1.InBufferCount = 0
MSComm1.Output = DialString
FromModem = FromModem + MSComm1.Input
Beep()
CancelFlag =
MSComm1.Output =
End