Hello Freeswitch Users:<div><br></div><div>We're currently trying to get the return code from a MESSAGE we send using ESL. The closest we've found is this jira: <a href="http://jira.freeswitch.org/browse/FS-4453" target="_blank">http://jira.freeswitch.org/browse/FS-4453</a> which seems to provide similar functionality for the chat command, but nothing for ESL.</div>
<div><br></div><div>Here's a pastebin of our current code: <a href="http://pastebin.freeswitch.org/20201">http://pastebin.freeswitch.org/20201</a></div><div><br></div><div>The server we are hitting is returning a "415 Unsupported Content Type" (which is correct) and we're trying to discover that in freeswitch, instead of assuming the message was received correctly. Right now, we get that the recvEventTimed is returning None. This is all done on the a pull of FS from yesterday. </div>
<div><br></div><div>Any suggestions?</div>