<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->owner, "SIPTEST");
<br><br>p is a struct sip_pvt *p passed by int sip_call().<br><br>But this returns a 'null' string. Do I have a wrong 'p' or what could be the reason?<br><br>Thank you very much,<br>Thomas<br></span>