14 calls to engagements_convert_to_valid_phone_number()

engagements_can_send_sms_to_number in modules/engagements/engagements.module
engagements_convert_to_pretty_phone_number in modules/engagements/engagements.module
engagements_display_main in modules/engagements/engagements.module
displays the main Engagements tab, which shows the history of past engagements.
engagements_get_from_phones in modules/engagements/engagements.module
Get the available "from phone" numbers in an organized array structure.
engagements_handle_incoming_sms in modules/engagements/engagements.module
This catches incoming sms messages from POST, but can also be used by our "sms_get_all_messages" function, but it is also used by the sms_get_all_messages to save/update information.
engagements_handle_sms_stop in modules/engagements/engagements.module
This function is called by engagements_handle_incoming_sms, when we receive 'STOP' from the user. We must add them to our "sms_do_not_txt" table, and send a reply letting them know how to re-subscribe in the future.
engagements_handle_sms_unstop in modules/engagements/engagements.module
User opted-IN to receiving txt messages.
engagements_mass_sms_perform_batch_operation in modules/engagements/engagements.module
engagements_send_email_or_txt_form_submit in modules/engagements/engagements.module
engagements_send_email_or_txt_form_validate in modules/engagements/engagements.module
engagements_send_sms_to_number in modules/engagements/engagements.module
Actually send a text message. Will drupal_set_message() as an error if there is a problem, and return FALSE. Returns TRUE on success, no drupal_set_message is printed.
engagements_sms_get_all_messages in modules/engagements/engagements.module
Retrieve all messages, update the ones which don't have prices associated with them yet.
user_user_settings_form in modules/user/user.module
This is the main settings form for a user.
user_user_settings_form_submit in modules/user/user.module
Save values from our settings form into the user_settings table (or other tables), as appropriate.