[Asterisk-Users] Re: ENUM regexp replacements
Olle E. Johansson
oej at edvina.net
Thu Nov 27 14:03:25 MST 2003
Olle E. Johansson wrote:
> Anyone succeeded in using regexp replacements in ENUM, like
> "!\\+421257296(.*)$!sip:2\\1 at stuba.sk!"
> I can't get it to work in ASterisk.
>
> I've added '\\1' and Debug echos "1"
> I've added '\\\\1' and debug echoes "\1", but regexp fails to work.
>
> The example above is from the nic.at presentation, I can't get it to work.
>
Enabled the ENUM debug stub in enum.c
strcpy(regexp, "!^\\+43(.*)$!\\1 at bla.fasel!");
...and it fails...
I'll file a bug report.
/O
More information about the asterisk-users
mailing list