Method: Librevox::Applications#respond

Defined in:
lib/librevox/applications.rb

#respond(code, &block) ⇒ Object

Send SIP session respond code.

Examples:

Send 403 Forbidden

respond 403

See Also:



217
218
219
# File 'lib/librevox/applications.rb', line 217

def respond code, &block
  application "respond", code.to_s, &block
end