<span style="font-family: monospace;">Hi,<br><br>after setting a dialplan variable with <br>Set(SIPTEST=TEST)<br>Dial(SIP/xxx)<br><br>I need to read out this var in the dial application (transmit_invite() )with <br>pbx_builtin_getvar_helper(p-&gt;owner, &quot;SIPTEST&quot;);
<br><br>p is a struct sip_pvt *p passed by int sip_call().<br><br>But this returns a &#39;null&#39; string. Do I have a wrong &#39;p&#39; or what could be the reason?<br><br>Thank you very much,<br>Thomas<br></span>