New versions of app_rpt.c and chan_irlp.c are available from svn: app_rpt.c Version 0.181 chan_irlp.c Version 0.26 1. Better control of IRLP connect and disconnect messages through config file options and DTMF commands, and added irlpplay CLI command to assist in queuing the messages one at a time. Attempt to resolve Mantis bug 0000003. New rpt.conf keywords for node stanza: irlpann={0,1} (0 = no irlp disconnect/connect massages, 1 = play irlp disonnect/connect messages) See source file for DTMF command usage. 2. Better control of Echolink connect and disconnect messages through config file options and DTMF commands Attempt to resolve Mantis bug 0000002. New rpt.conf keywords for node stanza: eannmode=(1,2,3} (1 = say node number only , 2 = say callsign only, 3 = say node and callsign) See source file for DTMF command usage. 3. Added feature to call an external program on connect and disconnect. New rpt.conf keywords for node stanza: connpgm=yourconnectprogram discpgm=yourdisconnectprogram Passes node which is processing the connect or disconnect as the first arg (us), and node which is being connected or disconnected as the second arg (them), Attempt to add Mantis feature request 0000007. 4. Convert morse code sender to use ast_playtones_start so that the timing of the morse code characters is consistent. Attempt to resolve Mantis bug 0000005. --- Steve WA6ZFT