Method: Bandwidth::CreateCallRequest#fallback_password
- Defined in:
- lib/bandwidth/voice_lib/voice/models/create_call_request.rb
#fallback_password ⇒ String
When calling a SIP URI, this will be sent as the ‘User-To-User’ header within the initial INVITE. It must end with an ‘encoding’ parameter as described in tools.ietf.org/html/rfc7433. This header cannot exceed 256 characters, including the encoding parameter.
78 79 80 |
# File 'lib/bandwidth/voice_lib/voice/models/create_call_request.rb', line 78 def fallback_password @fallback_password end |