constDialStringc_defaultCallGroupDialString:="765432*";// Digit 7 is a "wildcard"
constMsAddressc_defaultTesterGroupCSFAddress:={csfAddress:='101010101111110111000100'B};// corresponding to 765432*
constDialStringc_defaultPeerToPeerDialString:="1234567";// Tester address as dialstring
constDialStringc_defaultIutDialString:="7654321";// TODO where shall we define these??? in Pixit or here?
constMsAddressc_defaultIutCSFAddress:={csfAddress:='101010101111110110111011'B};// corresponding to 7654321
constMsAddressc_defaultTesterPeerToPeerCSFAddress:={csfAddress:='000110111001000111111101'B};// corresponding to 1234567
constDialStringc_defaultIutDialString:="7654321";
constCommon_IDc_defaultCommonId:='00000111'B;
constCommon_IDc_allCallCommonId:='11111111'B;
constDialStringc_csfAllCallDialString:="*******#";// TODO this is now according to spec, but the final "#" only means that the user will "activate the calling, but we might think this is the key sequence the operator is to press....
constDialStringc_csfAllCallWithPrefixDialString:="7******#";// TODO this is now according to spec, but the final "#" only means that the user will "activate the calling, but we might think this is the key sequence the operator is to press....