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
    2 days ago










  • Here in the UK I see many calls on and to the PSTN with fake CLID daily.
    – user3788685
    2 days ago










  • 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
    yesterday















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
    2 days ago










  • Here in the UK I see many calls on and to the PSTN with fake CLID daily.
    – user3788685
    2 days ago










  • 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
    yesterday













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
    2 days ago










  • Here in the UK I see many calls on and to the PSTN with fake CLID daily.
    – user3788685
    2 days ago










  • 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
    yesterday


















  • 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
    2 days ago










  • Here in the UK I see many calls on and to the PSTN with fake CLID daily.
    – user3788685
    2 days ago










  • 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
    yesterday
















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
2 days ago




I am mostly interested to track SIP calls as they have the highest probability to carry faked CLI.
– Nino
2 days ago












Here in the UK I see many calls on and to the PSTN with fake CLID daily.
– user3788685
2 days ago




Here in the UK I see many calls on and to the PSTN with fake CLID daily.
– user3788685
2 days ago












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
yesterday




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
yesterday












1 Answer
1






active

oldest

votes

















up vote
0
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
    2 days ago










  • Sorry, no way get info provider not want you see.
    – arheops
    2 days ago











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
































1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
0
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
    2 days ago










  • Sorry, no way get info provider not want you see.
    – arheops
    2 days ago















up vote
0
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
    2 days ago










  • Sorry, no way get info provider not want you see.
    – arheops
    2 days ago













up vote
0
down vote










up vote
0
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

11.8k11122




11.8k11122












  • "sip set debug on" is how I get the information about the last leg, as explained above this is not enough.
    – Nino
    2 days ago










  • Sorry, no way get info provider not want you see.
    – arheops
    2 days ago


















  • "sip set debug on" is how I get the information about the last leg, as explained above this is not enough.
    – Nino
    2 days ago










  • Sorry, no way get info provider not want you see.
    – arheops
    2 days ago
















"sip set debug on" is how I get the information about the last leg, as explained above this is not enough.
– Nino
2 days ago




"sip set debug on" is how I get the information about the last leg, as explained above this is not enough.
– Nino
2 days ago












Sorry, no way get info provider not want you see.
– arheops
2 days ago




Sorry, no way get info provider not want you see.
– arheops
2 days ago


















 

draft saved


draft discarded



















































 


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




















































































Popular posts from this blog

Full-time equivalent

Bicuculline

さくらももこ