TCP/IP command not received

This forum can be used to post any topics related to general broadcast questions, tech stuff, informations etc.
This forum is unmoderated!
Post Reply
mixmog
Posts: 33
Joined: 06 Feb 2018 11:42
TCP/IP command not received

Post by mixmog »

I'm trying to send TCP/IP command from one instance of PF to another.

When sending test message from PF (A) to PF (B), the result is "OK", however, no command is enacted on PF (B).

I know the syntax is correct because I can successfully trigger the command from Packet Sender - the command is enacted on the target isntance of PF.

What am I missing?

The command is:

192.168.1.71:8052|AUTHORIZATION myriad\r\n\r\nMIXER_INPUT_VOLUME_SET S1|1.0\r\n\r\n
User avatar
radio42
Site Admin
Posts: 8295
Joined: 05 Apr 2012 16:26
Location: Hamburg, Germany
Contact:
Re: TCP/IP command not received

Post by radio42 »

Please try to replace the \r\n by ${CRLF}

E.g. use: (all in one line!)

EXEC_SEND_TCP 192.168.1.71:8052|AUTHORIZATION myriad${CRLF}${CRLF}MIXER_INPUT_VOLUME_SET S1|1.0${CRLF}${CRLF}
mixmog
Posts: 33
Joined: 06 Feb 2018 11:42
Re: TCP/IP command not received

Post by mixmog »

That did the trick - many thanks!

Post Reply