Is it possible to track a call backwards beyond the last PBX?









up vote
0
down vote

favorite












We receive international calls into an Asterisk server (13.20) where some of the calls are automated, meaning there is no person involved, sort of M2M.



It is important for us to know where those automated call are coming from. Since it is easy to generate a call with faked ID we want to strengthen the authentication by identifying the original network from where the call was made.



When looking at the Asterisk logs I can see that a call came from Twilio for example, but that's it, no more tracking information.



My question:



Is it possible to track a call backwards beyond the last PBX who transferred the call to my server?










share|improve this question





















  • How are these calls coming in ? PSTN/SIP/AIX etc.
    – user3788685
    Nov 10 at 23:50










  • I am mostly interested to track SIP calls as they have the highest probability to carry faked CLI.
    – Nino
    Nov 11 at 17:18










  • Here in the UK I see many calls on and to the PSTN with fake CLID daily.
    – user3788685
    Nov 11 at 18:39










  • it is impossible to track fake CLI but maybe , there is hint on SIP headers. so you can mirror sip port and then by Homer/wireshark , you can save sip packets. and then you can follow IP/CLI. thats all you can.
    – Ycaner
    Nov 12 at 6:51














up vote
0
down vote

favorite












We receive international calls into an Asterisk server (13.20) where some of the calls are automated, meaning there is no person involved, sort of M2M.



It is important for us to know where those automated call are coming from. Since it is easy to generate a call with faked ID we want to strengthen the authentication by identifying the original network from where the call was made.



When looking at the Asterisk logs I can see that a call came from Twilio for example, but that's it, no more tracking information.



My question:



Is it possible to track a call backwards beyond the last PBX who transferred the call to my server?










share|improve this question





















  • How are these calls coming in ? PSTN/SIP/AIX etc.
    – user3788685
    Nov 10 at 23:50










  • I am mostly interested to track SIP calls as they have the highest probability to carry faked CLI.
    – Nino
    Nov 11 at 17:18










  • Here in the UK I see many calls on and to the PSTN with fake CLID daily.
    – user3788685
    Nov 11 at 18:39










  • it is impossible to track fake CLI but maybe , there is hint on SIP headers. so you can mirror sip port and then by Homer/wireshark , you can save sip packets. and then you can follow IP/CLI. thats all you can.
    – Ycaner
    Nov 12 at 6:51












up vote
0
down vote

favorite









up vote
0
down vote

favorite











We receive international calls into an Asterisk server (13.20) where some of the calls are automated, meaning there is no person involved, sort of M2M.



It is important for us to know where those automated call are coming from. Since it is easy to generate a call with faked ID we want to strengthen the authentication by identifying the original network from where the call was made.



When looking at the Asterisk logs I can see that a call came from Twilio for example, but that's it, no more tracking information.



My question:



Is it possible to track a call backwards beyond the last PBX who transferred the call to my server?










share|improve this question













We receive international calls into an Asterisk server (13.20) where some of the calls are automated, meaning there is no person involved, sort of M2M.



It is important for us to know where those automated call are coming from. Since it is easy to generate a call with faked ID we want to strengthen the authentication by identifying the original network from where the call was made.



When looking at the Asterisk logs I can see that a call came from Twilio for example, but that's it, no more tracking information.



My question:



Is it possible to track a call backwards beyond the last PBX who transferred the call to my server?







asterisk






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Nov 10 at 12:01









Nino

136




136











  • How are these calls coming in ? PSTN/SIP/AIX etc.
    – user3788685
    Nov 10 at 23:50










  • I am mostly interested to track SIP calls as they have the highest probability to carry faked CLI.
    – Nino
    Nov 11 at 17:18










  • Here in the UK I see many calls on and to the PSTN with fake CLID daily.
    – user3788685
    Nov 11 at 18:39










  • it is impossible to track fake CLI but maybe , there is hint on SIP headers. so you can mirror sip port and then by Homer/wireshark , you can save sip packets. and then you can follow IP/CLI. thats all you can.
    – Ycaner
    Nov 12 at 6:51
















  • How are these calls coming in ? PSTN/SIP/AIX etc.
    – user3788685
    Nov 10 at 23:50










  • I am mostly interested to track SIP calls as they have the highest probability to carry faked CLI.
    – Nino
    Nov 11 at 17:18










  • Here in the UK I see many calls on and to the PSTN with fake CLID daily.
    – user3788685
    Nov 11 at 18:39










  • it is impossible to track fake CLI but maybe , there is hint on SIP headers. so you can mirror sip port and then by Homer/wireshark , you can save sip packets. and then you can follow IP/CLI. thats all you can.
    – Ycaner
    Nov 12 at 6:51















How are these calls coming in ? PSTN/SIP/AIX etc.
– user3788685
Nov 10 at 23:50




How are these calls coming in ? PSTN/SIP/AIX etc.
– user3788685
Nov 10 at 23:50












I am mostly interested to track SIP calls as they have the highest probability to carry faked CLI.
– Nino
Nov 11 at 17:18




I am mostly interested to track SIP calls as they have the highest probability to carry faked CLI.
– Nino
Nov 11 at 17:18












Here in the UK I see many calls on and to the PSTN with fake CLID daily.
– user3788685
Nov 11 at 18:39




Here in the UK I see many calls on and to the PSTN with fake CLID daily.
– user3788685
Nov 11 at 18:39












it is impossible to track fake CLI but maybe , there is hint on SIP headers. so you can mirror sip port and then by Homer/wireshark , you can save sip packets. and then you can follow IP/CLI. thats all you can.
– Ycaner
Nov 12 at 6:51




it is impossible to track fake CLI but maybe , there is hint on SIP headers. so you can mirror sip port and then by Homer/wireshark , you can save sip packets. and then you can follow IP/CLI. thats all you can.
– Ycaner
Nov 12 at 6:51












1 Answer
1






active

oldest

votes

















up vote
-1
down vote













Some operators send some tracking in sip headers



For see more info, check sip debug.



asterisk -r
sip set debug on


However most of operators not provide for clients info about path of calls, some even not store it for internal use.






share|improve this answer




















  • "sip set debug on" is how I get the information about the last leg, as explained above this is not enough.
    – Nino
    Nov 11 at 6:40










  • Sorry, no way get info provider not want you see.
    – arheops
    Nov 11 at 10:11










Your Answer






StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");

StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53238732%2fis-it-possible-to-track-a-call-backwards-beyond-the-last-pbx%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
-1
down vote













Some operators send some tracking in sip headers



For see more info, check sip debug.



asterisk -r
sip set debug on


However most of operators not provide for clients info about path of calls, some even not store it for internal use.






share|improve this answer




















  • "sip set debug on" is how I get the information about the last leg, as explained above this is not enough.
    – Nino
    Nov 11 at 6:40










  • Sorry, no way get info provider not want you see.
    – arheops
    Nov 11 at 10:11














up vote
-1
down vote













Some operators send some tracking in sip headers



For see more info, check sip debug.



asterisk -r
sip set debug on


However most of operators not provide for clients info about path of calls, some even not store it for internal use.






share|improve this answer




















  • "sip set debug on" is how I get the information about the last leg, as explained above this is not enough.
    – Nino
    Nov 11 at 6:40










  • Sorry, no way get info provider not want you see.
    – arheops
    Nov 11 at 10:11












up vote
-1
down vote










up vote
-1
down vote









Some operators send some tracking in sip headers



For see more info, check sip debug.



asterisk -r
sip set debug on


However most of operators not provide for clients info about path of calls, some even not store it for internal use.






share|improve this answer












Some operators send some tracking in sip headers



For see more info, check sip debug.



asterisk -r
sip set debug on


However most of operators not provide for clients info about path of calls, some even not store it for internal use.







share|improve this answer












share|improve this answer



share|improve this answer










answered Nov 11 at 2:07









arheops

12k11122




12k11122











  • "sip set debug on" is how I get the information about the last leg, as explained above this is not enough.
    – Nino
    Nov 11 at 6:40










  • Sorry, no way get info provider not want you see.
    – arheops
    Nov 11 at 10:11
















  • "sip set debug on" is how I get the information about the last leg, as explained above this is not enough.
    – Nino
    Nov 11 at 6:40










  • Sorry, no way get info provider not want you see.
    – arheops
    Nov 11 at 10:11















"sip set debug on" is how I get the information about the last leg, as explained above this is not enough.
– Nino
Nov 11 at 6:40




"sip set debug on" is how I get the information about the last leg, as explained above this is not enough.
– Nino
Nov 11 at 6:40












Sorry, no way get info provider not want you see.
– arheops
Nov 11 at 10:11




Sorry, no way get info provider not want you see.
– arheops
Nov 11 at 10:11

















draft saved

draft discarded
















































Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.





Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


Please pay close attention to the following guidance:


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53238732%2fis-it-possible-to-track-a-call-backwards-beyond-the-last-pbx%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

How to how show current date and time by default on contact form 7 in WordPress without taking input from user in datetimepicker

Syphilis

Darth Vader #20