Primary Line

<< < (2/3) > >>

RonR:
A DigitMap being located in a particular place (ITSPA, ITSPB, LINE, OBiTALK, Auto Attendant, User Defined) doesn't actually link it to that port.  They're located there for convenience and readability, but their placement there doesn't cause them to act on that port.  That's a little hard to get your head around at first.  It's the execution of the PHONE Port DigitMap (which indirectly invokes the outbound port DigitMap's) and the OutboundCallRoute that determines where a call goes, not the location of the DigitMap itself.

Give me a little while and I'll try to give you an example that does what you're after without altering the PHONE Port structures.

dvijen:
Thanks, you are so kind.
In the meanwhile, I took out expansion to begin from 1 from the line port digimap.

(*xx|<:225>xxxxxxxS3|[2-9]xxxxxxxxxS2|1[2-9]xxxxxxxxxS1|01191xxxxxxxxxxS1|011[2-9]xxxxx.|!1900xxxxxxx)

and it works as intended.  This is possible since my pstn is actually byod voip device (pap2t), which takes care of prepanding 1 before it dials out.  Rather brute  force way of getting it done, not very desirable and thoughtful :)

I would certainly appreciate your input and better way of doing it when when you have time to think about it.

again, appreciate it very much

dvijen

RonR:
I think you want US/Canada calls (1xxxxxxxxxx) to go out SP1 by default and international calls (011xx.) to go out SP2 by default.  Is that it, with the LINE Port being able to be used with either by prefixing **8?  It appears you want 7-digit dialing to assume area code 225.

You've got so many overlapping rules that my head spins every time I try to decide exactly what you were trying to accomplish.  Please don't get carried away trying to make the OBi be able to read your mind when you're dialing.   :)

dvijen:
you have it right.  All international to sp2, long distance starting with 1 to sp1 and all others to line port without dialing # or **8 :).  I have it right now, but I am sure there is a better way to do it.
dvijen

RonR:
I haven't tested this, so it may need some fine tuning (or worse)   :)


US/Canada 7, 10, or 11 digit numbers should go out SP1.  10 digit numbers will have a prefix of 1 added.  7 digit numbers will have a prefix of 1225 added.

Internaltional numbers (011xx.) should go out SP2.

Anything else should go out LINE.

**2 can be used to force anything out SP2.

**8 can be used to force anything out LINE.

**1 will NOT force non-US/Canada 7, 10, or 11 digit numbers out SP1.


Code:

PrimaryLine: SP1 Service



PHONE Port DigitMap (Default):

([1-9]x?*(Mpli)|[1-9]|[1-9][0-9]|911|**0|***|#|**1(Msp1)|**2(Msp2)|**8(Mli)|**9(Mpp)|(Mpli))



PHONE Port OutboundCallRoute (Default):

{([1-9]x?*(Mpli)):pp},{(<#:>|911):li},{**0:aa},{***:aa2},{(<**1:>(Msp1)):sp1},{(<**2:>(Msp2)):sp2},{(<**8:>(Mli)):li},{(<**9:>(Mpp)):pp},{(Mpli):pli}



LINE Port DigitMap:

(xxxxxxxS4|<1>[2-9]xxxxxxxxxS0|1xxxxxxxxxxS0|xx.)



ITSPA DigitMap:

(1xxxxxxxxxxS0|<1>[2-9]xxxxxxxxxS0|<1225>xxxxxxxS4|<**2>011xx.|<**8>xx.)



ITSPB DigitMap:

(1xxxxxxxxxxS0|<1>[2-9]xxxxxxxxxS0|<1225>xxxxxxxS4|011xx.|xx.)

Navigation

[0] Message Index

[#] Next page

[*] Previous page