<br>Hi Julian.<br><br><div class="gmail_quote">On Sun, Feb 22, 2009 at 4:44 PM, Julian Yap <span dir="ltr">&lt;<a href="mailto:julianokyap@gmail.com">julianokyap@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Sergio and OpenSIPS users,<br>
<br>
Damn, I feel so stupid. &nbsp;Changing that modparam worked for me.<br>
</blockquote><div><br>Do not worry; these things are a continuous learning process.<br>&nbsp;&nbsp; <br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
For those wondering, here is how I load it up:<br>
if ($avp(s:rpid)) {<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;append_hf(&quot;P-Asserted-Identity: &lt;sip:$avp(s:rpid)@$fd&gt;\r\n&quot;);<br>
};<br>
<br>
One general question on AVP&#39;s. &nbsp;When I select AVP to have an integer<br>
value 302 in the modparam statement, what is 302? &nbsp;Is that just an<br>
arbitrary value? &nbsp;Or is value &#39;302&#39; preassigned somewhere? &nbsp;I&#39;m<br>
working from examples and AVP&#39;s are still kind of confusing.<br>
<font color="#888888"></font></blockquote><div><br>302 is just an index; when you define an AVP, you could name it with a string or with a integer; you choose at your will the integer index or the string you use; AVP with integer indexes are faster to handle within OpenSIPS Core; AVP with String names are easier to remember for Script writer.<br>
<br>You cand find more information about AVP&#39;s at:<br><br><a href="http://www.voice-system.ro/docs/avpops/index.html">http://www.voice-system.ro/docs/avpops/index.html</a><br><a href="http://www.opensips.org/html/docs/modules/1.4.x/avpops.html">http://www.opensips.org/html/docs/modules/1.4.x/avpops.html</a><br>
<br>Feel free to keep asking about anything you do not understand well.<br><br>Best regards.<br><br>Sergio.<br><br>&nbsp;</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<font color="#888888"><br>
- Julian<br>
</font><div><div></div><div class="Wj3C7c"><br>
On Sun, Feb 22, 2009 at 8:08 AM, Sergio Gutierrez &lt;<a href="mailto:saguti@gmail.com">saguti@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt; Hi Julian.<br>
&gt;<br>
&gt; Are you using the syntax you pasted for modparam?<br>
&gt;<br>
&gt; Try the following syntax:<br>
&gt;<br>
&gt; modparam(&quot;auth|lcr&quot;, &quot;rpid_avp&quot;, &quot;$avp(i:302)&quot;)<br>
&gt;<br>
&gt; Regards.<br>
&gt;<br>
&gt; Sergio G.<br>
&gt;<br>
&gt;<br>
&gt; On Sun, Feb 22, 2009 at 7:36 AM, Julian Yap &lt;<a href="mailto:julianokyap@gmail.com">julianokyap@gmail.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Hi all,<br>
&gt;&gt;<br>
&gt;&gt; I&#39;m intending on loading rpid_avp from auth. &nbsp;This will be used with a<br>
&gt;&gt; P-Asserted-Identity header. &nbsp;I am storing the RPID in the &#39;rpid&#39; of<br>
&gt;&gt; the subscriber column of my database.<br>
&gt;&gt;<br>
&gt;&gt; I believe that s:rpid should then get loaded during authentication but<br>
&gt;&gt; I think I&#39;m missing something.<br>
&gt;&gt;<br>
&gt;&gt; Here is my module load line:<br>
&gt;&gt; modparam(&quot;^auth$|lcr&quot;, &quot;rpid_avp&quot;, &quot;$avp(i:302)&quot;)<br>
&gt;&gt;<br>
&gt;&gt; Then later on, setting the $avp(i:302) manually works:<br>
&gt;&gt; $avp(i:302) = &quot;&lt;<a href="mailto:sip%3A8085331000@mysip.server.com">sip:8085331000@mysip.server.com</a>&gt;&quot;;<br>
&gt;&gt; append_hf(&quot;P-Asserted-Identity: $avp(i:302)\r\n&quot;);<br>
&gt;&gt;<br>
&gt;&gt; Any clues here? &nbsp;Basically I want to eliminate the line where I&#39;m<br>
&gt;&gt; hard-coding in the $avp(i:302) value. &nbsp;I&#39;m kinda confused with the<br>
&gt;&gt; documentation and haven&#39;t found any examples.<br>
&gt;&gt;<br>
&gt;&gt; Thanks,<br>
&gt;&gt; Julian<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Users mailing list<br>
&gt;&gt; <a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>
&gt;&gt; <a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Sergio Gutiérrez<br>
&gt;<br>
</div></div></blockquote></div>