Hi,
I forward a call to a remote softswitch from my SER (
sip.xyz.com) to
(
sip.abc.com). For example,
if (method=="INVITE" )
{
if (uri=~"sip:011"|| uri=~"sip:1")
{
forward(sip.abc.com,5060);break;};
};
After I hang up call from my UA , my SER can receive "CANCEL' but far end
softswitch is still trying this call so that PSDN keep ringing.
How can I let that softswitch get 'CANCEL' from my SER?
Thanks
Leon Sun