User Tools

Site Tools


cookbooks:5.3.x:core

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
cookbooks:5.3.x:core [2019/10/30 08:49] – external edit 127.0.0.1cookbooks:5.3.x:core [2020/01/16 12:03] – [xavp_via_fields] miconda
Line 1766: Line 1766:
   ...   ...
   $xavp(customvia=>address) = "1.2.3.4";   $xavp(customvia=>address) = "1.2.3.4";
-  $xavp(customvia=>port) = "5080";  # must be string+  $xavp(customvia[0]=>port) = "5080";  # must be string
   via_use_xavp_fields("1");   via_use_xavp_fields("1");
   t_relay();   t_relay();
Line 2622: Line 2622:
  
 Force to send the message from the specified socket (it _must_ be one of the sockets specified with the "listen" directive). If the protocol doesn't match (e.g. UDP message "forced" to a TCP socket) the closest socket of the same protocol is used. Force to send the message from the specified socket (it _must_ be one of the sockets specified with the "listen" directive). If the protocol doesn't match (e.g. UDP message "forced" to a TCP socket) the closest socket of the same protocol is used.
 +
 +This function does not support pseudo-variables, use the set_send_socket function from the corex module instead. 
  
 Example of usage: Example of usage:
cookbooks/5.3.x/core.txt · Last modified: 2020/07/17 06:09 by miconda

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki