Microsip Api _best_ Now
DDE_Execute(dde, "DIAL 5551234") DDE_Terminate(dde)
ANSWER 3.4 TRANSFER Performs a blind transfer of the active call to another party. microsip api
using NDde.Client; var client = new DdeClient("MicroSIP", "Command"); client.Connect(); client.Execute("DIAL 500", 60000); client.Disconnect(); If you don't need an already running instance, you can launch MicroSIP directly with a call command: var client = new DdeClient("MicroSIP"


