<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
Klaus,<br><br>Thanks for the help, I am working on getting 1.5
installed now as this functionality isn't available in 1.2 it would
appear. In 1.5 I am getting an error for my code:<br>$ruri.domain = "216.82.224.202";<br>forward();<br>Which worked fine in 1.2, but does not in 1.5. What would be the equivalent config for 1.5?<br><br>For the enum side I would do:<br>enum_pv_query("{s.select,$ruri,;}");<br><br>If I did textops then it would be:<br>subst_user('/;(.*)$//');<br>Correct?<br><br>Thanks again!<br>-Eric<br><br>> Date: Sat, 16 Jan 2010 10:51:59 +0100<br>> From: klaus.mailinglists@pernau.at<br>> To: mrraptor98@hotmail.com<br>> CC: users@lists.kamailio.org<br>> Subject: Re: [Kamailio-Users] isup in invite<br>> <br>> Hi ERic!<br>> <br>> The ENUM lookup is done with the complete userpart. In your case you <br>> have to parse the E164 number manually.<br>> <br>> You can do this for example with string transformations: e.g.<br>> http://www.kamailio.org/dokuwiki/doku.php/transformations:1.5.x#sselect_index_separator<br>> <br>> Then use enum_pv_function() with the pseudo variable (pv) holding the <br>> parsed number.<br>> http://kamailio.org/docs/modules/1.5.x/enum#id2467740<br>> <br>> <br>> regards<br>> klaus<br>> <br>> Eric Hiller wrote:<br>> > I have an issue where my sip endpoint is sending ISUP information in the <br>> > invite. IE: sip:+1xxxxxxxxxx;npdi=yes;cic=+1-0110@xxxx:5060 and when I <br>> > run the enum query I am getting:<br>> > 0(24410) enum_query(): uri user is not an E164 number<br>> > <br>> > This is most likely due to the fact that <br>> > $rU=+17794294010;npdi=yes;cic=+1-0110<br>> > <br>> > Does openser not read the user properly? Is there a way to correct this?<br>> > <br>> > I am running openser 1.2.2 notls<br>> > <br>> > Thanks for any help!<br>> > -Eric<br>> > <br>> > ------------------------------------------------------------------------<br>> > Your E-mail and More On-the-Go. Get Windows Live Hotmail Free. Sign up <br>> > now. <http://clk.atdmt.com/GBL/go/196390709/direct/01/><br>> > <br>> > <br>> > ------------------------------------------------------------------------<br>> > <br>> > _______________________________________________<br>> > Kamailio (OpenSER) - Users mailing list<br>> > Users@lists.kamailio.org<br>> > http://lists.kamailio.org/cgi-bin/mailman/listinfo/users<br>> > http://lists.openser-project.org/cgi-bin/mailman/listinfo/users<br>> <br>> <br>> _______________________________________________<br>> Kamailio (OpenSER) - Users mailing list<br>> Users@lists.kamailio.org<br>> http://lists.kamailio.org/cgi-bin/mailman/listinfo/users<br>> http://lists.openser-project.org/cgi-bin/mailman/listinfo/users<br>                                            <br /><hr />Your E-mail and More On-the-Go. Get Windows Live Hotmail Free. <a href='http://clk.atdmt.com/GBL/go/196390709/direct/01/' target='_new'>Sign up now.</a></body>
</html>