<div dir="ltr">Hi,<br><br><div>working on mod_sms, <br>using the demo chatplan called a python script, the script generates a reply for the sms and sends it using chat_execute reply application. however once the script has completed the sms is forwarded to the extensions in &quot;to&quot; field as well. I dont see any application in chatplan that is forwarding the message to the extension. can this feature be controlled? for example if the script called in chatplan has sent a reply for the sms, it is not longer sent to the destination extension?<br><br>also When sending a message using ESL, logs only show &quot;SMS Delivery assumed successful due to being sent in non-blocking manner&quot; if the destination extension is available. if the destination extensions is not available I get &quot;Nobody to send to&quot; as well as the above message. how can I get any more details for these events. script that is used to send sms has<br><br>f = con.sendEvent(event)<br><br>print f.serialize() always shows the following no matter if the message is sent ahead or not.<br><div><br>Event-Name: SOCKET_DATA</div><div>Content-Type: command/reply</div><div>Reply-Text: %2BOK%20accepted</div><div><br></div><br></div></div>