Friday, September 12, 2008

Do not spoof with that...........

Prerequisites:

  • A working installation of Linux.

Installing Asterisk

- Login to your Linux system as user “root”
- Run the following commands to download Asterisk for free:

cd /usr/src
export CVSROOT=:pserver:anoncvs@cvs.digium.com:/usr/cvsroot
cvs login < --- Use anoncvs as the password
cvs checkout asterisk

- Run the following commands to compile Asterisk:

cd /usr/src/asterisk
make clean
make
make install
make samples

If you run into any problems with the Asterisk installation, consult the Asterisk Wiki for assistance.

Creating a NuFone Account

Fill out the NuFone Account Creation Form.

  • Choose IAX as the signaling type.
  • Choose “Pay as you go” as the plan.

After you complete the account creation process, you should receive an confirmation email from NuFone containing your login credentials.

Configuring Asterisk

- Login to your Linux system as user “root”
- Edit /etc/asterisk/extensions.conf and add the following lines to the end of the file. Be sure to substitute your own username and password!

[spoofing]
exten => _XXXXXXXXXX,1,dial,IAX2/username:password@switch-2.nufone.net/1${EXTEN}
exten => _XXXXXXXXXX, 2, congestion() ; No answer, nothing
exten => _XXXXXXXXXX, 102, busy() ; Busy

Creating the Call File

To spoof Caller ID for free using this method, you will need to know the following three bits of information.

  • Your Phone Number
  • The Phone Number of the Person You are Calling
  • The Phone Number You are Spoofing

Create /tmp/spoof.call with the following lines. Remember to substitute your information for spoofnumber, yournumber, and callnumber. Please note that yournumber is the only one that requires a “1″ at the beginning.

Channel: IAX2/username:password@switch-2.nufone.net/1yournumber
Callerid: spoofnumber
MaxRetries: 5
RetryTime: 60
WaitTime: 30
Context: spoofing
Extension: callnumber
Priority: 1

Here is an example call file assuming the following details:

  • My Number is 404-222-2222
  • I want to call 404-333-3333
  • I want to spoof the Caller ID as 404-867-5309

Channel: IAX2/username:password@switch-2.nufone.net/14042222222
Callerid: 4048675309
MaxRetries: 5
RetryTime: 60
WaitTime: 30
Context: spoofing
Extension: 4043333333
Priority: 1

Starting Asterisk

- Login to your Linux system as user “root”.
- Choose one of the following ways to start Asterisk. Don’t run both commands!
- Run the following command to start Asterisk in background mode:

/usr/sbin/asterisk

- Run the following command to start Asterisk in CLI mode:

/usr/sbin/asterisk -c

Spoofing Caller ID for Free

Now that you have Asterisk installed, configured, and running, it’s time to have a little fun with Caller ID.

- Login to your Linux system as user “root”
- Run the following command to initiate the spoofed Caller ID phone call:

cp /tmp/spoof.call /var/spool/asterisk/outgoing

- Asterisk will detect the call file and initiate an IAX call to your phone number. Once you answer the call, Asterisk will then dial the other number and bridge the two calls together.

Cautions and “Don’t Try This At Home” Disclaimer

Spoofing Caller ID for free using a NuFone account certainly violates their Terms of Service and will probably get your account suspended or terminated. There may also be other legal issues with spoofing Caller ID, but I’m not a lawyer.

Wednesday, June 25, 2008

Facts of life....

1. At least 5 people in this world, love you so
much they would die for you.

2. At least 15 people in this world love you, in
some way.

3. The only reason anyone would ever hate you, is
because they want to be just like you.
No kidding! I know some of those people.

4. A smile from you, can bring happiness to
anyone, even if they don't like you.

5. Every night, SOMEONE thinks about you before
they go to sleep.

6. You mean the world to someone.

7. Without you, someone may not be living.

9. You are special and unique, in your own way.

10. Someone that you don't know even exists,loves
you.

11. When you make the biggest mistake ever something
good comes from it.

12. When you think the world has turned it's back
on you,take a look, you most likely turned your
back on the world.

13. When you think you have no chance at getting what
you want, you probably won't get it, but if you
believe in yourself,you probably sooner or later
will get it

14. Always remember complements you received,
forget about the rude remarks.

15. Always tell someone how you feel about them,
you will feel much better when they know.

16. If you have a great friend, take the time to
let them know that they are great.

part of my life !

this blog become part of my life..........
now my friends come more close to me through that.