Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
vtiger 6 をアスタリスク 11 と統合したいのですが、「アスタリスクのコネクタ」を設定しますが、機能しません。AGI を使用して CallerId をアスタリスクに送信したいのですが、vtiger には着信ポップアップ用の Web サービスがあり、パラメーターを送信できますか?
I need to convert from List<Object> to String[].
List<Object>
String[]
I made:
List<Object> lst ... String arr = lst.toString();
But I got this