Beispiel #1
0
 internal PlayAndGetDtmfAction(string fileUrl, string url, int maxLength, int timeout, string terminationKey)
 {
     properties                = new PlayAndGetDtmfActionProperties();
     properties.fileUrl        = fileUrl;
     properties.url            = url;
     properties.maxLength      = maxLength;
     properties.terminationKey = terminationKey;
     properties.timeout        = timeout;
 }
 internal PlayAndGetDtmfAction(string fileUrl, string url, int maxLength, int timeout, string terminationKey)
 {
     properties = new PlayAndGetDtmfActionProperties();
     properties.fileUrl = fileUrl;
     properties.url = url;
     properties.maxLength = maxLength;
     properties.terminationKey = terminationKey;
     properties.timeout = timeout;
 }