lib/punchblock/command/accept.rb in punchblock-1.4.1 vs lib/punchblock/command/accept.rb in punchblock-1.5.0
- old
+ new
@@ -6,10 +6,10 @@
register :accept, :core
include HasHeaders
##
- # Create an Rayo accept command. This is equivalent to a SIP "180 Trying"
+ # Create a Rayo accept command. This is equivalent to a SIP "180 Trying"
#
# @param [Hash] options
# @option options [Array[Header], Hash, Optional] :headers SIP headers to attach to
# the call. Can be either a hash of key-value pairs, or an array of
# Header objects.