Thank you very much, this works! Where I could have found this in the docs? I really searched..<br><br>Thomas<br><br><div><span class="gmail_quote">On 27/03/07, <b class="gmail_sendername">Olle E Johansson</b> &lt;<a href="mailto:olle@voop.com">
olle@voop.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>27 mar 2007 kl. 11.47 skrev Thomas Hecker:<br><br>&gt; Hi,
<br>&gt;<br>&gt; after setting a dialplan variable with<br>&gt; Set(SIPTEST=TEST)<br>&gt; Dial(SIP/xxx)<br>&gt;<br>&gt; I need to read out this var in the dial application (transmit_invite<br>&gt; () )with<br>&gt; pbx_builtin_getvar_helper(p-&gt;owner, &quot;SIPTEST&quot;);
<br>&gt;<br>&gt; p is a struct sip_pvt *p passed by int sip_call().<br>&gt;<br>&gt; But this returns a &#39;null&#39; string. Do I have a wrong &#39;p&#39; or what<br>&gt; could be the reason?<br>&gt;<br>You are in the wrong channel.
<br><br>test with<br><br>set(_SIPTEST=TEST)<br><br>and the variable will be copied to the outbound channel.<br><br>/O<br><br>_______________________________________________<br>--Bandwidth and Colocation provided by <a href="http://Easynews.com">
Easynews.com</a> --<br><br>asterisk-dev mailing list<br>To UNSUBSCRIBE or update options visit:<br>&nbsp;&nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-dev">http://lists.digium.com/mailman/listinfo/asterisk-dev</a>
<br></blockquote></div><br>