How To Call From ANY Number Using Your Cellphone Signal

2 years ago
36

Let's face it: wifi calling sucks. The quality isn't good. In this video, I'm gonna show you how I cold call from any number I want using my cellphone signal.

Chapters:
00:00​ - Intro
00:38 - How it works
02:06 - Why you wanna do this
02:58 - How to set it up

$10 Twilio credit: www.twilio.com/referral/JUzOSU
Create the flow from scratch: https://www.twilio.com/blog/make-receive-calls-twilio-number-using-studio
Code:
{
"description": "A New Flow",
"states": [
{
"name": "Trigger",
"type": "trigger",
"transitions": [
{
"event": "incomingMessage"
},
{
"next": "CheckNumber",
"event": "incomingCall"
},
{
"event": "incomingRequest"
}
],
"properties": {
"offset": {
"x": 0,
"y": 0
}
}
},
{
"name": "CheckNumber",
"type": "split-based-on",
"transitions": [
{
"next": "ForwardIncomingCalls",
"event": "noMatch"
},
{
"next": "GetNumberToCall",
"event": "match",
"conditions": [
{
"friendly_name": "If value equal_to +17907778890",
"arguments": [
"{{trigger.call.From}}"
],
"type": "equal_to",
"value": "+17907778890"
}
]
}
],
"properties": {
"input": "{{trigger.call.From}}",
"offset": {
"x": 70,
"y": 230
}
}
},
{
"name": "GetNumberToCall",
"type": "gather-input-on-call",
"transitions": [
{
"next": "MakeOutboundCall",
"event": "keypress"
},
{
"event": "speech"
},
{
"event": "timeout"
}
],
"properties": {
"speech_timeout": "auto",
"offset": {
"x": 270,
"y": 460
},
"loop": 1,
"finish_on_key": "#",
"say": "Enter the number you wanna call, then press pound",
"stop_gather": true,
"gather_language": "en",
"profanity_filter": "true",
"timeout": 5
}
},
{
"name": "MakeOutboundCall",
"type": "connect-call-to",
"transitions": [
{
"event": "callCompleted"
},
{
"event": "hangup"
}
],
"properties": {
"offset": {
"x": 390,
"y": 690
},
"caller_id": "{{flow.channel.address}}",
"record": false,
"noun": "number",
"to": "{{widgets.GetNumberToCall.Digits}}",
"timeout": 30
}
},
{
"name": "ForwardIncomingCalls",
"type": "connect-call-to",
"transitions": [
{
"event": "callCompleted"
},
{
"event": "hangup"
}
],
"properties": {
"offset": {
"x": -210,
"y": 480
},
"caller_id": "{{contact.channel.address}}",
"noun": "number",
"to": "+17809741920",
"timeout": 60
}
}
],
"initial_state": "Trigger",
"flags": {
"allow_concurrent_calls": true
}
}

Feel free to connect with me:

Gab: https://gab.com/Sehrab
Bitchute: https://www.bitchute.com/channel/npEXGZBFVctU/

â–º How I get my clients results: https://www.gohighlevel.com/main-page?fp_ref=sehrab
â–º Sign up to LBRY: https://lbry.tv/$/invite/@sehrab:2

#coldcalling #marketingagency #callingdentists

Loading 1 comment...