[OpenSIPS-Users] Diaplan - Using Regex Back References
Dan-Cristian Bogos
danb at sms4sip.com
Wed Apr 15 13:28:38 CEST 2009
Guys,
I have experimented with regex rules and back references when using
dialplan module, and it looks like the dialplan returns only the part
preceding the back reference, including it, but not what comes after.
Can anyone help me with experimenting it?
As an example:
match_op: 1
match_exp: user1
subst_exp: (.+)
repl_exp: sip:\1 at opensips.org
Output from dp_translate:
"""
opensipsctl fifo dp_translate 99 user1
Output:: sip:user1
ATTRIBUTES::
"""
I would expect that the result would be Output:: sip:user1 at opensips.org.
Am I the one doing anything wrong?
Ta,
DanB
More information about the Users
mailing list