2
0

README 510 B

1234567891011121314151617181920
  1. EXAMPLE OF EVENT SOCKET EXTERNAL APP: REQUIRES mod_event_socket
  2. Set this or something similar in your dialplan
  3. <extension name="fax">
  4. <condition field="destination_number" expression="^866">
  5. <action application="set" data="fax_file_name=/tmp/cool.tiff"/>
  6. <!--"send" or "recv"-->
  7. <action application="set" data="fax_mode=send"/>
  8. <action application="socket" data="127.0.0.1:8084 async"/>
  9. </condition>
  10. </extension>
  11. and in a separate process run
  12. #./socket2me 127.0.0.1 127.0.0.1 8084