3cx Tapi Server

This commit is contained in:
2026-03-18 11:27:11 +01:00
parent 7a99b1ab55
commit fe8fcdf45b
12 changed files with 363 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
namespace CPATapi.Server.Models
{
public class TapiContact
{
public string TD_ID { get; set; }
public string TD_NAME { get; set; }
public string TD_NUMBER { get; set; }
public string TD_NUMBER_TAPI { get; set; }
public string TD_MEDIUM { get; set; }
}
}