Author Topic: How to give error message when someone calls you?  (Read 4923 times)

Offline po2okemon

  • Newb
  • *
  • Posts: 10
  • 1337 13V3L: +0/-0
How to give error message when someone calls you?
« on: September 20, 2010, 07:21:08 AM »
You know those machine messages that go like "I'm sorry, but the number you have reached is..." blah blah and it tells you to hang up and try again or dial the operator? Is it possible to make that sort of thing play automatically when someone calls me? But also be able to turn it off? It'd probably complicate things if I wanted it to play only if a certain number/numbers dial, so is it even possible at all?

Offline trevelyn

  • Administrator
  • Elite Cactus Squad
  • Ninja Phone Loser
  • *****
  • Posts: 1687
  • 1337 13V3L: +183/-22
  • He likes cans and taking pictures in cans!
    • WeakNet Labs
Re: How to give error message when someone calls you?
« Reply #1 on: September 20, 2010, 08:45:39 AM »
Sure! Just put this code into your phone:

$bad_guy = '000-000-0000';
if ($incoming_call eq $bad_guy) {
     play "error.mp3";
     close call();
}

happy travels!

Offline rbcp

  • Head Custodian
  • Administrator
  • Ninja Phone Loser
  • *****
  • Posts: 5259
  • 1337 13V3L: +454/-81
  • I'm not stupid! I'm not stupid! Hematology!
    • Homepage
Re: How to give error message when someone calls you?
« Reply #2 on: September 20, 2010, 09:01:35 AM »
I tried typing that into my phone and stupid T9 kept autocorrecting it all, so I had to keep scrolling back and manually correcting things it messed up.  Also, how do you type the dollar sign on a rotary dial phone?

Offline Nod

  • Quando omni flunkus moritati
  • Elite Cactus Squad
  • Ninja Phone Loser
  • *****
  • Posts: 3725
  • 1337 13V3L: +210/-138
  • 212-389-1318
    • twitter: @mrnudnik
Re: How to give error message when someone calls you?
« Reply #3 on: September 20, 2010, 11:29:35 AM »
I tried typing that into my phone and stupid T9 kept autocorrecting it all, so I had to keep scrolling back and manually correcting things it messed up.  Also, how do you type the dollar sign on a rotary dial phone?

You have to spell it out as STRING FUNCTION (78746438628466) then press and hold the hang up switch until you hear the tone indicating that it was accepted.
I HATE the bridge.
Meme Roth is a Food Nazi Cunt

Offline Q_

  • PR rat-bastard
  • PLA Underling
  • *
  • Posts: 102
  • 1337 13V3L: +3/-7
  • Keep hands and Feet Inside the booth at all times
Re: How to give error message when someone calls you?
« Reply #4 on: September 20, 2010, 03:40:29 PM »
Sure! Just put this code into your phone:

$bad_guy = '000-000-0000';
if ($incoming_call eq $bad_guy) {
     play "error.mp3";
     close call();
}

happy travels!

How to your type that into a phone?!?!?
"Just shut up, Shut up now."
-{{<Q>}}

Offline thefinn93

  • PLA Underling
  • *
  • Posts: 105
  • 1337 13V3L: +10/-2
Re: How to give error message when someone calls you?
« Reply #5 on: September 20, 2010, 04:29:59 PM »
You know those machine messages that go like "I'm sorry, but the number you have reached is..." blah blah and it tells you to hang up and try again or dial the operator? Is it possible to make that sort of thing play automatically when someone calls me? But also be able to turn it off? It'd probably complicate things if I wanted it to play only if a certain number/numbers dial, so is it even possible at all?

To answer your question, YouMail will do it quite nicely, the only trouble is that you have to use them for your voicemail instead of your carrier voicemail, which is fine because your carrier no doubt provides really shitty voicemail (they all do)

Offline rbcp

  • Head Custodian
  • Administrator
  • Ninja Phone Loser
  • *****
  • Posts: 5259
  • 1337 13V3L: +454/-81
  • I'm not stupid! I'm not stupid! Hematology!
    • Homepage
Re: How to give error message when someone calls you?
« Reply #6 on: September 20, 2010, 06:58:38 PM »
To answer your question, YouMail will do it quite nicely, the only trouble is that you have to use them for your voicemail instead of your carrier voicemail, which is fine because your carrier no doubt provides really shitty voicemail (they all do)

Wow, youmail is cool, just for the personal greetings.  I might ditch Google Voice and try this for awhile.  iPhone even allows their app in the app store, unlike they do for Google Voice.

Offline trevelyn

  • Administrator
  • Elite Cactus Squad
  • Ninja Phone Loser
  • *****
  • Posts: 1687
  • 1337 13V3L: +183/-22
  • He likes cans and taking pictures in cans!
    • WeakNet Labs
Re: How to give error message when someone calls you?
« Reply #7 on: September 23, 2010, 01:05:33 PM »
you can use google voice app on android ??? why not iPhone?

Offline rbcp

  • Head Custodian
  • Administrator
  • Ninja Phone Loser
  • *****
  • Posts: 5259
  • 1337 13V3L: +454/-81
  • I'm not stupid! I'm not stupid! Hematology!
    • Homepage
Re: How to give error message when someone calls you?
« Reply #8 on: September 23, 2010, 02:28:47 PM »
I used Google Voice on my iPhone already.  I was thinking about switching to YouMail because they've got some cool features, but then I noticed that they charge for them and I'm way to cheap for that.

Offline nyphonejacks

  • PLA Corporate Drone
  • *****
  • Posts: 435
  • 1337 13V3L: +22/-5
    • nyphonejacks
Re: How to give error message when someone calls you?
« Reply #9 on: September 23, 2010, 04:55:29 PM »
so set up an IVR with phonebooth.com

Offline immabadspellor_

  • PLA Underling
  • *
  • Posts: 106
  • 1337 13V3L: +27/-2
Re: How to give error message when someone calls you?
« Reply #10 on: September 23, 2010, 06:33:30 PM »
Forward your phone to a number that gives the desired message.  Won't work with phones that require you to call a number and have something other than a phone company automated message answer the phone to activate forwarding. 

Offline nyphonejacks

  • PLA Corporate Drone
  • *****
  • Posts: 435
  • 1337 13V3L: +22/-5
    • nyphonejacks
Re: How to give error message when someone calls you?
« Reply #11 on: September 23, 2010, 07:13:43 PM »
i used to forward my magicjack number to all sorts of phone company recording messages....

Offline rbcp

  • Head Custodian
  • Administrator
  • Ninja Phone Loser
  • *****
  • Posts: 5259
  • 1337 13V3L: +454/-81
  • I'm not stupid! I'm not stupid! Hematology!
    • Homepage
Re: How to give error message when someone calls you?
« Reply #12 on: September 24, 2010, 09:14:23 AM »
Someone hacked my Magicjack's voicemail this week and put a disconnection recording on it.  I'm betting it was po2okemon.

Offline nyphonejacks

  • PLA Corporate Drone
  • *****
  • Posts: 435
  • 1337 13V3L: +22/-5
    • nyphonejacks
Re: How to give error message when someone calls you?
« Reply #13 on: September 24, 2010, 11:34:13 AM »
so i guess since it was the MJ voicemail and not the answering machine that no one has still cracked that thing?

Offline rbcp

  • Head Custodian
  • Administrator
  • Ninja Phone Loser
  • *****
  • Posts: 5259
  • 1337 13V3L: +454/-81
  • I'm not stupid! I'm not stupid! Hematology!
    • Homepage
Re: How to give error message when someone calls you?
« Reply #14 on: September 24, 2010, 01:41:02 PM »
so i guess since it was the MJ voicemail and not the answering machine that no one has still cracked that thing?

Two people have hacked the machine now, so I've stopped the contest until I get a new machine.