Hello guys, I have been trying to get openser implemented with SEMS the past day or so although I keep running into problems, any advice on setting up openser with SEMS? (Sip Express Media Server).<br><br><br>Although here is a syntax error straight from the documentation:
<br><pre class="PROGRAMLISTING">...<br>modparam(&quot;tm&quot;,&quot;tw_append&quot;,&quot;append1:Email=avp[i:12];UA=hdr[User-Agent]&quot;)<br>modparam(&quot;tm&quot;,&quot;tw_append&quot;,&quot;append2:body=msg[body]&quot;)
<br>...<br>t_write_fifo(&quot;voicemail/append1&quot;,&quot;/tmp/appx_fifo&quot;);<br>...<br>t_write_unix(&quot;logger/append2&quot;,&quot;/var/run/logger.sock&quot;);<br><br>Is the syntax for &quot;t_write_unix&quot;.  Although in my code I have the following:
<br><br>modparam(&quot;tm&quot;, &quot;tw_append&quot;, &quot;vm_email:P-Email-Address=avp[i:34]&quot;)<br><br>Just like the example..... although I get error:<br><br> 0(57475) ERROR:tm:parse_tw_append: parse error in &lt;vm_email:P-Email-Address=avp[i:34]&gt; around position 25(a)
<br></pre>Any idea on what is going on?&nbsp; Thanks, all help is appreciated!<br>-- <br>Brandon Armstead