Looking for phone numbers displayed in-game

Does anyone know if and where the phone numbers for Stilwater's Police Dept., Pimps 'R Us, Wardill Airport, ¢ocks, Forgive and Forget's working one, Legal Lee's offices, Rusty's Needle, Spelunkers, the Suicide Hotline, Tee'N'Ay, and Ultor Security can be found in-game? Every other possible phone book entry has a billboard, sign, vehicle decal, and/or lists the phone number in a related Hitman entry (I'm surprised that none of the radio commercials had any).

A few of these numbers also existed in the first game and so I assume they might lack in-game representation because of that (i.e.- to reward returning players for remembering the old phone numbers and choosing to try them), but there's a few that are otherwise completely new that I have to wonder if I'm overlooking something in some secret area or cut-scene somewhere, or if players were just expected to randomly try spelling silly things with the dial pad and then pass it on via word of mouth as appears to have happened (with the exception of Ultor Security, which I assume people might just stumble upon by trying slightly less common US emergency service numbers).

Since I didn't see any phone numbers in The Cutting Room Floor's unused graphics section for SR2 and there's multiple texture replacement pack mods here, I figure the active users here have the highest chance at letting me know whether or not the numbers exist in any capacity in-game, and where they appear if so. I'm hoping none of them are hidden away in random NPC chatter, but I wouldn't be surprised if that's where some of them actually end up being.

While hunting on my own, I took screenshots of the map while hovering over the locations of several of the signs and billboards that feature phone numbers, which I figure might interest whatever user(s) are creating (or recreating?) interactive maps, so feel free to ask me to share those.
 
Here's the phone numbers wiki page for SR1 and SR2.

Here are the phone numbers for SR2 taken straight from GotR's help .txt files (courtesy of IdolNinja):
IdolNinja said:
USEFUL PHONE NUMBERS
8198415 Big Willy's Cab: Taxi will arrive and you can pay a small fare to transport immediately to any location
5553473 Fire Department: Fire truck will arrive at player's location
911 Emergency: Ambulance will arrive at player's location
5556328 Freckle Bitch's - Sends Freckle Bitch's driver to player's location
5554976 Company of Gyros - Sends Company of Gyros driver to player's location

MISC PHONE NUMBERS (answering machine messages):
5553597 Airport
8198415 Big Willy's Cab
5554233 Bling Bling
5553765 Brown Baggers
5552626 Cocks
5552453 Cycles
0180174 EagleLine Yellow
5552046 Foreign Power
5554448 Forgive and Forget
5554867 Friendly Fire
5557577 Giftshop
5556677 HazMat
5558459 Image as Designed
5553248 Impression
5552662 Leather and Lace
5559467 Legal Lee's
5555926 On The Rag
5552564 On Thin Ice
5557973 Police
5557467 Pimps 'R Us
5553493 Rim Jobs
5558287 Rusty's Needle
5557447 Ship It
5552283 Spelunkers
4876837 Suicide Hotline
5559866 Tee'N'Ay
4558008 TNA Taxis
411 Ultor Security
If you're using GotR, there are more helpful .txt files like this. It's worth having a read through them.

Here are the contents of cell_phone.xtbl. These are the only phone numbers (which aren't cheats) which will work in-game (unless there's some undiscovered hard-coded easter egg number):
Code:
<Table>
    <Cell_entry>
        <Name>emergency</Name>
        <Number>911</Number>
        <Sound>ANS_AMBULANCE</Sound>
        <_Editor>
            <Category>Entries</Category>
            </_Editor>
        <DisplayName>CELL_EMERGENCY</DisplayName>
        <Action>cell_ambulance</Action>
        <Flags>
            <Flag>External Rings</Flag>
            </Flags>
        </Cell_entry>
    <Cell_entry>
        <Name>cell_dex_bonus_mission</Name>
        <DisplayName>CELL_JULIUS</DisplayName>
        <Number>5552628</Number>
        <Sound>DEX_CALLPLAYER_BONUS_01</Sound>
        <Flags>
            </Flags>
        <_Editor>
            <Category>Entries</Category>
            </_Editor>
        <Action>dex</Action>
        </Cell_entry>
    <Cell_entry>
        <Name>stillwater_airport</Name>
        <DisplayName>CELL_AIRPORT</DisplayName>
        <Number>5553597</Number>
        <Sound>ANS_WARDILL</Sound>
        <Flags>
            </Flags>
        <_Editor>
            <Category>Entries</Category>
            </_Editor>
        </Cell_entry>
    <Cell_entry>
        <Name>big_willys_taxi</Name>
        <Number>8198415</Number>
        <Sound>ANS_BIGWILLY</Sound>
        <_Editor>
            <Category>Entries</Category>
            </_Editor>
        <DisplayName>TAXI_CAB_1</DisplayName>
        <Action>cell_taxi BigWilly</Action>
        <Flags>
            <Flag>External Rings</Flag>
            </Flags>
        </Cell_entry>
    <Cell_entry>
        <Name>bling_bling</Name>
        <DisplayName>CELL_BLING_BLING</DisplayName>
        <Number>5554233</Number>
        <Sound>ANS_BLINGBLING</Sound>
        <Flags>
            </Flags>
        <_Editor>
            <Category>Entries</Category>
            </_Editor>
        </Cell_entry>
    <Cell_entry>
        <Name>brownbag</Name>
        <Number>5553765</Number>
        <Sound>ANS_BROWNBAGGERS</Sound>
        <_Editor>
            <Category>Entries</Category>
            </_Editor>
        <DisplayName>CELL_BROWN</DisplayName>
        <Flags>
            </Flags>
        </Cell_entry>
    <Cell_entry>
        <Name>Cocks</Name>
        <Number>5552626</Number>
        <Sound>ANS_COCKS</Sound>
        <_Editor>
            <Category>Entries</Category>
            </_Editor>
        <DisplayName>CELL_STOCK</DisplayName>
        <Flags>
            </Flags>
        </Cell_entry>
    <Cell_entry>
        <Name>company_of_gyros</Name>
        <DisplayName>CELL_COMPANY_OF_GYROS</DisplayName>
        <Number>5554976</Number>
        <Sound>ANS_COGYROS</Sound>
        <Action>gyro</Action>
        <Flags>
            </Flags>
        <_Editor>
            <Category>Entries</Category>
            </_Editor>
        </Cell_entry>
    <Cell_entry>
        <Name>cycles</Name>
        <DisplayName>CELL_CYCLES</DisplayName>
        <Number>5552453</Number>
        <Sound>ANS_CYCLES</Sound>
        <Flags>
            </Flags>
        <_Editor>
            <Category>Entries</Category>
            </_Editor>
        </Cell_entry>
    <Cell_entry>
        <Name>eagle_taxi</Name>
        <Number>0180174</Number>
        <Sound>ANS_EAGLELINE_TAXI</Sound>
        <_Editor>
            <Category>Entries</Category>
            </_Editor>
        <DisplayName>TAXI_CAB_2</DisplayName>
        <Action>cell_taxi Eagle</Action>
        <Flags>
            <Flag>External Rings</Flag>
            </Flags>
        </Cell_entry>
    <Cell_entry>
        <Name>eye4eye</Name>
        <Number>5555966</Number>
        <Sound>ANS_CARLOS_ZOMBIE</Sound>
        <_Editor>
            <Category>Entries</Category>
            </_Editor>
        <DisplayName>CELL_EYE</DisplayName>
        <Flags>
            </Flags>
        </Cell_entry>
    <Cell_entry>
        <Name>foreign</Name>
        <Number>5552046</Number>
        <Sound>ANS_FOREIGNPOWER</Sound>
        <_Editor>
            <Category>Entries</Category>
            </_Editor>
        <DisplayName>CELL_FOREIGN</DisplayName>
        <Flags>
            </Flags>
        </Cell_entry>
    <Cell_entry>
        <Name>forgive</Name>
        <Number>5554448</Number>
        <Sound>ANS_FORGIVEANDFORGET</Sound>
        <_Editor>
            <Category>Entries</Category>
            </_Editor>
        <DisplayName>CELL_FORGIVE</DisplayName>
        <Flags>
            </Flags>
        </Cell_entry>
    <Cell_entry>
        <Name>freckle</Name>
        <Number>5556328</Number>
        <Sound>ANS_FRECKLE_BITCHES</Sound>
        <_Editor>
            <Category>Entries</Category>
            </_Editor>
        <DisplayName>CELL_FRECKLE</DisplayName>
        <Flags>
            </Flags>
        <Action>freckle</Action>
        </Cell_entry>
    <Cell_entry>
        <Name>friendly_fire</Name>
        <DisplayName>CELL_FRIENDLY_FIRE</DisplayName>
        <Number>5554867</Number>
        <Sound>ANS_FRIENDLYFIRE</Sound>
        <Flags>
            </Flags>
        <_Editor>
            <Category>Entries</Category>
            </_Editor>
        </Cell_entry>
    <Cell_entry>
        <Name>fire_department</Name>
        <DisplayName>CELL_FIRE_DEPARTMENT</DisplayName>
        <Number>5553473</Number>
        <Sound>ANS_SFD</Sound>
        <Flags>
            </Flags>
        <_Editor>
            <Category>Entries</Category>
            </_Editor>
        <Action>fire</Action>
        </Cell_entry>
    <Cell_entry>
        <Name>stillwater_giftshop</Name>
        <DisplayName>CELL_GIFTSHOP</DisplayName>
        <Number>5557577</Number>
        <Sound>ANS_SU_GIFTSHOP</Sound>
        <Flags>
            </Flags>
        <_Editor>
            <Category>Entries</Category>
            </_Editor>
        </Cell_entry>
    <Cell_entry>
        <Name>hazmat</Name>
        <DisplayName>CELL_HAZMAT</DisplayName>
        <Number>5556677</Number>
        <Sound>ANS_HAZMAT</Sound>
        <Flags>
            </Flags>
        <_Editor>
            <Category>Entries</Category>
            </_Editor>
        <Action>hazmat</Action>
        </Cell_entry>
    <Cell_entry>
        <Name>image_as_designed</Name>
        <DisplayName>CELL_IMAGE</DisplayName>
        <Number>5558459</Number>
        <Sound>ANS_IMAGEASDESIGNED</Sound>
        <Flags>
            </Flags>
        <_Editor>
            <Category>Entries</Category>
            </_Editor>
        </Cell_entry>
    <Cell_entry>
        <Name>imp_store</Name>
        <Number>5553248</Number>
        <Sound>ANS_IMPRESSIONS</Sound>
        <_Editor>
            <Category>Entries</Category>
            </_Editor>
        <DisplayName>CELL_IMPRESSION</DisplayName>
        <Flags>
            </Flags>
        </Cell_entry>
    <Cell_entry>
        <Name>leather_and_lace</Name>
        <DisplayName>CELL_LEATHER_AND_LACE</DisplayName>
        <Number>5552662</Number>
        <Sound>ANS_LEATHER_AND_LACE</Sound>
        <Flags>
            </Flags>
        <_Editor>
            <Category>Entries</Category>
            </_Editor>
        </Cell_entry>
    <Cell_entry>
        <Name>legallees</Name>
        <Number>5559467</Number>
        <Sound>ANS_LEGALLEES</Sound>
        <_Editor>
            <Category>Entries</Category>
            </_Editor>
        <DisplayName>CELL_LEES</DisplayName>
        <Flags>
            </Flags>
        </Cell_entry>
    <Cell_entry>
        <Name>ontherag</Name>
        <Number>5555926</Number>
        <Sound>ANS_ONTHERAG</Sound>
        <_Editor>
            <Category>Entries</Category>
            </_Editor>
        <DisplayName>CELL_RAG</DisplayName>
        <Flags>
            </Flags>
        </Cell_entry>
    <Cell_entry>
        <Name>onthinice</Name>
        <Number>5552564</Number>
        <Sound>ANS_ONTHINICE</Sound>
        <_Editor>
            <Category>Entries</Category>
            </_Editor>
        <DisplayName>CELL_ICE</DisplayName>
        <Flags>
            </Flags>
        </Cell_entry>
    <Cell_entry>
        <Name>police</Name>
        <DisplayName>CELL_POLICE</DisplayName>
        <Number>5557973</Number>
        <Sound>ANS_SPD</Sound>
        <Flags>
            </Flags>
        <_Editor>
            <Category>Entries</Category>
            </_Editor>
        <Action>police</Action>
        </Cell_entry>
    <Cell_entry>
        <Name>pimps</Name>
        <DisplayName>CELL_PIMPS</DisplayName>
        <Number>5557467</Number>
        <Sound>ANS_PIMP</Sound>
        <Flags>
            </Flags>
        <_Editor>
            <Category>Entries</Category>
            </_Editor>
        <Action>pimp</Action>
        </Cell_entry>
    <Cell_entry>
        <Name>rimjobs</Name>
        <Number>5553493</Number>
        <Sound>ANS_RIMJOBS</Sound>
        <_Editor>
            <Category>Entries</Category>
            </_Editor>
        <DisplayName>CELL_RIM</DisplayName>
        <Flags>
            </Flags>
        </Cell_entry>
    <Cell_entry>
        <Name>rustys_needle</Name>
        <DisplayName>CELL_RUSTYS_NEEDLE</DisplayName>
        <Number>5558287</Number>
        <Sound>ANS_RUSTYSNEEDLE</Sound>
        <Flags>
            </Flags>
        <_Editor>
            <Category>Entries</Category>
            </_Editor>
        </Cell_entry>
    <Cell_entry>
        <Name>ship_it</Name>
        <DisplayName>CELL_SHIP_IT</DisplayName>
        <Number>5557447</Number>
        <Sound>ANS_SHIPIT</Sound>
        <Flags>
            </Flags>
        <_Editor>
            <Category>Entries</Category>
            </_Editor>
        <Action>ship_it</Action>
        </Cell_entry>
    <Cell_entry>
        <Name>Spelunkers</Name>
        <DisplayName>CELL_SPELUNKERS</DisplayName>
        <Number>5552283</Number>
        <Sound>ANS_SPELUNKERS</Sound>
        <Flags>
            </Flags>
        <_Editor>
            <Category>Entries</Category>
            </_Editor>
        </Cell_entry>
    <Cell_entry>
        <Name>suicide hotline</Name>
        <DisplayName>CELL_SUICIDE</DisplayName>
        <Number>4876837</Number>
        <Sound>ANS_SUICIDE_HOTLINE</Sound>
        <Flags>
            </Flags>
        <_Editor>
            <Category>Entries</Category>
            </_Editor>
        </Cell_entry>
    <Cell_entry>
        <Name>tienay</Name>
        <Number>5559866</Number>
        <Sound>ANS_TEENAY</Sound>
        <_Editor>
            <Category>Entries</Category>
            </_Editor>
        <DisplayName>CELL_TIENAY</DisplayName>
        <Flags>
            </Flags>
        </Cell_entry>
    <Cell_entry>
        <Name>tna_taxi</Name>
        <Number>4558008</Number>
        <Sound>ANS_TNA_TAXI</Sound>
        <_Editor>
            <Category>Entries</Category>
            </_Editor>
        <DisplayName>TAXI_CAB_3</DisplayName>
        <Action>cell_taxi TNA</Action>
        <Flags>
            <Flag>External Rings</Flag>
            </Flags>
        </Cell_entry>
    <Cell_entry>
        <Name>ultor</Name>
        <DisplayName>CELL_ULTOR</DisplayName>
        <Number>411</Number>
        <Sound>ANS_ULTOR_SECURITY</Sound>
        <Flags>
            </Flags>
        <_Editor>
            <Category>Entries</Category>
            </_Editor>
        </Cell_entry>
    </Table>

I agree. It would be cool to have a map of all (or some of) the billboards though. I have found myself looking for specific adverts in-game before and it can take ages before you find the one you're looking for. Of course there are also the other unique billboards, like those which have your character's face on them, and the ones which used to display real adverts. A project for someone, perhaps...
 
I'm aware what the numbers themselves are- it's the only thing about them that's been documented and spread every which way on the internet (I'd already checked and subsequently posted in that Fandom wiki's article's talk page to no response- the only apparent active user there is obsessing over creating articles for a chronology of events for the original Saints Row that are empty save for template box details that seem more reminiscent of regular Wikipedia civil war skirmish ones than anything else). I even found some non-functioning numbers that aren't listed on said article page.

I'm just trying to see if the specific ones I've listed had a hint anywhere inside the game's own content (or tangential content, if any of the promotional material in official sites or trailers managed to sneak them in) or if the only way to discover them originally would've been through brute force or data-mining (with the aforementioned exception of any phone numbers that are shared from the original Saints Row and presumably were organically discovered in-game there).

I already have the locations of at least one instance of each unique phone number's appearance other than the ones I listed in the original post (some of them are the 'new owner' ones). I wouldn't offer to share screenshots I don't have. I just don't have a pressing interest in remaking maps myself, seeing how the last time interactive maps for the game existed anywhere they were quietly lost due to un-renewed and abandoned websites that used to host them. The Fandom wiki has a severely incomplete attempt at recreating one, but it's so bare that I can only assume interest in it waned as well.
 
Ah, I see. Well, I thought it useful to share the information above anyway since it might be helpful to anyone else reading this thread in future.

I've since found your post over on Fandom. Sorry I can't be of more help. I'll keep my eye out for those numbers you mentioned, and I'll post here if I find anything.
 
Back
Top