I’m currently facing an issue with modifying the “calling_sip_host” parameter in the routing script. Despite following the documentation and attempting various approaches, I have been unable to achieve the desired result.
I’ve noticed that other parameters, such as “calling_display,” are functioning correctly within the script (e.g., call = params[:call], call[:calling_display] = “xxxxxxxxx”).
I’m utilizing the after_filter :method approach.
Could someone provide some guidance or suggestions on how to successfully modify the “calling_sip_host” parameter?
Your assistance in resolving this matter would be greatly appreciated.