Exemple #1
0
        public string Path(bool withParameter = true)
        {
            if (withParameter && recordingId != null)
            {
                return($"{parent.Path()}/recordings/{recordingId}");
            }

            return($"{parent.Path()}/recordings");
        }
 public string Path()
 {
     return($"{parent.Path()}/bridge");
 }
 public string Path()
 {
     return($"{parent.Path()}/hold");
 }
 public string Path()
 {
     return $"{parent.Path()}/unhold";
 }
Exemple #5
0
 public string Path()
 {
     return($"{parent.Path()}/reply");
 }
Exemple #6
0
 public string Path()
 {
     return($"{parent.Path()}/forward");
 }
 public string Path()
 {
     return($"{parent.Path()}/park");
 }
Exemple #8
0
 public string Path()
 {
     return($"{parent.Path()}/pickup");
 }
Exemple #9
0
 public string Path()
 {
     return($"{parent.Path()}/transfer");
 }
Exemple #10
0
 public string Path()
 {
     return($"{parent.Path()}/answer");
 }
 public string Path()
 {
     return($"{parent.Path()}/supervise");
 }
Exemple #12
0
 public string Path()
 {
     return($"{parent.Path()}/flip");
 }
 public string Path()
 {
     return($"{parent.Path()}/ignore");
 }
Exemple #14
0
 public string Path()
 {
     return($"{parent.Path()}/reject");
 }