Radek Strnad
Radek Strnad
No the problem is in displaying "" in the YAII popup instead of CallerID. If I make outbound call to +420222222222 instead of displaying this number in the popup, it...
Yes, it's 1.8. Incoming calls display just fine. Radek
I enabled logging of executed MySQL commands and found out that logger is trying to associate number to yet nonexisting call record (prior to insert). See the log. ``` mysql>...
The problem can be solved by one simple if condition. When inserting into DB the destination number is in my case stored in ConnectedLineNum variable and not in CallerIDNum as...
RDS Proxy should work even for prepared statements as long as the client uses [PostgreSQL Extended Query Protocol](https://www.postgresql.org/docs/current/protocol-overview.html#PROTOCOL-QUERY-CONCEPTS). The only question now is how to enable EQP in TypeORM. See...