@tsearle commented on this pull request.
</para>
+ <para>The <quote>flags</quote> string is a list of space-separated items. Each item + is either an individual token, or a token in <quote>key=value</quote> format. The + possible tokens are described below. This offer SDP can be manipulated with the same flags as + used in <function>rtpengine_offer</function> additionally, the following extra flags can be used + </para> + <itemizedlist> + <listitem><para> + <emphasis>to-tag=...</emphasis> - value of the to tag returned by + <quote>rtpengine_subscribe_request</quote> + </para></listitem> + <listitem><para> + <emphasis>from-tag=...</emphasis> - value of the from tag of the original call. + </para></listitem> + <listitem><para> + <emphasis>callid=...</emphasis> - value of the call id of the original call.
fixed