I am using inbound routes with a regex to catch the destination number and then bridge the call to a downstream PBX, like this:
I have found that there is no ringback in this scenario. I just get silence from the outside, then it works once answered.
developer.signalwire.com
I tried adding {ignore_early_media=ring_ready} before sofia/internal/$1 but this doesn't make any difference.
I have done this type of deployment many times before without encountering this issue. Outbound calls do have working ringback but that may be generated by the downstream PBX.
Any ideas?
| action | bridge | sofia/internal/$1@172.18.20.5 |
I have found that there is no ringback in this scenario. I just get silence from the outside, then it works once answered.
FreeSWITCH Users Manual
The FreeSWITCH Users Manual: configure, set up, and operate FreeSWITCH, with every value verified against the source and the default configuration.
I tried adding {ignore_early_media=ring_ready} before sofia/internal/$1 but this doesn't make any difference.
I have done this type of deployment many times before without encountering this issue. Outbound calls do have working ringback but that may be generated by the downstream PBX.
Any ideas?