<p>I believe you need to have something like get_source_address("var(x)")</p>
<p>That is probably the issue. Bogdan mentions in a previous mailing list issue that the prototype of the function was changed.</p>
<p>Sent from Droid</p>
<div class="gmail_quote">On Apr 8, 2011 1:17 PM, "Wesley Volcov" <<a href="mailto:wesleyvolcov@gmail.com">wesleyvolcov@gmail.com</a>> wrote:<br type="attribution">> Hey Duane,<br>> <br>> I have others groups id in my address table, that's why my source address<br>
> function have 0, to check all groupid.<br>> But my is problem is the groupid that the function get_source_group(); is<br>> getting..<br>> <br>> Regards,<br>> <br>> On 8 April 2011 14:14, Duane Larson <<a href="mailto:duane.larson@gmail.com">duane.larson@gmail.com</a>> wrote:<br>
> <br>>> I your check source address function shouldn't you have a 1 instead of a 0<br>>> since that is what you have in your permissions table.<br>>><br>>> Sent from Droid<br>>> On Apr 8, 2011 12:03 PM, "Wesley Volcov" <<a href="mailto:wesleyvolcov@gmail.com">wesleyvolcov@gmail.com</a>> wrote:<br>
>> > Hello list,<br>>> ><br>>> > I'm using opensips 1.6.2.<br>>> ><br>>> > I have the follow configuration in my AUTH route:<br>>> ><br>>> > if (check_source_address("0","$avp(i:9)")) {<br>
>> > $avp(i:10) = get_source_group();<br>>> > xlog("L_INFO", "GroupID: $avp(i:10)");<br>>> > }<br>>> ><br>>> > In my address table, i have:<br>>> > grp = 1<br>
>> > ip = 192.68.10.10<br>>> > mask = 32<br>>> > port = 0<br>>> > proto = UDP<br>>> ><br>>> > When I send a call, from a gw authenticated via IP, it gets the follow<br>
>> group<br>>> > ID:<br>>> > GroupID: 4294967295<br>>> ><br>>> > And then, it can not found a route, because all the routes are configured<br>>> > with groupid 1. But, I don't know how opensips is getting this groupid..<br>
>> > Could someone helpe me?<br>>> ><br>>> > Thanks a lot!<br>>> ><br>>> > --<br>>> > Wesley Volcov<br>>> > Email: <a href="mailto:wesleyvolcov@gmail.com">wesleyvolcov@gmail.com</a><br>
>> > Messenger: <a href="mailto:volcov@live.com">volcov@live.com</a><br>>> > Mobile: +55 11 9989-5348<br>>> > Website: <a href="http://volcov.blogspot.com">http://volcov.blogspot.com</a><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">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
>><br>>><br>> <br>> <br>> -- <br>> Wesley Volcov<br>> Email: <a href="mailto:wesleyvolcov@gmail.com">wesleyvolcov@gmail.com</a><br>> Messenger: <a href="mailto:volcov@live.com">volcov@live.com</a><br>
> Mobile: +55 11 9989-5348<br>> Website: <a href="http://volcov.blogspot.com">http://volcov.blogspot.com</a><br></div>