Adhi Setyawan
Adhi Setyawan
using ODBC and get this kind of error. Incorrect datetime value: '{ ts '2020-05-14 18:39:24' } I tried the query from log file and run without single quote it's didn't...
got this warning ``` 2018-02-14 03:06:47:624 ortp-message-Audio bandwidth for this call is 80 2018-02-14 03:06:47:625 ortp-warning-No card defined for playback ! 2018-02-14 03:06:47:625 ortp-warning-No card defined for capture ! 2018-02-14...
1. try with your zip library and got same result 2. set manual devices for playback ``` List list = phone.PlaybackDevices(); Console.WriteLine(value : string.Join("\t", list.Cast().ToArray())); ``` got empty result. so...
Back to master and use library from master and all work fine. The problem maybe on new lib linphone version.