Obi202 Call Routing

<< < (2/3) > >>

drgeoff:
Quote from: VladimirM on July 25, 2019, 11:22:37 am

Hi DRGeoff,

Your understanding is exactly correct.

I need to be able to route a call coming on SP4 to other three (3) SPs based on a prefix dialed. Phone ports (PHx) are not being used.

Thank you,
Vladimir


I have not come a firm opinion on whether or not an OBi can do what you want.

What I am sure about is that if anyone can make an OBi do it, that person is azrobert.  :)

VladimirM:
Hi AZRobert,

Can you please confirm Obi202 can perform the kind of call routing I need?

Thank you,
Vladimir

azrobert:
What is SP4? Are you calling service provider phone number or is it an IP or softphone?

If you are calling a phone number to reach SP4, you need to use the Auto Attendant.

VladimirM:
Hi AZRobert,

SP4 is an Asterisk server. I am trying to route Asterisk outbound calls to different Obi SPs (1-3) through a single trunk connected to SP4.

Inbound from SP1, SP2, and SP3 to SP4 works as expected.

Thank you,
Vladimir

azrobert:
SP4 X_InboundCallRoute:

{>(<991:>xx.):sp1},{>(<992:>xx.):sp2},{>(<993:>xx.):sp3}

Edit:

The format is:
{parm1>parm2:dest}

Parm1 is either the asterisk AuthUserID or Outbound CallerID.
Parm2 is the outbound number.
I didn't specify Parm1, so the rule will match any AuthUserID.

Navigation

[0] Message Index

[#] Next page

[*] Previous page