mikepeterson

HOW TO SPOOF CALLER ID TO ANYTHING

Recommended Posts

[hide]

You will need:

================================================

- Linux server (ubuntu, debian, whatever)

- X-Lite Softphone client (for making VoIP calls)

- Asterisk (free open source, to be installed on the server)

- PBX "host" that allows Caller ID to be set by you (free ones are hard to find)

================================================

SSH into your server and issue these commands:

 

sudo apt-get install asterisk

yum install asterisk

 

 

[*]pick one based on your distro

 

[*]

 

vi /etc/asterisk/sip.conf

 

 

[*]all asterisk connection info is here

[*]

 

[sipuser]

type=peer

host=dynamic

username=allan

secret=1234

context=outgoing

 

 

 

[*]this is what should be in the config

[*]modify it to your own PBX

[*]secret is your password

[*]

vi /etc/asterisk/extension.conf

 

 

[*]this is were we setup the callerID

[*]

 

 

[outgoing]

exten => _1NXXNXXXXXX,1,SetCallerID(2024561111)

exten => _1NXXNXXXXXX,n,Dial(IAX2/VoicePulse/${EXTEN})

 

 

 

[*]add this to the end of the config

[*]set callerID to whatever you want

[*]

service asterisk restart

[*]save and reload the service (using systemctl or whatever)

[*]

 

 

[*]now fire up X-Lite phone and enter your IP details

[*]

 

 

[*]server ip can be found by issuing this command:

hostname -I

[*]

And you're done.  biggrin.png

 

[/hide]

Share this post


Link to post
Share on other sites

Thank you for this

Share this post


Link to post
Share on other sites

buuuuuuuuuuuuuuuuu

Share this post


Link to post
Share on other sites

You must reply to this thread to view this content.

Share this post


Link to post
Share on other sites

I'm hoping this isn't just a firertc post, and it's the code behind it... But yea let's find out.

Share this post


Link to post
Share on other sites

Nawaaaaaaaaaaaaaaaaa

Share this post


Link to post
Share on other sites

Worth a checkout. Thanks

Share this post


Link to post
Share on other sites

ssssssssssssssssssssssssss

Share this post


Link to post
Share on other sites

Hope it works

Share this post


Link to post
Share on other sites

gooooooooooooooooooooood

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.