freeswitcher
freeswitcher copied to clipboard
Added body content to hash_content
Changed from hash_content = headers_2_hash(content) to hash_content = headers_2_hash(content).merge(:body => content.split("\n\n",2)[1].to_s)
Thanks bougyman for your help!