You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if NMBR arrives after NAME, the callerid notification will miss the phone number. It'd be safer if the code can wait till all name, time and NUMBER arrvie before notifying.
The text was updated successfully, but these errors were encountered:
raineth
added a commit
to raineth/phone_modem
that referenced
this issue
May 11, 2024
- After each line of caller ID data, check whether both a name and
number field have been received and only then advance to
STATE_CALLERID. This allows proper functionality regardless of the
order in which the caller ID data is sent by the modem. (closestkdrob#3)
- Accept DDN_NMBR as an alias for NMBR in caller ID data. (closestkdrob#2)
if NMBR arrives after NAME, the callerid notification will miss the phone number. It'd be safer if the code can wait till all name, time and NUMBER arrvie before notifying.
The text was updated successfully, but these errors were encountered: