Private Calls in DMRGateway
Posted: Sat Jan 08, 2022 7:34 pm
Lets start with a look at the accepted method of doing a private call to a parrot
PCRewrite0=2,9990,2,9990,1
SrcRewrite0=2,9990,2,9,1
Now this requires a TG 9990 private call to be created in the code plug with tg9 set in a receiver group associated with tg9990
we can eliminate the TG9 when we use
SrcRewrite0=2,9990,2,9990,1
But what do we do when we want to use multiple private calls to different users digital ids?
A few of us over at TGIF discovered that .............
Most DMR radio's were designed to make and receive private calls. The radio contains the users call sign and digital ID
WE found that the following works just fine, by directing the the return private call directly to the radio.
Assume the radio has my call and Digital ID VE3RD 3023954
PCRewrite0=2,9990,2,9990,1
SrcRewrite0=2,9990,2,VE3RD,1
Alternately SrcRewrite0=2,9990,2,3023954,1 works as well.
Now we need to expand this to work on different networks using the 7 digit tg method
Network 1
PCRewrite0=2,1009990,2,9990,1
SrcRewrite0=2,9990,2,VE3RD,1
Network 4
PCRewrite0=2,4009990,2,9990,1
SrcRewrite0=2,9990,2,VE3RD,1
The above works just fine. The following is supposition
Edited by group Admin. Read below.
PCRewrite0=2,9990,2,9990,1
SrcRewrite0=2,9990,2,9,1
Now this requires a TG 9990 private call to be created in the code plug with tg9 set in a receiver group associated with tg9990
we can eliminate the TG9 when we use
SrcRewrite0=2,9990,2,9990,1
But what do we do when we want to use multiple private calls to different users digital ids?
A few of us over at TGIF discovered that .............
Most DMR radio's were designed to make and receive private calls. The radio contains the users call sign and digital ID
WE found that the following works just fine, by directing the the return private call directly to the radio.
Assume the radio has my call and Digital ID VE3RD 3023954
PCRewrite0=2,9990,2,9990,1
SrcRewrite0=2,9990,2,VE3RD,1
Alternately SrcRewrite0=2,9990,2,3023954,1 works as well.
Now we need to expand this to work on different networks using the 7 digit tg method
Network 1
PCRewrite0=2,1009990,2,9990,1
SrcRewrite0=2,9990,2,VE3RD,1
Network 4
PCRewrite0=2,4009990,2,9990,1
SrcRewrite0=2,9990,2,VE3RD,1
The above works just fine. The following is supposition
Edited by group Admin. Read below.