^[1-9][0-9]{9}T DOES work for 7 digit dialing because it sends the seven
digits after T.  The way I was trying to do it before like:

^[2-9][0-9]{9}
^[2-9][0-9]{6}

Does NOT work for 10 digit dialing because it is continually evaluating and
matches 7 and sends to the switch before you get to 10.

On Thu, Jan 27, 2022 at 1:52 PM Josh Luthman <j...@imaginenetworksllc.com>
wrote:

> Wait 7 digit dialing DOES work for you, right?  Or are you saying you just
> don't have a 7 digit length match and you're operating with the timeout now
> (my rules do this)?
>
> On Thu, Jan 27, 2022 at 2:27 PM Carl Peterson <cpeter...@portnetworks.com>
> wrote:
>
>> Thanks Chris and Josh,
>>
>> I was able to get it working by removing 7 digit dialing which we don't
>> need anyway.  ^[1-9][0-9]{9}T works for both if someone in calix land
>> needs to solve this down the road.  After it gets 7 digits and then times
>> out it sends it to the switch.
>>
>> On Thu, Jan 27, 2022 at 10:39 AM Josh Luthman <
>> j...@imaginenetworksllc.com> wrote:
>>
>>> This works perfectly for me.  Netsapien switch.
>>>
>>> [image: image.png]
>>>
>>> On Wed, Jan 26, 2022 at 3:01 PM Carl Peterson <
>>> cpeter...@portnetworks.com> wrote:
>>>
>>>> Anyone have a working dial plan off an E7-2 they can share?  I can't
>>>> get 10 digit dialing to work without a 1 in front of it.
>>>>
>>>> ^911n
>>>> ^411n
>>>> ^811n
>>>> ^1[2-9][0-9]{9}   <--- 10 digit dialing with 1 works
>>>> ^011[0-9]*T
>>>> ^[2-9][0-9]{9}   <--- 10 digit dialing without 1 won't work
>>>> ^[2-9][0-9]{6} <-- 7 digit dialing in the area code works
>>>> ^S[0-9]{2}
>>>>
>>>>
>>>>
>>>> --
>>>> AF mailing list
>>>> AF@af.afmug.com
>>>> http://af.afmug.com/mailman/listinfo/af_af.afmug.com
>>>>
>>> --
>>> AF mailing list
>>> AF@af.afmug.com
>>> http://af.afmug.com/mailman/listinfo/af_af.afmug.com
>>>
>>
>>
>> --
>>
>> Carl Peterson
>>
>> *PORT NETWORKS*
>>
>> 401 E Pratt St, Ste 2553
>>
>> Baltimore, MD 21202
>>
>> (410) 637-3707
>> --
>> AF mailing list
>> AF@af.afmug.com
>> http://af.afmug.com/mailman/listinfo/af_af.afmug.com
>>
> --
> AF mailing list
> AF@af.afmug.com
> http://af.afmug.com/mailman/listinfo/af_af.afmug.com
>


-- 

Carl Peterson

*PORT NETWORKS*

401 E Pratt St, Ste 2553

Baltimore, MD 21202

(410) 637-3707
-- 
AF mailing list
AF@af.afmug.com
http://af.afmug.com/mailman/listinfo/af_af.afmug.com

Reply via email to