-
1
- #1
We got a job at a local art exhibition to make a telephony event, where the MD110 of the art museum should be used as a part of the exhibition. The clue was to have a number of analogue telephones - many of these very old ones - to have a SPEXI down to the group - of which they also were members.
The guests of the art museum were to told just to lift the handset and wait for reply! The person to answer (reply) the cal could in most cases another guest in the art museum. All phones are both members of the common GH group and all have SPEXI (hotline) to the group. All call will go to a random phone within the group. All phones are places in different rooms - or far away from each other - so callers cannot see each other.
Here are the necessary commands:
Create the numbers in the number analysis:
NANSI:NUMTYP=EX,NUMSE=XXXX&&YYYYY;
Create a number of analog phones:
EXTEI
IR=,EQU=,TYPE=EL6,TRAF=03010101,SERV=0000100000,TRM=3,CDIV=100000000,ROC=000001,ICAT=0001;
Create the group and add members:
GHGRI:GRP=,LIM=,SERV=10000,TRAF=15,SEL=110000,QUE=10;
GHGMI:GRP=,DIR=;
Create the hotline to the group for each telephone number:
SPEXI
IR=, OPT=N,NDC=group number;
Maybe you can use this idea?
///doktor
The guests of the art museum were to told just to lift the handset and wait for reply! The person to answer (reply) the cal could in most cases another guest in the art museum. All phones are both members of the common GH group and all have SPEXI (hotline) to the group. All call will go to a random phone within the group. All phones are places in different rooms - or far away from each other - so callers cannot see each other.
Here are the necessary commands:
Create the numbers in the number analysis:
NANSI:NUMTYP=EX,NUMSE=XXXX&&YYYYY;
Create a number of analog phones:
EXTEI
Create the group and add members:
GHGRI:GRP=,LIM=,SERV=10000,TRAF=15,SEL=110000,QUE=10;
GHGMI:GRP=,DIR=;
Create the hotline to the group for each telephone number:
SPEXI
Maybe you can use this idea?
///doktor