예제 #1
0
 internal DialAction(string numbers, string callerId, string url, bool record, params CustomParam[] customParams)
 {
     properties          = new DialProperties();
     properties.numbers  = numbers;
     properties.callerId = callerId;
     url               = Utils.AddCustomParamsToUrl(url, customParams);
     properties.url    = url;
     properties.record = record;
 }
예제 #2
0
 internal DialAction(string numbers, string callerId, string url, bool record, params CustomParam[] customParams)
 {
     properties = new DialProperties();
     properties.numbers = numbers;
     properties.callerId = callerId;
     url = Utils.AddCustomParamsToUrl(url, customParams);
     properties.url = url;
     properties.record = record;
 }