I am trying to pickup ongoing calls using softphones. I have setup a route so that 999 opens the line to the PSTN. However, the log from the Asterisk console shows the following when trying to connect to an existing call on the PSTN
- Code: Select all
-- Executing [s@macro-dialout-trunk:23] NoOp("SIP/3003-00000022", "Dial failed for some reason with DIALSTATUS = CONGESTION and HANGUPCAUSE = 102") in new stack
-- Executing [s@macro-dialout-trunk:24] GotoIf("SIP/3003-00000022", "0?continue,1:s-CONGESTION,1") in new stack
I am trying to get the gateway to disregard the congestion and open the connection anyway. Any ideas? Any help would be greatly appreciated.