<div dir="ltr"><span style="color:rgb(33,33,33);font-size:13px">Hi All,</span><div style="color:rgb(33,33,33);font-size:13px"><br></div><div style="color:rgb(33,33,33);font-size:13px">I am currently trying to develop a new module in freeswitch which requires SIP interaction.</div><div style="color:rgb(33,33,33);font-size:13px">In this new mod, the primary decision making will be based on the multipart text received in the SIP INVITE message.</div><div style="color:rgb(33,33,33);font-size:13px">So far, I am able to do the following:</div><div style="color:rgb(33,33,33);font-size:13px">1. upon receiving SIP INVITE, separate the received multipart text</div><div style="color:rgb(33,33,33);font-size:13px">2. do the required processing and take a decision based on this </div><div style="color:rgb(33,33,33);font-size:13px"><br></div><div style="color:rgb(33,33,33);font-size:13px">Now I want to generate a new SIP INVITE (to a different user)  having a similar structure (i.e. sending out a new text message to the user along with new parameters in SDP).</div><div style="color:rgb(33,33,33);font-size:13px"><br></div><div style="color:rgb(33,33,33);font-size:13px">I was able to generate a SIP INVITE with help of switch_ivr_originate().</div><div style="color:rgb(33,33,33);font-size:13px">I was also able to add the required Multipart Text part in the INVITE.</div><div style="color:rgb(33,33,33);font-size:13px"><br></div><div style="color:rgb(33,33,33);font-size:13px">However, I am not sure how to proceed with adding new SDP part....</div><div style="color:rgb(33,33,33);font-size:13px">(In below sample message, I was able to generate everything in Green but nothing in RED)<br></div><div style="color:rgb(33,33,33);font-size:13px"><br></div><div style="color:rgb(33,33,33);font-size:13px">So my question is this, where should I make changes to add to SDP.</div><div style="color:rgb(33,33,33);font-size:13px"><br></div><div style="font-size:13px"><div style="color:rgb(33,33,33)">Any help is appreciated<br></div><div style="color:rgb(33,33,33)"><br></div><div style="color:rgb(33,33,33)">Thanks</div><div style="color:rgb(33,33,33)">Akshay Patil</div><div style="color:rgb(33,33,33)"><br></div><div style="color:rgb(33,33,33)">P.S.:</div><div><div><font color="#38761d"> --azdjBtlKrjBegB325WctViTwT8ZOCf9p</font></div><div><font color="#38761d">   Content-Type: application/sdp</font></div><div><font color="#38761d">   Content-Length:   407</font></div><div><font color="#38761d">   ...</font></div></div><div><div><font color="#ff0000">a=fmtp:96 0-16</font></div><div><font color="#ff0000">   m=application 4121 UDP MCPTT</font></div><div><font color="#ff0000">   c=IN IP4 172.23.33.63</font></div><div><font color="#ff0000">   a=fmtp:MCPTT mc_queueing;mc_priority=5;mc_granted;mc_implicit_request</font></div><div><font color="#ff0000">   a=sendrecv</font></div></div><div><font color="#38761d"><br></font></div><div><div><font color="#38761d"> --azdjBtlKrjBegB325WctViTwT8ZOCf9p</font></div><div><font color="#38761d">   Content-Type: application/vnd.3gpp.mcptt-info+xml</font></div><div><font color="#38761d">   Content-Length:   513</font></div><div><font color="#38761d">   </font></div><div><font color="#38761d">   <?xml version="1.0" encoding="UTF-8"?></font></div><div><font color="#38761d">   <mcpttinfo xmlns="urn:3gpp:ns:mcpttInfo:1.0" xmlns:xsi="<a href="http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2001/XMLSchema-instance</a>"></font></div></div><div><font color="#38761d">...</font></div><div><font color="#38761d">  --azdjBtlKrjBegB325WctViTwT8ZOCf9p--</font><br></div></div></div>