Méthode | Description | |
---|---|---|
AddDialPlan ( |
||
AddSIPAccount ( |
||
AddSIPAccount ( string username, string password, string domain, string avatarURL ) : string | ||
AddSIPProvider ( |
||
AreNewAccountsEnabled ( ) : bool | ||
CreateCustomer ( |
||
DeleteCustomer ( string customerUsername ) : void | ||
DeleteDialPlan ( SIPDialPlan dialPlan ) : SIPDialPlan | ||
DeleteSIPAccount ( SIPAccount sipAccount ) : SIPAccount | ||
DeleteSIPProvider ( SIPProvider sipProvider ) : SIPProvider | ||
ExtendSession ( int minutes ) : void | ||
GetCDRs ( string whereExpression, int offset, int count ) : List |
||
GetCDRsCount ( string whereExpression ) : int | ||
GetCalls ( string whereExpression, int offset, int count ) : List |
||
GetCallsCount ( string whereExpression ) : int | ||
GetCustomer ( string username ) : Customer | ||
GetDialPlans ( string whereExpression, int offset, int count ) : List |
||
GetDialPlansCount ( string whereExpression ) : int | ||
GetSIPAccounts ( string whereExpression, int offset, int count ) : List |
||
GetSIPAccountsCount ( string whereExpression ) : int | ||
GetSIPDomains ( string filterExpression, int offset, int count ) : List |
||
GetSIPProviderBindings ( string whereExpression, int offset, int count ) : List |
||
GetSIPProviderBindingsCount ( string whereExpression ) : int | ||
GetSIPProviders ( string whereExpression, int offset, int count ) : List |
||
GetSIPProvidersCount ( string whereExpression ) : int | ||
GetSIPRegistrarBindings ( string whereExpression, int offset, int count ) : List |
||
GetSIPRegistrarBindingsCount ( string whereExpression ) : int | ||
GetTimeZoneOffsetMinutes ( ) : int | ||
IsAlive ( ) : bool | ||
Login ( string username, string password ) : string | ||
Logout ( ) : void | ||
SIPProvisioningWebService ( ) : System | ||
SIPProvisioningWebService ( SIPAssetPersistor |
||
TestException ( ) : void | ||
UpdateCustomer ( Customer updatedCustomer ) : void | ||
UpdateCustomerPassword ( string username, string oldPassword, string newPassword ) : void | ||
UpdateDialPlan ( SIPDialPlan dialPlan ) : SIPDialPlan | ||
UpdateSIPAccount ( SIPAccount sipAccount ) : SIPAccount | ||
UpdateSIPProvider ( SIPProvider sipProvider ) : SIPProvider |
Méthode | Description | |
---|---|---|
GetAuthorisedWhereExpression ( Customer customer, string whereExpression ) : string |
public AddDialPlan ( |
||
dialPlan | ||
Résultat |
public AddSIPAccount ( |
||
sipAccount | ||
Résultat |
public AddSIPAccount ( string username, string password, string domain, string avatarURL ) : string | ||
username | string | |
password | string | |
domain | string | |
avatarURL | string | |
Résultat | string |
public AddSIPProvider ( |
||
sipProvider | ||
Résultat |
public CreateCustomer ( |
||
customer | ||
Résultat | void |
public DeleteCustomer ( string customerUsername ) : void | ||
customerUsername | string | |
Résultat | void |
public DeleteDialPlan ( SIPDialPlan dialPlan ) : SIPDialPlan | ||
dialPlan | SIPDialPlan | |
Résultat | SIPDialPlan |
public DeleteSIPAccount ( SIPAccount sipAccount ) : SIPAccount | ||
sipAccount | SIPAccount | |
Résultat | SIPAccount |
public DeleteSIPProvider ( SIPProvider sipProvider ) : SIPProvider | ||
sipProvider | SIPProvider | |
Résultat | SIPProvider |
public ExtendSession ( int minutes ) : void | ||
minutes | int | |
Résultat | void |
public GetCDRs ( string whereExpression, int offset, int count ) : List |
||
whereExpression | string | |
offset | int | |
count | int | |
Résultat | List |
public GetCDRsCount ( string whereExpression ) : int | ||
whereExpression | string | |
Résultat | int |
public GetCalls ( string whereExpression, int offset, int count ) : List |
||
whereExpression | string | |
offset | int | |
count | int | |
Résultat | List |
public GetCallsCount ( string whereExpression ) : int | ||
whereExpression | string | |
Résultat | int |
public GetCustomer ( string username ) : Customer | ||
username | string | |
Résultat | Customer |
public GetDialPlans ( string whereExpression, int offset, int count ) : List |
||
whereExpression | string | |
offset | int | |
count | int | |
Résultat | List |
public GetDialPlansCount ( string whereExpression ) : int | ||
whereExpression | string | |
Résultat | int |
public GetSIPAccounts ( string whereExpression, int offset, int count ) : List |
||
whereExpression | string | |
offset | int | |
count | int | |
Résultat | List |
public GetSIPAccountsCount ( string whereExpression ) : int | ||
whereExpression | string | |
Résultat | int |
public GetSIPDomains ( string filterExpression, int offset, int count ) : List |
||
filterExpression | string | |
offset | int | |
count | int | |
Résultat | List |
public GetSIPProviderBindings ( string whereExpression, int offset, int count ) : List |
||
whereExpression | string | |
offset | int | |
count | int | |
Résultat | List |
public GetSIPProviderBindingsCount ( string whereExpression ) : int | ||
whereExpression | string | |
Résultat | int |
public GetSIPProviders ( string whereExpression, int offset, int count ) : List |
||
whereExpression | string | |
offset | int | |
count | int | |
Résultat | List |
public GetSIPProvidersCount ( string whereExpression ) : int | ||
whereExpression | string | |
Résultat | int |
public GetSIPRegistrarBindings ( string whereExpression, int offset, int count ) : List |
||
whereExpression | string | |
offset | int | |
count | int | |
Résultat | List |
public GetSIPRegistrarBindingsCount ( string whereExpression ) : int | ||
whereExpression | string | |
Résultat | int |
public Login ( string username, string password ) : string | ||
username | string | |
password | string | |
Résultat | string |
public SIPProvisioningWebService ( ) : System | ||
Résultat | System |
public SIPProvisioningWebService ( SIPAssetPersistor |
||
sipAccountPersistor | SIPAssetPersistor |
|
sipDialPlanPersistor | SIPAssetPersistor |
|
sipProviderPersistor | SIPAssetPersistor |
|
sipProviderBindingsPersistor | SIPAssetPersistor |
|
sipRegistrarBindingsPersistor | SIPAssetPersistor |
|
sipDialoguePersistor | SIPAssetPersistor |
|
sipCDRPersistor | SIPAssetPersistor |
|
crmSessionManager | CustomerSessionManager | |
sipDomainManager | SIPDomainManager | |
log | SIPMonitorLogDelegate | |
newCustomersAllowedLimit | int | |
inviteCodeRequired | bool | |
Résultat | System |
public UpdateCustomer ( Customer updatedCustomer ) : void | ||
updatedCustomer | Customer | |
Résultat | void |
public UpdateCustomerPassword ( string username, string oldPassword, string newPassword ) : void | ||
username | string | |
oldPassword | string | |
newPassword | string | |
Résultat | void |
public UpdateDialPlan ( SIPDialPlan dialPlan ) : SIPDialPlan | ||
dialPlan | SIPDialPlan | |
Résultat | SIPDialPlan |
public UpdateSIPAccount ( SIPAccount sipAccount ) : SIPAccount | ||
sipAccount | SIPAccount | |
Résultat | SIPAccount |
public UpdateSIPProvider ( SIPProvider sipProvider ) : SIPProvider | ||
sipProvider | SIPProvider | |
Résultat | SIPProvider |