Juha,

I agree.

I have a hack:

       avp_write("$ruri/username","i:678");
       avp_subst("i:678", "/;.*//");
       avp_pushto("$ruri/username","i:678");

which tosses the tags in the ruri username.  It's ugly :-)

so, the source:
   sip:+5555;[EMAIL PROTECTED]
the result:
   sip:[EMAIL PROTECTED]

Thanks,
-g


On 8/16/06, Juha Heinanen <[EMAIL PROTECTED]> wrote:
Greg Fausak writes:

 > How can I get rid of the tel: number crap on the end
 > of a RURI like the one in the header?  When I do my enum lookup
 > it is failing, because it is looking up
 >       +5555;npdi=yes
 > when I want it to look up
 >       +5555
 >
 > Any advice from the wise would be greatly appreciated!

there may be textops hacks, but the real solution is including tel uri
support in openser.

-- juha



--
Greg Fausak
[EMAIL PROTECTED]

_______________________________________________
Users mailing list
[email protected]
http://openser.org/cgi-bin/mailman/listinfo/users

Reply via email to