How to get information of callee when the call is forwardedFreeSwitch/FusionPBX Transfers to the Wrong ExtensionFreeswitch - multiple calls into conference room.Access the name of agent who received the call in a QueueTransferring Calls between FreeSWITCH and Session ManagerSIP: How could two networks be connected transparently and form one logical network?FreeSwitch very slowNo audio while using my custom SIP app between FSClient and Android phoneAndroid imsdroid to PSTN call is not workingHow to implement a click to dial from my websiteTwilio not responding to SIP invite
Does COBRA make sense anymore with the ACA?
Pirate democracy at its finest
Can I tell a prospective employee that everyone in the team is leaving?
Are black holes spherical during merger?
Have 1.5% of all nuclear reactors ever built melted down?
Is it legal to have an abortion in another state or abroad?
Why aren't space telescopes put in GEO?
Why would Ryanair allow me to book this journey through a third party, but not through their own website?
Did 20% of US soldiers in Vietnam use heroin, 95% of whom quit afterwards?
What does the view outside my ship traveling at light speed look like?
How can I tell if I'm being too picky as a referee?
In general, would I need to season a meat when making a sauce?
How to politely tell someone they did not hit "reply to all" in an email?
Defining the standard model of PA so that a space alien could understand
Is the Indo-European language family made up?
Could a 19.25mm revolver actually exist?
Python program to take in two strings and print the larger string
Do photons bend spacetime or not?
Is the Unsullied name meant to be ironic? How did it come to be?
Why were helmets and other body armour not commonplace in the 1800s?
Is it legal to meet with potential future employers in the UK, whilst visiting from the USA
Can I summon an otherworldly creature with the Gate spell without knowing its true name?
Popcorn is the only acceptable snack to consume while watching a movie
Count Even Digits In Number
How to get information of callee when the call is forwarded
FreeSwitch/FusionPBX Transfers to the Wrong ExtensionFreeswitch - multiple calls into conference room.Access the name of agent who received the call in a QueueTransferring Calls between FreeSWITCH and Session ManagerSIP: How could two networks be connected transparently and form one logical network?FreeSwitch very slowNo audio while using my custom SIP app between FSClient and Android phoneAndroid imsdroid to PSTN call is not workingHow to implement a click to dial from my websiteTwilio not responding to SIP invite
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
I have come to a question when dealing with call forwarding:
A and B are using Mobile Phones with PSTN.
C is another Phone Number but connected with FreeSWTICH Instance which pickups any calls C receives.
A calls B, B forwards to C, then FreeSWITCH routes A to an extension, in this extension, I would like to extract the Information of B, like its phone number, etc.
I have checked the variables in the channel, but it doesn't contain information of B.
Can any one help? Thanks.
BTW, one related topic:
http://lists.freeswitch.org/pipermail/freeswitch-users/2013-May/096044.html
freeswitch
add a comment |
I have come to a question when dealing with call forwarding:
A and B are using Mobile Phones with PSTN.
C is another Phone Number but connected with FreeSWTICH Instance which pickups any calls C receives.
A calls B, B forwards to C, then FreeSWITCH routes A to an extension, in this extension, I would like to extract the Information of B, like its phone number, etc.
I have checked the variables in the channel, but it doesn't contain information of B.
Can any one help? Thanks.
BTW, one related topic:
http://lists.freeswitch.org/pipermail/freeswitch-users/2013-May/096044.html
freeswitch
add a comment |
I have come to a question when dealing with call forwarding:
A and B are using Mobile Phones with PSTN.
C is another Phone Number but connected with FreeSWTICH Instance which pickups any calls C receives.
A calls B, B forwards to C, then FreeSWITCH routes A to an extension, in this extension, I would like to extract the Information of B, like its phone number, etc.
I have checked the variables in the channel, but it doesn't contain information of B.
Can any one help? Thanks.
BTW, one related topic:
http://lists.freeswitch.org/pipermail/freeswitch-users/2013-May/096044.html
freeswitch
I have come to a question when dealing with call forwarding:
A and B are using Mobile Phones with PSTN.
C is another Phone Number but connected with FreeSWTICH Instance which pickups any calls C receives.
A calls B, B forwards to C, then FreeSWITCH routes A to an extension, in this extension, I would like to extract the Information of B, like its phone number, etc.
I have checked the variables in the channel, but it doesn't contain information of B.
Can any one help? Thanks.
BTW, one related topic:
http://lists.freeswitch.org/pipermail/freeswitch-users/2013-May/096044.html
freeswitch
freeswitch
asked Mar 24 at 2:45
SamuraisSamurais
675
675
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
It looks like the only relevant info you would get is B's phone number, if by any chance it is passed as the caller ID number to the FreeSWITCH server that C is attached to, but it that case you would lose A's phone number.
What you can try here is to check the SIP INVITE FreeSWITCH receives. In the CLI, try (SIP profile can be named to something different than external
, but I'm assuming you configured your SIP provider to be attached to the external
profile):
sofia profile external siptrace on
If B automatically forwards the call to C, you might get a SIP Diversion
header that contains relevant information if C's carrier provides it.
Hope this helps!
add a comment |
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',
autoActivateHeartbeat: false,
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55320306%2fhow-to-get-information-of-callee-when-the-call-is-forwarded%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
It looks like the only relevant info you would get is B's phone number, if by any chance it is passed as the caller ID number to the FreeSWITCH server that C is attached to, but it that case you would lose A's phone number.
What you can try here is to check the SIP INVITE FreeSWITCH receives. In the CLI, try (SIP profile can be named to something different than external
, but I'm assuming you configured your SIP provider to be attached to the external
profile):
sofia profile external siptrace on
If B automatically forwards the call to C, you might get a SIP Diversion
header that contains relevant information if C's carrier provides it.
Hope this helps!
add a comment |
It looks like the only relevant info you would get is B's phone number, if by any chance it is passed as the caller ID number to the FreeSWITCH server that C is attached to, but it that case you would lose A's phone number.
What you can try here is to check the SIP INVITE FreeSWITCH receives. In the CLI, try (SIP profile can be named to something different than external
, but I'm assuming you configured your SIP provider to be attached to the external
profile):
sofia profile external siptrace on
If B automatically forwards the call to C, you might get a SIP Diversion
header that contains relevant information if C's carrier provides it.
Hope this helps!
add a comment |
It looks like the only relevant info you would get is B's phone number, if by any chance it is passed as the caller ID number to the FreeSWITCH server that C is attached to, but it that case you would lose A's phone number.
What you can try here is to check the SIP INVITE FreeSWITCH receives. In the CLI, try (SIP profile can be named to something different than external
, but I'm assuming you configured your SIP provider to be attached to the external
profile):
sofia profile external siptrace on
If B automatically forwards the call to C, you might get a SIP Diversion
header that contains relevant information if C's carrier provides it.
Hope this helps!
It looks like the only relevant info you would get is B's phone number, if by any chance it is passed as the caller ID number to the FreeSWITCH server that C is attached to, but it that case you would lose A's phone number.
What you can try here is to check the SIP INVITE FreeSWITCH receives. In the CLI, try (SIP profile can be named to something different than external
, but I'm assuming you configured your SIP provider to be attached to the external
profile):
sofia profile external siptrace on
If B automatically forwards the call to C, you might get a SIP Diversion
header that contains relevant information if C's carrier provides it.
Hope this helps!
answered Mar 28 at 14:10
Philippe SultanPhilippe Sultan
1,076814
1,076814
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55320306%2fhow-to-get-information-of-callee-when-the-call-is-forwarded%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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