Hi Jeff
After updating to 3.1.1.39 we could not dial out. Do not know about in.
In the cli we had errors about
sarkhpe,OutRoute,wdp1,,: Database Prepare failed, retval is 1, query is SELECT auth,path1,path2,path3,path4,alternate,strategy FROM Route WHERE pkey='wdp1'
Running the query from the console showed the following
# sqlite3 sark.db "SELECT auth,path1,path2,path3,path4,alternate,strategy FROM Route WHERE pkey='wdp1'"
Error: no such column: strategy
without 'strategy'
# sqlite3 sark.db "SELECT auth,path1,path2,path3,path4,alternate FROM Route WHERE pkey='wdp1'"
NO|61740840650|61740580623|61990180256|DAHDIGroup5|
We have added the added the column. It appears 'strategy' is normally used in queues (ie) ringall. Please advise if we should modify somewhere else and return DB to normal.
Thanks