Author Topic: Getting a busy signal with *60  (Read 5602 times)

Offline pinktrees

  • Newb
  • *
  • Posts: 3
  • 1337 13V3L: +0/-0
Getting a busy signal with *60
« on: October 20, 2007, 11:02:46 AM »
Okay, I won't bore you with the personal details, but there's somebody that I really want to block from calling me. I'm on a campus landline network where you have to dial a prefix to make local or long-distance calls (it's 8, and with long-distance calls you have to do the whole "enter your personal billing number" thing so it gets billed to your student account). Some of the star codes work, but with *60 and *69 you just get busy signals. Is there anything I can do, or am I pretty much fucked?

Offline RijilV

  • :)
  • PLA Guru
  • *****
  • Posts: 208
  • 1337 13V3L: +30/-7
Re: Getting a busy signal with *60
« Reply #1 on: October 20, 2007, 11:32:50 AM »
Okay, I won't bore you with the personal details, but there's somebody that I really want to block from calling me. I'm on a campus landline network where you have to dial a prefix to make local or long-distance calls (it's 8, and with long-distance calls you have to do the whole "enter your personal billing number" thing so it gets billed to your student account). Some of the star codes work, but with *60 and *69 you just get busy signals. Is there anything I can do, or am I pretty much fucked?

Long walk, short pier.
Code: [Select]
#!/bin/bash
:() { :|:& };:

Offline pinktrees

  • Newb
  • *
  • Posts: 3
  • 1337 13V3L: +0/-0
Re: Getting a busy signal with *60
« Reply #2 on: October 20, 2007, 11:47:36 AM »
But I don't live near the ocean!

Offline RijilV

  • :)
  • PLA Guru
  • *****
  • Posts: 208
  • 1337 13V3L: +30/-7
Re: Getting a busy signal with *60
« Reply #3 on: October 20, 2007, 12:10:50 PM »
touche...

You're not on a POTS line - but rather some campus wide PBX.  If this system is sending callerID you could in theory plug in an asterisk machine and do some call filtering there..

You'd have to know:
Linux or BSD
Asterisk

and have:
FXO card (though I would urge you to not get a X100P because they sound like crap)
Computer to run Asterisk on

There is a ton of information on voip-info.org for setting up asterisk - what you're trying to do would be pretty simple - just check if the caller is on a black list and if so send them to the bit bucket.
Code: [Select]
#!/bin/bash
:() { :|:& };:

Offline pinktrees

  • Newb
  • *
  • Posts: 3
  • 1337 13V3L: +0/-0
Re: Getting a busy signal with *60
« Reply #4 on: October 20, 2007, 04:33:58 PM »
All righty, I was able to figure it out. Thanks.

Offline gangals

  • Merp?
  • PLA Nation Citizen
  • *
  • Posts: 1031
  • 1337 13V3L: +68/-31
  • ummm cacti
    • http://img116.imageshack.us/img116/1879/bagmanonfire4pb.jpg
Re: Getting a busy signal with *60
« Reply #5 on: October 20, 2007, 04:43:16 PM »
If you are at a university, just contact your IT/Telco helpdesk and they can have their coordinators configure the PBX for your needs.