I have an erlang client and seagull server for testing Sy-interface.
Capability exchange is done properly and tested by pcaps. When I send SLR
using
diameter:call(?SERVICE_NAME, ?APP_ALIAS, SLR, [])
prepare_request
is called when I call server function for sending SLR
. it returns ok
Erlang client keep sending Watchdog request. But this is not received by seagull server. What are possible scenarios for this?