cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
851
Views
5
Helpful
5
Replies

Possible to Receive Redirected Number and Original Calling Number from External (PSTN) Redirect

User398893
Level 1
Level 1

Hello,

 

I'm new to this but I'll try to use the right terminology:

 

A --PSTN--> B --Redirect A over PSTN--> C (Our gateway)

 

We have multiple callers (A) contacting our supplies (B) who sometimes redirect the original callers (A) to us (C). This all occurs over PSTN lines. When we receive a redirected call, we want to know the original caller's (A) phone number as well as the phone number from which they were redirected (B). Before asking our suppliers to make changes to their phone systems, I wanted to ask here: Is it technically feasible to capture both pieces of information from an incoming PSTN call? If so, how?

 

Thanks in advance for your help!

5 Replies 5

PSTN network is out of our control. If your PSTN provide calling information as B, there is nothing we can do.

 

check if your ISP provide redirecting information using debugs on your gateway.

 

 

 



Response Signature


If (big if) your provider sends you that info, you can accept with this command by entering this on the serial interface that represents the D channel (like Serial 0/0/0:23).

isdn incoming ie redirecting-selection last

Thanks Elliot. Assuming our provider can send that info, what configuration, if any, would need to occur on our suppliers side to pass that information?

Every step (end user or provider) along the way has to be configured to send redirecting information. That is it, but that can be challenging depending on how many service providers the call traverses.

It depends on what they are. In a Cisco gateway where the D channel is handled locally, it passes that information by default. In CUCM, there are check boxes for whether redirecting information is passed outbound or received inbound (separate checkbox for each). In your gateway, "debug isdn q931" will tell you if/when you receive it.