Subj : src/vdmodem/vdmodem.c To : Git commit to main/sbbs/master From : Rob Swindell Date : Wed Jun 01 2022 08:08 pm https://gitlab.synchro.net/main/sbbs/-/commit/2283ec95465cabd3052f624e Modified Files: src/vdmodem/vdmodem.c Log Message: Add "Caller ID" support, enabled with AT#CID=1 or AT+VCID=1 Also controlled via [modem] CallerID key in svdm.ini fiile. Reports the connected IP address between the first and second RING result. Required a fix to reset the ringcount to 0 upon new connection. Simplified the AT command parsing logic a bit. .