Function create_sip_domain

Source
pub async fn create_sip_domain(
    configuration: &Configuration,
    account_sid: &str,
    domain_name: &str,
    friendly_name: Option<&str>,
    voice_url: Option<&str>,
    voice_method: Option<&str>,
    voice_fallback_url: Option<&str>,
    voice_fallback_method: Option<&str>,
    voice_status_callback_url: Option<&str>,
    voice_status_callback_method: Option<&str>,
    sip_registration: Option<bool>,
    emergency_calling_enabled: Option<bool>,
    secure: Option<bool>,
    byoc_trunk_sid: Option<&str>,
    emergency_caller_sid: Option<&str>,
) -> Result<ApiPeriodV2010PeriodAccountPeriodSipPeriodSipDomain, Error<CreateSipDomainError>>
Expand description

Create a new Domain