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;npdi=yes@domain.com the result: sip:+5555@domain.com
Thanks, -g
On 8/16/06, Juha Heinanen jh@tutpro.com 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