ESL2AGI:
	- listen for INCOMING socket connection.
	- parse ESL received events, and traduce them to AGI events.

Design:
	- main process calls esl_listen.
	- one callback launching a translation thread.
	- translation thread fork to execl the AGI script, and kill that script on exit with SIGHUP.
