Méthode | Description | |
---|---|---|
DialPlanCRMFacade ( SIPMonitorLogDelegate logDelegate, |
||
LookupHighriseContact ( string url, string authToken, |
Attempts to retrieve the CRM Account details for a dial plan. Looks up a person contact in the 37 Signals Highrise application.
|
Méthode | Description | |
---|---|---|
AddHighriseCallNote ( string url, string authToken, |
||
DoLookup ( string url, string authToken, |
Looks up a person contact in the 37 Signals Highrise application.
|
public DialPlanCRMFacade ( SIPMonitorLogDelegate logDelegate, |
||
logDelegate | SIPMonitorLogDelegate | |
context | ||
Résultat | System |
public LookupHighriseContact ( string url, string authToken, |
||
url | string | The URL of the Highrise account to attempt the lookup on. |
authToken | string | The auth token for the Highrise account to attempt the lookup with. |
from | The SIP from header of the incoming call to attempt to match on. | |
addCallNote | bool | If true it indicates a Highrise note should be created if a matching contact is found. |
async | bool | |
Résultat |