Hello Everyone,<div>Trying understand how push notification works based on Daniel example in 2014</div><div>Code in question:</div><div><div>        if(lua_runstring("do_push([[$hdr(X-VxTo)]], [[$tU]], [[$hdr(X-VxFrom)]], [[$fU]], [[$ci]])")<0) {</div><div>                send_reply("501", "No link to destination");</div><div>                exit;</div><div>        }</div></div><div><br></div><div>I understand how string should look like, but lua give this error</div><div><br></div><div><br></div><div>ERROR: app_lua [app_lua_api.c:607]: app_lua_runstring(): lua loading state not initialized (call: do_push([[<null>]], [[4310]], [[<null>]], [[4311]], [[dd4cb9b2-bf21-1235-05b5-5254003e39bb]]))</div><div><br></div><div>Is possible clarify how this part should work ?</div><div><br></div><div><br></div><div>volga629 </div>