Home
last modified time | relevance | path

Searched refs:sms_method (Results 1 – 13 of 13) sorted by relevance

/dports/net/self-service-password/ltb-project-self-service-password-1.4/htdocs/
H A Dsendsms.php226 if( !$sms_method ) { $sms_method = "mail"; } variable
228 if ( $sms_method === "mail" ) {
234 … error_log("Send SMS code $smstoken by $sms_method to $sms\n\n", 3, $reset_request_log);
236 error_log("Send SMS code $smstoken by $sms_method to $sms");
240 error_log("Error while sending sms by $sms_method to $sms (user $login)");
245 if ( $sms_method === "api" ) {
257 … error_log("Send SMS code $smstoken by $sms_method to $sms\n\n", 3, $reset_request_log);
259 error_log("Send SMS code $smstoken by $sms_method to $sms");
263 error_log("Error while sending sms by $sms_method to $sms (user $login)");
/dports/devel/py-twilio/twilio-7.4.0/twilio/rest/api/v2010/account/
H A Dapplication.py40 sms_method=values.unset, sms_fallback_url=values.unset, argument
75 'SmsMethod': sms_method,
292 sms_method=values.unset, sms_fallback_url=values.unset, argument
328 'SmsMethod': sms_method,
484 def sms_method(self): member in ApplicationInstance
594 sms_method=values.unset, sms_fallback_url=values.unset, argument
630 sms_method=sms_method,
H A Dshort_code.py239 sms_url=values.unset, sms_method=values.unset, argument
258 'SmsMethod': sms_method,
404 def sms_method(self): member in ShortCodeInstance
437 sms_url=values.unset, sms_method=values.unset, argument
456 sms_method=sms_method,
/dports/devel/py-twilio/twilio-7.4.0/twilio/rest/preview/wireless/sim/
H A D__init__.py273 sms_fallback_url=values.unset, sms_method=values.unset, argument
311 'SmsMethod': sms_method,
500 def sms_method(self): member in SimInstance
593 sms_fallback_url=values.unset, sms_method=values.unset, argument
631 sms_method=sms_method,
/dports/devel/py-twilio/twilio-7.4.0/twilio/rest/api/v2010/account/incoming_phone_number/
H A D__init__.py162 sms_fallback_url=values.unset, sms_method=values.unset, argument
213 'SmsMethod': sms_method,
376 sms_method=values.unset, sms_url=values.unset, argument
423 'SmsMethod': sms_method,
724 def sms_method(self): member in IncomingPhoneNumberInstance
870 sms_method=values.unset, sms_url=values.unset, argument
917 sms_method=sms_method,
H A Dlocal.py153 sms_method=values.unset, sms_url=values.unset, argument
200 'SmsMethod': sms_method,
476 def sms_method(self): member in LocalInstance
H A Dmobile.py153 sms_method=values.unset, sms_url=values.unset, argument
200 'SmsMethod': sms_method,
476 def sms_method(self): member in MobileInstance
H A Dtoll_free.py153 sms_method=values.unset, sms_url=values.unset, argument
200 'SmsMethod': sms_method,
476 def sms_method(self): member in TollFreeInstance
/dports/devel/py-twilio/twilio-7.4.0/twilio/rest/wireless/v1/sim/
H A D__init__.py266 sms_fallback_url=values.unset, sms_method=values.unset, argument
307 'SmsMethod': sms_method,
539 def sms_method(self): member in SimInstance
640 sms_fallback_url=values.unset, sms_method=values.unset, argument
681 sms_method=sms_method,
/dports/devel/py-twilio/twilio-7.4.0/twilio/rest/preview/hosted_numbers/
H A Dhosted_number_order.py163 sms_method=values.unset, sms_fallback_url=values.unset, argument
201 'SmsMethod': sms_method,
/dports/devel/py-twilio/twilio-7.4.0/twilio/rest/api/v2010/account/address/
H A Ddependent_phone_number.py327 def sms_method(self): member in DependentPhoneNumberInstance
/dports/devel/py-twilio/twilio-7.4.0/twilio/rest/trunking/v1/trunk/
H A Dphone_number.py434 def sms_method(self): member in PhoneNumberInstance
/dports/net/self-service-password/ltb-project-self-service-password-1.4/conf/
H A Dconfig.inc.php.sample264 $sms_method = "mail";