Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

called double 1

Status
Not open for further replies.
Oct 4, 2014
57
BR
called double
Would I like to help colleagues.
I would like a setup. example: when it was made a call to number 300, the extensions 300 and 301 touch at the same time. is it possible to accomplish.

---------------------------
chamada dupla
Gostaria de ajuda dos colegas.
gostaria de uma configuração. exemplo: quando fosse feito uma chamada para numero 300, o ramais 300 e 301 tocasse ao mesmo tempo. será que é possivel realizar.
 
You can use ONS - One Number Service
In SDAT add in Master or Slave of ONS
Add both in a Pickup group with ONS
 
CHANGE-SDAT:300,ATTRIBUT,PARARNGM;
CHANGE-SDAT:301,ATTRIBUT,PARARNGS;
ADD-AUN:1,,ONS,300&301,,YES,NO,NO;

Give the above a try.

Another way is Parallel Ringing but try the above first.
 
Até aqui tudo bem.

CHANGE-SDAT:300,ATTRIBUT,PARARNGM;
CHANGE-SDAT:301,ATTRIBUT,PARARNGS;

já aqui estou tendo o seguinte erro:

ADD-AUN:75,,ONS,300&301,,YES,NO,NO;
H500: AMO AUN STARTED
F83: THE PARARNGM PARAMETER FOR AT LEAST ONE OF THE COPIN NUMBERS OF
STN(300) MUST BE SET TO 'YES'.

AMO-AUN -111 CALL PICKUP GROUPS
ADD NOT COMPLETED;
 
Sorry - try again:

CHANGE-PERSI:TYPE=COPIN,COPIN=15,COTYPE=MOBILE,PINTEXT="ONE NUMBER SERVICE ",PARARNGM=YES;

Add a PIN to PIN15 for the Extensions 300 & 301
ADD-PERSI:TYPE=STN,STNO=300,PIN15=


CHANGE-SDAT:300,ATTRIBUT,PARARNGM;
CHANGE-SDAT:301,ATTRIBUT,PARARNGS;
ADD-AUN:1,,ONS,300&301,,YES,NO,NO;
 
you can create the group call at class of service parameter or cos.
and then you have to make one group pickup of them.
 
Yes there are at least 2 ways of doing this.
One is 'one number service - ONS' the other is Groupcall
 
<CHANGE-PERSI:TYPE=COPIN,COPIN=15,COTYPE=MOBILE,PINTEXT="ONE NUMBER SERVICE ",P
ARARNGM=YES;
CHANGE-PERSI:TYPE=COPIN,COPIN=15,COTYPE=MOBILE,PINTEXT="ONE NUMBER SERVICE ",
PARARNGM=YES;
H500: AMO PERSI STARTED

AMO-PERSI-111 PERSONAL IDENTIFICATION DATA
CHANGE COMPLETED;
<ADD-PERSI:STN,300,,,,,,,,,,,,,,,"300"&"301";
ADD-PERSI:STN,300,,,,,,,,,,,,,,,"300"&"301";
H500: AMO PERSI STARTED
F23: PIN15 IS BLOCKED

AMO-PERSI-111 PERSONAL IDENTIFICATION DATA
ADD NOT COMPLETED;
 
ADD-PERSI:TYPE=SYS,PIN15LEN=3;
ADD-PERSI:STN,300,,,,,,,,,,,,,,,300;
ADD-PERSI:STN,301,,,,,,,,,,,,,,,301;
 
<ADD-PERSI:TYPE=SYS,PIN15LEN=3;
ADD-PERSI:TYPE=SYS,PIN15LEN=3;
H500: AMO PERSI STARTED

AMO-PERSI-111 PERSONAL IDENTIFICATION DATA
ADD COMPLETED;
<ADD-PERSI:STN,300,,,,,,,,,,,,,,,300;
ADD-PERSI:STN,300,,,,,,,,,,,,,,,300;
H500: AMO PERSI STARTED
F05: PIN15 300 DOES NOT CORRESPOND TO THE PRESENT LENGTH,
PIN15LEN = 3
PIN15 = 3
F05: PIN15 3 DOES NOT CORRESPOND TO THE PRESENT LENGTH,
PIN15LEN = 3
 
dis-persi:sys;

Check the amount of digits in PIN15
Give 300 & 301 PINS with the same number of digits that PIN15 require
 
running success. I auditioned only that there was no call on the two apparatus. The idea is that the two touch together when it was made a call to each number.

execução sucesso. fiz o teste só que não houve a chamada nos dois aparelho. A ideia é que os dois tocasse juntos quando fosse feito uma chamada para uns dos numero.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top