<div class="gmail_quote"><div>Hi Ovidiu,</div><div>Ofcourse it can use avp and var. I was just trying to point out a small error that I came across. I loaded the param as mentioned in the doc which was:</div><div>modparam(&quot;b2b_logic&quot;, &quot;b2bl_from_param_spec&quot;, &quot;$var(b2bl_from)&quot;)</div>
<div><br></div><div>But the above gave me an error saying unable to find parameter &quot;b2bl_from_param_spec&quot; in b2b_logic. Then I wrote the modparam as follows:</div><div>modparam(&quot;b2b_logic&quot;, &quot;b2bl_from_spec_param&quot;, &quot;$var(b2bl_from)&quot;)</div>
<div>and this worked without any errors.</div><div><br></div><div>Thanks,</div><div><br></div><div>--- Jayesh</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

The name of this specific param is *_spec_param and not *_avp.<br>
It means that it will accept both avps and vars.<br>
Please re-test this, because last time when I tested it it was working.<br>
<br>
Regards,<br>
Ovidiu Sas<br>
<br>
On Tue, Jul 5, 2011 at 4:03 AM, Jayesh Nambiar &lt;<a href="mailto:jayesh.voip@gmail.com">jayesh.voip@gmail.com</a>&gt; wrote:<br>
&gt; Hi All,<br>
&gt; Was just going through the progress in b2b modules in the devel version and<br>
&gt; was experimenting with it. I just figured that the documentation for<br>
&gt; b2bl_from_param_spec is wrongly documented<br>
&gt; here?<a href="http://www.opensips.org/html/docs/modules/devel/b2b_logic.html#id250322" target="_blank">http://www.opensips.org/html/docs/modules/devel/b2b_logic.html#id250322</a>.<br>
&gt; The correct syntax for specifying the parameter is:<br>
&gt; modparam(&quot;b2b_logic&quot;, &quot;b2bl_from_spec_param&quot;, &quot;$avp(b2bl_from)&quot;).<br>
&gt; I spent good 15 minutes figuring out the problem, might help other users who<br>
&gt; wish to try this out.<br>
&gt; --- Jayesh<br>
&gt;<br></blockquote></div>