Bogdan,<div>Brad&#39;s AVP is a single AVP with  CSV. He&#39;d like to count the elements in the CSV.</div><div><br></div><div>Some string array functions would be nice. :D</div><div>-Brett</div><div><br></div><div><br><div class="gmail_quote">

On Mon, Jun 21, 2010 at 6:46 AM, Bogdan-Andrei Iancu <span dir="ltr">&lt;<a href="mailto:bogdan@voice-system.ro">bogdan@voice-system.ro</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Hi Brad,<br>
<br>
I guess you are looking for the set_count() function:<br>
<br>
<a href="http://www.opensips.org/html/docs/modules/1.6.x/cfgutils.html#id228574" target="_blank">http://www.opensips.org/html/docs/modules/1.6.x/cfgutils.html#id228574</a><br>
<div class="im"><br>
Regards,<br>
Bogdan<br>
<br>
<br>
--<br>
Bogdan-Andrei Iancu<br>
OpenSIPS Bootcamp<br>
20 - 24 September 2010, Frankfurt, Germany<br>
<a href="http://www.voice-system.ro" target="_blank">www.voice-system.ro</a><br>
<br>
<br>
<br>
</div><div><div></div><div class="h5">Brad Bendy wrote:<br>
&gt; Brett,<br>
&gt;<br>
&gt; I figured as much, but I thought I would try anyways.<br>
&gt;<br>
&gt; I think adding the &quot;count&quot; to the front the string is going to be<br>
&gt; easiest method and use the select functions, much more simpler!<br>
&gt;<br>
&gt; Thanks for the advice.<br>
&gt;<br>
&gt; On Sat, 2010-06-19 at 20:41 -0500, Brett Nemeroff wrote:<br>
&gt;<br>
&gt;&gt; Brad,<br>
&gt;&gt; param.count is for URI parameters and can&#39;t be used for any old<br>
&gt;&gt; format. If your string was in URI param format, I think it would then<br>
&gt;&gt; work:<br>
&gt;&gt; <a href="http://www.opensips.org/Resources/DocsCoreTran16#toc36" target="_blank">http://www.opensips.org/Resources/DocsCoreTran16#toc36</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; I haven&#39;t used this transformation, but it appears you&#39;d take the<br>
&gt;&gt; params off a URI and then use the transformations on the params<br>
&gt;&gt; themselves.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; I think what I do to find out if I&#39;m at the end is to use the &quot;select&#39;<br>
&gt;&gt; transformation and check the value of the return.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Alternatively, you *could* make the first element in your list the<br>
&gt;&gt; number of values to expect. Not sure if that&#39;s even an option in your<br>
&gt;&gt; case..<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; -Brett<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On Sat, Jun 19, 2010 at 8:34 PM, Brad Bendy<br>
&gt;&gt; &lt;<a href="mailto:brad.bendy@benganetworks.com">brad.bendy@benganetworks.com</a>&gt; wrote:<br>
&gt;&gt;         Hi list,<br>
&gt;&gt;<br>
&gt;&gt;         Ive got a AVP that gets a value from a memcached store, it&#39;s a<br>
&gt;&gt;         set of<br>
&gt;&gt;         integers separated by commas , ex: 4,34,1,10<br>
&gt;&gt;<br>
&gt;&gt;         Is there a way to return the number of entries? In this case<br>
&gt;&gt;         id like to<br>
&gt;&gt;         have a 4 returned.<br>
&gt;&gt;<br>
&gt;&gt;         I cannot get {param.count} to work, but im not sure if it<br>
&gt;&gt;         works like<br>
&gt;&gt;         this or maybe im just not using is right.<br>
&gt;&gt;<br>
&gt;&gt;         Thanks for any help or suggestions<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<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;&gt;<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;&gt;<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Users mailing list<br>
&gt; <a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>
&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>
<br>
<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>
<a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
</div></div></blockquote></div><br></div>