OBiTALK Community

General Support => Installation and Set-Up (Devices) => Topic started by: AlexSun on June 26, 2012, 07:41:41 PM

Title: Error in DigitMap,please help me find it!
Post by: AlexSun on June 26, 2012, 07:41:41 PM

Hello Everyone!


        I have two OBi(A and B), I want to send number to sp1/OBi(B) in OBi(A).

        I already in OBi(A) set speed dial 3#=OBi(B).

        Now I call 3*xxxx. to sp1/OBi(B), it is OK.

        But I would like to be more simple, use the number 4 instead of 3 *<4:3*>.

        In PHONE Port/OBi(A):

        DigitMap:([1-9]x?*(Mpli)|(Mpbxes)|**0|***|#|**1(Msp1)|**2(Msp2)|**8(Mli)|**9(Mpp)|(Mpli)|**3(Mvg3)|**4(Mvg4)|**6(Mvg6)|**7(Mvg7)|(Mipd))

        (Mpbxes)=(<#:**8>xxx.|[1-9]S9|[1-9][0-9]S9|<96:**4>[2-9]xx.|<4:3*>xx.|*70xx|370xx|<**2>70xx|[*x][*x]x.)

        OutboundCallRoute={([1-9]x?*(Mpli)):pp},{(<#:>|911):li},{**0:aa},{***:aa2},{(<**1:>(Msp1)):sp1},{(<**2:>(Msp2)):sp2},{(<**8:>(Mli)):li},{(<**9:>(Mpp)):pp},{(Mpli):pli},{(<**3:>(Mvg3)):vg3},{(<**4:>(Mvg4)):vg4},{(<**6:>(Mvg6)):vg6},{(<**7:>(Mvg7)):vg7},{(Mipd):sp2}
-----------------------------------------------------------------------------------------------

       Configured as above, but the number(4xxx.) is incorrectly sent to sp1/OBi (A).

       If I change <4:3 *> to: <44:3 *>, it is OK, the number(44xxx.) has been successfully sent to sp1/OBi (B).

       So how to solve? I think the more simple dial-up, huh, huh. ;) ;) ;)

       I suspect the problem lies in the (([1-9]x?*(Mpli)), but do not know how to solve it.

       Please give me support and help, thank you.