[Home]

Summary:ASTERISK-08772: Calling Rules do not work correctly when specified via web interface
Reporter:Christopher Marino (marinoc)Labels:
Date Opened:2007-02-11 01:28:15.000-0600Date Closed:2007-02-19 08:27:31.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Using the latest version of AsteriskNOW and the web interface.

I would like the rule with number begins with 0 followed by 8 or more digits to place the call through "Ports 1,2,3,4".

To make this work, I must specify the rule as begins with 0 and followed by 6 or more digits.
Comments:By: Pari Nannapaneni (pari) 2007-02-12 13:17:55.000-0600

Hi marinoc,

I tried to reproduce this problem.
I added a rule with "number begins with 0 followed by 8 or more digits to place the call through 'xyz_provider'" and the gui added the following to extensions.conf,

exten = _0XXXXXXXX.,1,Macro(trunkdial,${xyz_provider}/${EXTEN:0})

Which is exactly what we defined in the rule, right!

-Pari




By: Pari Nannapaneni (pari) 2007-02-19 08:27:31.000-0600

* No feedback from the user.
* Tried to reproduce the problem, but the page is working as expected.
 must have been a user error some where.

-pari