Areacode CID - Multiple CID Per area code & bulk imports
Added by Joshua Domeika 27 days ago
Hi everyone,
I'm struggling to find relevant threads - that's most likely on me.
Is there any way to assign multiple CIDs per one area code? When trying to do so I get a message stating a CID already exists for an area code.
Also, is there a way to bulk import CIDs? Would it have to be done as a SQL insert statement?
Replies (2)
RE: Areacode CID - Multiple CID Per area code & bulk imports
-
Added by Wittie Manansala 26 days ago
The Area Code CID feature in the GUI only supports one Caller ID (CID) per area code. However, feel free to test the following sample to see if it works for your setup:
Areacode= 212 Caller ID= 2125550111 Areacode= 2123 Caller ID= 2123440111
Thank you
RE: Areacode CID - Multiple CID Per area code & bulk imports
-
Added by Emma Brown 1 day ago
If you want to assign multiple CIDs to a zone code, you need to check: Database structure: There may be a UNIQUE constraint or primary key that restricts zone_code to only appear once in that table. https://slitheriogame.io