External calls on Connection and conversation users

Post Reply
vibariel

External calls on Connection and conversation users

Post by vibariel »

Hi to all,

I´m installing a OTBE, and I´m testing with conversation user and connection user, but the behavior for outgoing calls is diferent.
The internal extensions have four digits 1xxx; 2xxxx; 3xxx.
For example here we are public service numbers 030, 066, 089 like 911.
local calls with 7 digits and begin with 9xxxxxx, 2xxxxxx, 3xxxxxx;
National calls with prefix 01 + City ID + Number
International Calls with prefix 00 + Country ID + Number
Local Cellular calls with prefix 044 + Number
National Cellular calls with prefix 045 + number
The ARS Prof.Trg Grp Seiz.with overlap is: 9.

I configured the following DAS rules:

Phone Formatting Rules:
/^\s*\+*[xX]?(\d{3,5})\s*$/

DAS Rules
s/^\+(\d{3,5)$/+x\1
s/^\+[xX](.*)/\1/ Internal calls
s/^\+01(.*)$/901\1/ National calls
s/^\+00(.*)$/900\1/ International calls
s/^\+044(.*)$/9044\1/ Local cellular calls
s/^\+045(.*)$/9045\1/ National cellular calls
s/^\+2(.*)$/92\1/ Local calls
s/^\+3(.*)$/93\1/ Local calls
s/^\+8(.*)$/98\1/ Local calls


Behavior with an user conversation on OTCv PC: I can make all calls set before prefix 9 + (public service numbers, local calls, national calls, International calls, local cellular calls, national cellular calls).

Behavior with an user conversation on Smartphone Andriod with app opentouch conversation: I can make calls set before prefix 9 + (public service numbers) but no for local calls, national calls, International calls, local cellular calls, national cellular calls, for this calls only without the prefix 9 the call is established.
If I make a call of any service number without prefix 9, the call is not made.

Behavior with an user connection on OTCt PC in nomadic mode: I can make calls set before prefix 9 + (public service numbers) but no for local calls, national calls, International calls, local cellular calls, national cellular calls, for this calls only without the prefix 9 the call is established.
If I make a call of any service number without prefix 9, the call is not made.

Do you know if this behaviors are normal or have any idea of this behaviors?

Is possible make that all calls are made with the prefix 9 or without prefix 9?

in advance thanks for the help you can give me .

Regards,
Post Reply

Return to “OTBE - OpenTouch Business Edition”