xyj70 / fusionpbx

Automatically exported from code.google.com/p/fusionpbx
0 stars 0 forks source link

When adding new outbound routes, backslashes are stripped from Dialplan Expression #174

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
To reproduce this problem:

1.  Log into FusionPBX and click Dialplan > Outbound Routes.
2.  Click the little plus sign to add a new route.
3.  Attempt to add a new outbound route with the expression: ^\+?(\d{11})$
4.  Notice that when it is saved, the two backslash characters are removed.

It should be keeping the backslashes.  Right now it's stripping them out.  When 
I manually edit the route after it's created and change the "condition" line to 
what it's supposed to be, everything works and saves properly.

I just pulled this from SVN using the easy install script yesterday (9/13/2011).

Original issue reported on code.google.com by sanders...@gmail.com on 14 Sep 2011 at 3:24

GoogleCodeExporter commented 9 years ago
This issue probably has roots in issue 171, FYI

Original comment by br...@uniteddiamonds.com on 15 Sep 2011 at 5:13

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
This has been fixed. Please update and give it a try.

Original comment by markjcrane@gmail.com on 16 Sep 2011 at 9:28

GoogleCodeExporter commented 9 years ago
It works!  Thanks :)

Original comment by sanders...@gmail.com on 18 Sep 2011 at 3:41