|
| LinphoneAccountCreator * | linphone_account_creator_new (LinphoneCore *core, const char *xmlrpc_url) |
| | Create a LinphoneAccountCreator and set Linphone Request callbacks. More...
|
| |
| void | linphone_account_creator_reset (LinphoneAccountCreator *creator) |
| | Reset the account creator entries like username, password, phone number... More...
|
| |
| LinphoneAccountCreatorStatus | linphone_account_creator_is_account_exist (LinphoneAccountCreator *creator) |
| | Send a request to know the existence of account on server. More...
|
| |
| LinphoneAccountCreatorStatus | linphone_account_creator_create_account (LinphoneAccountCreator *creator) |
| | Send a request to create an account on server. More...
|
| |
| LinphoneAccountCreatorStatus | linphone_account_creator_is_account_activated (LinphoneAccountCreator *creator) |
| | Send a request to know if an account is activated on server. More...
|
| |
| LinphoneAccountCreatorStatus | linphone_account_creator_activate_account (LinphoneAccountCreator *creator) |
| | Send a request to activate an account on server. More...
|
| |
| LinphoneAccountCreatorStatus | linphone_account_creator_link_account (LinphoneAccountCreator *creator) |
| | Send a request to link an account to an alias. More...
|
| |
| LinphoneAccountCreatorStatus | linphone_account_creator_activate_alias (LinphoneAccountCreator *creator) |
| | Send a request to activate an alias. More...
|
| |
| LinphoneAccountCreatorStatus | linphone_account_creator_is_alias_used (LinphoneAccountCreator *creator) |
| | Send a request to know if an alias is used. More...
|
| |
| LinphoneAccountCreatorStatus | linphone_account_creator_is_account_linked (LinphoneAccountCreator *creator) |
| | Send a request to know if an account is linked. More...
|
| |
| LinphoneAccountCreatorStatus | linphone_account_creator_recover_account (LinphoneAccountCreator *creator) |
| | Send a request to recover an account. More...
|
| |
| LinphoneAccountCreatorStatus | linphone_account_creator_update_account (LinphoneAccountCreator *creator) |
| | Send a request to update an account. More...
|
| |
| LinphoneAccountCreator * | linphone_account_creator_ref (LinphoneAccountCreator *creator) |
| | Acquire a reference to the LinphoneAccountCreator. More...
|
| |
| void | linphone_account_creator_unref (LinphoneAccountCreator *creator) |
| | Release reference to the LinphoneAccountCreator. More...
|
| |
| void * | linphone_account_creator_get_user_data (const LinphoneAccountCreator *creator) |
| | Retrieve the user pointer associated with the LinphoneAccountCreator. More...
|
| |
| void | linphone_account_creator_set_user_data (LinphoneAccountCreator *creator, void *ud) |
| | Assign a user pointer to the LinphoneAccountCreator. More...
|
| |
| LinphoneAccountCreatorUsernameStatus | linphone_account_creator_set_username (LinphoneAccountCreator *creator, const char *username) |
| | Set the username. More...
|
| |
| const char * | linphone_account_creator_get_username (const LinphoneAccountCreator *creator) |
| | Get the username. More...
|
| |
| LinphoneAccountCreatorPhoneNumberStatusMask | linphone_account_creator_set_phone_number (LinphoneAccountCreator *creator, const char *phone_number, const char *country_code) |
| | Set the phone number normalized. More...
|
| |
| const char * | linphone_account_creator_get_phone_number (const LinphoneAccountCreator *creator) |
| | Get the RFC 3966 normalized phone number. More...
|
| |
| LinphoneAccountCreatorPasswordStatus | linphone_account_creator_set_password (LinphoneAccountCreator *creator, const char *password) |
| | Set the password. More...
|
| |
| const char * | linphone_account_creator_get_password (const LinphoneAccountCreator *creator) |
| | Get the password. More...
|
| |
| LinphoneAccountCreatorPasswordStatus | linphone_account_creator_set_ha1 (LinphoneAccountCreator *creator, const char *ha1) |
| | Set the ha1. More...
|
| |
| const char * | linphone_account_creator_get_ha1 (const LinphoneAccountCreator *creator) |
| | Get the ha1. More...
|
| |
| LinphoneAccountCreatorActivationCodeStatus | linphone_account_creator_set_activation_code (LinphoneAccountCreator *creator, const char *activation_code) |
| | Set the activation code. More...
|
| |
| const char * | linphone_account_creator_get_activation_code (const LinphoneAccountCreator *creator) |
| | Get the activation code. More...
|
| |
| LinphoneAccountCreatorLanguageStatus | linphone_account_creator_set_language (LinphoneAccountCreator *creator, const char *lang) |
| | Set the language to use in email or SMS if supported. More...
|
| |
| const char * | linphone_account_creator_get_language (const LinphoneAccountCreator *creator) |
| | Get the language use in email of SMS. More...
|
| |
| LinphoneAccountCreatorUsernameStatus | linphone_account_creator_set_display_name (LinphoneAccountCreator *creator, const char *display_name) |
| | Set the display name. More...
|
| |
| const char * | linphone_account_creator_get_display_name (const LinphoneAccountCreator *creator) |
| | Get the display name. More...
|
| |
| LinphoneAccountCreatorEmailStatus | linphone_account_creator_set_email (LinphoneAccountCreator *creator, const char *email) |
| | Set the email. More...
|
| |
| const char * | linphone_account_creator_get_email (const LinphoneAccountCreator *creator) |
| | Get the email. More...
|
| |
| LinphoneAccountCreatorDomainStatus | linphone_account_creator_set_domain (LinphoneAccountCreator *creator, const char *domain) |
| | Set the domain. More...
|
| |
| const char * | linphone_account_creator_get_domain (const LinphoneAccountCreator *creator) |
| | Get the domain. More...
|
| |
| LinphoneAccountCreatorTransportStatus | linphone_account_creator_set_transport (LinphoneAccountCreator *creator, LinphoneTransportType transport) |
| | Set Transport. More...
|
| |
| LinphoneTransportType | linphone_account_creator_get_transport (const LinphoneAccountCreator *creator) |
| | get Transport More...
|
| |
| LINPHONE_DEPRECATED LinphoneAccountCreatorStatus | linphone_account_creator_set_route (LinphoneAccountCreator *creator, const char *route) |
| | Set the route. More...
|
| |
| LINPHONE_DEPRECATED const char * | linphone_account_creator_get_route (const LinphoneAccountCreator *creator) |
| | Get the route. More...
|
| |
| LinphoneAccountCreatorCbs * | linphone_account_creator_get_callbacks (const LinphoneAccountCreator *creator) |
| | Get the LinphoneAccountCreatorCbs object associated with a LinphoneAccountCreator. More...
|
| |
| LinphoneAccountCreatorService * | linphone_account_creator_get_service (const LinphoneAccountCreator *creator) |
| | Get the LinphoneAccountCreatorService object associated with a LinphoneAccountCreator. More...
|
| |
| LinphoneAccountCreatorCbs * | linphone_account_creator_cbs_ref (LinphoneAccountCreatorCbs *cbs) |
| | Acquire a reference to a LinphoneAccountCreatorCbs object. More...
|
| |
| void | linphone_account_creator_cbs_unref (LinphoneAccountCreatorCbs *cbs) |
| | Release a reference to a LinphoneAccountCreatorCbs object. More...
|
| |
| void * | linphone_account_creator_cbs_get_user_data (const LinphoneAccountCreatorCbs *cbs) |
| | Retrieve the user pointer associated with a LinphoneAccountCreatorCbs object. More...
|
| |
| void | linphone_account_creator_cbs_set_user_data (LinphoneAccountCreatorCbs *cbs, void *ud) |
| | Assign a user pointer to a LinphoneAccountCreatorCbs object. More...
|
| |
| LinphoneAccountCreatorCbsStatusCb | linphone_account_creator_cbs_get_create_account (const LinphoneAccountCreatorCbs *cbs) |
| | Get the create account request. More...
|
| |
| void | linphone_account_creator_cbs_set_create_account (LinphoneAccountCreatorCbs *cbs, LinphoneAccountCreatorCbsStatusCb cb) |
| | Assign a user pointer to a LinphoneAccountCreatorCbs object. More...
|
| |
| LinphoneAccountCreatorCbsStatusCb | linphone_account_creator_cbs_get_is_account_exist (const LinphoneAccountCreatorCbs *cbs) |
| | Get the is account exist request. More...
|
| |
| void | linphone_account_creator_cbs_set_is_account_exist (LinphoneAccountCreatorCbs *cbs, LinphoneAccountCreatorCbsStatusCb cb) |
| | Assign a user pointer to a LinphoneAccountCreatorCbs object. More...
|
| |
| LinphoneAccountCreatorCbsStatusCb | linphone_account_creator_cbs_get_activate_account (const LinphoneAccountCreatorCbs *cbs) |
| | Get the activate account request. More...
|
| |
| void | linphone_account_creator_cbs_set_activate_account (LinphoneAccountCreatorCbs *cbs, LinphoneAccountCreatorCbsStatusCb cb) |
| | Assign a user pointer to a LinphoneAccountCreatorCbs object. More...
|
| |
| LinphoneAccountCreatorCbsStatusCb | linphone_account_creator_cbs_get_is_account_activated (const LinphoneAccountCreatorCbs *cbs) |
| | Get the is account activated request. More...
|
| |
| void | linphone_account_creator_cbs_set_is_account_activated (LinphoneAccountCreatorCbs *cbs, LinphoneAccountCreatorCbsStatusCb cb) |
| | Assign a user pointer to a LinphoneAccountCreatorCbs object. More...
|
| |
| LinphoneAccountCreatorCbsStatusCb | linphone_account_creator_cbs_get_link_account (const LinphoneAccountCreatorCbs *cbs) |
| | Get the link account request. More...
|
| |
| void | linphone_account_creator_cbs_set_link_account (LinphoneAccountCreatorCbs *cbs, LinphoneAccountCreatorCbsStatusCb cb) |
| | Assign a user pointer to a LinphoneAccountCreatorCbs object. More...
|
| |
| LinphoneAccountCreatorCbsStatusCb | linphone_account_creator_cbs_get_activate_alias (const LinphoneAccountCreatorCbs *cbs) |
| | Get the activate alias request. More...
|
| |
| void | linphone_account_creator_cbs_set_activate_alias (LinphoneAccountCreatorCbs *cbs, LinphoneAccountCreatorCbsStatusCb cb) |
| | Assign a user pointer to a LinphoneAccountCreatorCbs object. More...
|
| |
| LinphoneAccountCreatorCbsStatusCb | linphone_account_creator_cbs_get_is_alias_used (const LinphoneAccountCreatorCbs *cbs) |
| | Get the is alias used request. More...
|
| |
| void | linphone_account_creator_cbs_set_is_alias_used (LinphoneAccountCreatorCbs *cbs, LinphoneAccountCreatorCbsStatusCb cb) |
| | Assign a user pointer to a LinphoneAccountCreatorCbs object. More...
|
| |
| LinphoneAccountCreatorCbsStatusCb | linphone_account_creator_cbs_get_is_account_linked (const LinphoneAccountCreatorCbs *cbs) |
| | Get the is account linked request. More...
|
| |
| void | linphone_account_creator_cbs_set_is_account_linked (LinphoneAccountCreatorCbs *cbs, LinphoneAccountCreatorCbsStatusCb cb) |
| | Assign a user pointer to a LinphoneAccountCreatorCbs object. More...
|
| |
| LinphoneAccountCreatorCbsStatusCb | linphone_account_creator_cbs_get_recover_account (const LinphoneAccountCreatorCbs *cbs) |
| | Get the recover account request. More...
|
| |
| void | linphone_account_creator_cbs_set_recover_account (LinphoneAccountCreatorCbs *cbs, LinphoneAccountCreatorCbsStatusCb cb) |
| | Assign a user pointer to a LinphoneAccountCreatorCbs object. More...
|
| |
| LinphoneAccountCreatorCbsStatusCb | linphone_account_creator_cbs_get_update_account (const LinphoneAccountCreatorCbs *cbs) |
| | Get the update account request. More...
|
| |
| void | linphone_account_creator_cbs_set_update_account (LinphoneAccountCreatorCbs *cbs, LinphoneAccountCreatorCbsStatusCb cb) |
| | Assign a user pointer to a LinphoneAccountCreatorCbs object. More...
|
| |
| LinphoneProxyConfig * | linphone_account_creator_create_proxy_config (const LinphoneAccountCreator *creator) |
| | Create and configure a proxy config and a authentication info for an account creator. More...
|
| |
| LINPHONE_DEPRECATED LinphoneProxyConfig * | linphone_account_creator_configure (const LinphoneAccountCreator *creator) |
| | Configure an account (create a proxy config and authentication info for it). More...
|
| |
| LinphoneAccountCreator * | linphone_core_create_account_creator (LinphoneCore *core, const char *xmlrpc_url) |
| | Create a LinphoneAccountCreator and set Linphone Request callbacks. More...
|
| |