Method | Description | |
---|---|---|
AddCustomer ( |
||
AddDialPlan ( |
||
AddSIPAccount ( |
||
AddSIPProvider ( |
||
CopyDialPlan ( string id ) : JSONResult |
||
DBDelete ( string key ) : JSONResult |
||
DBGetKeys ( ) : JSONResult
|
||
DBRead ( string key ) : JSONResult |
||
DBWrite ( string key, string value ) : JSONResult |
||
DeleteDialPlan ( string id ) : JSONResult |
||
DeleteSIPAccount ( string id ) : JSONResult |
Attempts to delete a SIP account that matches the specified ID.
|
|
DeleteSIPProvider ( string id ) : JSONResult |
Attempts to delete a SIP provider that matches the specified ID.
|
|
GetCDRs ( string where, int offset, int count ) : JSONResult
|
||
GetCDRsCount ( string where ) : JSONResult |
||
GetCalls ( string where, int offset, int count ) : JSONResult
|
||
GetCallsCount ( string where ) : JSONResult |
||
GetDialPlans ( string where, int offset, int count ) : JSONResult
|
||
GetDialPlansCount ( string where ) : JSONResult |
||
GetSIPAccountBindings ( string where, int offset, int count ) : JSONResult
|
||
GetSIPAccountBindingsCount ( string where ) : JSONResult |
||
GetSIPAccounts ( string where, int offset, int count ) : JSONResult
|
||
GetSIPAccountsCount ( string where ) : JSONResult |
Retrieves a count of the user's matching SIP accounts.
|
|
GetSIPDomains ( string where, int offset, int count ) : List |
||
GetSIPProviderBindings ( string where, int offset, int count ) : JSONResult
|
||
GetSIPProviderBindingsCount ( string where ) : JSONResult |
||
GetSIPProviders ( string where, int offset, int count ) : JSONResult
|
||
GetSIPProvidersCount ( string where ) : JSONResult |
Retrieves a count of the user's matching SIP providers.
|
|
IsAlive ( ) : bool | ||
SetCustomerServiceLevel ( string username, string serviceLevel, string renewalDate ) : JSONResult |
||
SetReadOnly ( string username ) : JSONResult |
||
UpdateDialPlan ( |
||
UpdateSIPAccount ( |
||
UpdateSIPProvider ( SIPProviderJSON sipProvider ) : JSONResult |
Method | Description | |
---|---|---|
AuthoriseRequest ( ) : |
public AddCustomer ( |
||
customer | ||
return | JSONResult |
public AddDialPlan ( |
||
sipDialPlan | ||
return | JSONResult |
public AddSIPAccount ( |
||
sipAccount | ||
return | JSONResult |
public AddSIPProvider ( |
||
sipProvider | ||
return | JSONResult |
public CopyDialPlan ( string id ) : JSONResult |
||
id | string | |
return | JSONResult |
public DBWrite ( string key, string value ) : JSONResult |
||
key | string | |
value | string | |
return | JSONResult |
public DeleteDialPlan ( string id ) : JSONResult |
||
id | string | |
return | JSONResult |
public DeleteSIPAccount ( string id ) : JSONResult |
||
id | string | |
return | JSONResult |
public DeleteSIPProvider ( string id ) : JSONResult |
||
id | string | |
return | JSONResult |
public GetCDRs ( string where, int offset, int count ) : JSONResult
|
||
where | string | |
offset | int | |
count | int | |
return | JSONResult
|
public GetCDRsCount ( string where ) : JSONResult |
||
where | string | |
return | JSONResult |
public GetCalls ( string where, int offset, int count ) : JSONResult
|
||
where | string | |
offset | int | |
count | int | |
return | JSONResult
|
public GetCallsCount ( string where ) : JSONResult |
||
where | string | |
return | JSONResult |
public GetDialPlans ( string where, int offset, int count ) : JSONResult
|
||
where | string | |
offset | int | |
count | int | |
return | JSONResult
|
public GetDialPlansCount ( string where ) : JSONResult |
||
where | string | |
return | JSONResult |
public GetSIPAccountBindings ( string where, int offset, int count ) : JSONResult
|
||
where | string | |
offset | int | |
count | int | |
return | JSONResult
|
public GetSIPAccountBindingsCount ( string where ) : JSONResult |
||
where | string | |
return | JSONResult |
public GetSIPAccounts ( string where, int offset, int count ) : JSONResult
|
||
where | string | |
offset | int | |
count | int | |
return | JSONResult
|
public GetSIPAccountsCount ( string where ) : JSONResult |
||
where | string | An optional dynamic LINQ where clause to apply when doing the count. |
return | JSONResult |
public GetSIPDomains ( string where, int offset, int count ) : List |
||
where | string | |
offset | int | |
count | int | |
return | List |
public GetSIPProviderBindings ( string where, int offset, int count ) : JSONResult
|
||
where | string | |
offset | int | |
count | int | |
return | JSONResult
|
public GetSIPProviderBindingsCount ( string where ) : JSONResult |
||
where | string | |
return | JSONResult |
public GetSIPProviders ( string where, int offset, int count ) : JSONResult
|
||
where | string | |
offset | int | |
count | int | |
return | JSONResult
|
public GetSIPProvidersCount ( string where ) : JSONResult |
||
where | string | An optional dynamic LINQ where clause to apply when doing the count. |
return | JSONResult |
public SetCustomerServiceLevel ( string username, string serviceLevel, string renewalDate ) : JSONResult |
||
username | string | |
serviceLevel | string | |
renewalDate | string | |
return | JSONResult |
public SetReadOnly ( string username ) : JSONResult |
||
username | string | |
return | JSONResult |
public UpdateDialPlan ( |
||
sipDialPlan | ||
return | JSONResult |
public UpdateSIPAccount ( |
||
sipAccount | ||
return | JSONResult |
public UpdateSIPProvider ( SIPProviderJSON sipProvider ) : JSONResult |
||
sipProvider | SIPProviderJSON | |
return | JSONResult |