Guest User

Untitled

a guest
Apr 1st, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 56.10 KB | None | 0 0
  1. /nix/store/prjhgn0ps0ywpjfpb64dy0j332dci2xd-yate-6.0.0-1
  2. ├── bin
  3. │   ├── yate
  4. │   ├── yate-config
  5. │   └── yate-qt4
  6. ├── etc
  7. │   └── yate
  8. │   ├── accfile.conf
  9. │   ├── amrnbcodec.conf
  10. │   ├── analog.conf
  11. │   ├── cache.conf
  12. │   ├── callcounters.conf
  13. │   ├── callfork.conf
  14. │   ├── camel_map.conf
  15. │   ├── ccongestion.conf
  16. │   ├── cdrbuild.conf
  17. │   ├── cdrfile.conf
  18. │   ├── ciscosm.conf
  19. │   ├── clustering.conf
  20. │   ├── cpuload.conf
  21. │   ├── dbpbx.conf
  22. │   ├── dsoundchan.conf
  23. │   ├── dummyradio.conf
  24. │   ├── enumroute.conf
  25. │   ├── eventlogs.conf
  26. │   ├── extmodule.conf
  27. │   ├── fileinfo.conf
  28. │   ├── filetransfer.conf
  29. │   ├── gvoice.conf
  30. │   ├── h323chan.conf
  31. │   ├── heartbeat.conf
  32. │   ├── isupmangler.conf
  33. │   ├── jabberclient.conf
  34. │   ├── jabberserver.conf
  35. │   ├── javascript.conf
  36. │   ├── jbfeatures.conf
  37. │   ├── lateroute.conf
  38. │   ├── lksctp.conf
  39. │   ├── mgcpca.conf
  40. │   ├── mgcpgw.conf
  41. │   ├── moh.conf
  42. │   ├── monitoring.conf
  43. │   ├── mux.conf
  44. │   ├── mysqldb.conf
  45. │   ├── openssl.conf
  46. │   ├── pbxassist.conf
  47. │   ├── pgsqldb.conf
  48. │   ├── presence.conf
  49. │   ├── providers.conf
  50. │   ├── queues.conf
  51. │   ├── queuesnotify.conf
  52. │   ├── radiotest.conf
  53. │   ├── regexroute.conf
  54. │   ├── regfile.conf
  55. │   ├── register.conf
  56. │   ├── rmanager.conf
  57. │   ├── sigtransport.conf
  58. │   ├── sip_cnam_lnp.conf
  59. │   ├── sipfeatures.conf
  60. │   ├── sqlitedb.conf
  61. │   ├── ss7_lnp_ansi.conf
  62. │   ├── subscription.conf
  63. │   ├── tdmcard.conf
  64. │   ├── tonegen.conf
  65. │   ├── users.conf
  66. │   ├── wpcard.conf
  67. │   ├── yate.conf
  68. │   ├── yate-qt4.conf
  69. │   ├── ybladerf.conf
  70. │   ├── yiaxchan.conf
  71. │   ├── yjinglechan.conf
  72. │   ├── yradius.conf
  73. │   ├── yrtpchan.conf
  74. │   ├── ysigchan.conf
  75. │   ├── ysipchan.conf
  76. │   ├── ysnmpagent.conf
  77. │   ├── ysockschan.conf
  78. │   ├── ystunchan.conf
  79. │   ├── zapcard.conf
  80. │   └── zlibcompress.conf
  81. ├── include
  82. │   └── yate
  83. │   ├── qt4client.h
  84. │   ├── yateasn.h
  85. │   ├── yatecbase.h
  86. │   ├── yateclass.h
  87. │   ├── yatemath.h
  88. │   ├── yatemime.h
  89. │   ├── yatengine.h
  90. │   ├── yatephone.h
  91. │   ├── yateradio.h
  92. │   ├── yatescript.h
  93. │   ├── yateversn.h
  94. │   └── yatexml.h
  95. ├── lib
  96. │   ├── libyateasn.so -> libyateasn.so.6.0.0
  97. │   ├── libyateasn.so.6.0.0
  98. │   ├── libyatejabber.so -> libyatejabber.so.6.0.0
  99. │   ├── libyatejabber.so.6.0.0
  100. │   ├── libyatemgcp.so -> libyatemgcp.so.6.0.0
  101. │   ├── libyatemgcp.so.6.0.0
  102. │   ├── libyateqt4.so -> libyateqt4.so.6.0.0
  103. │   ├── libyateqt4.so.6.0.0
  104. │   ├── libyateradio.so -> libyateradio.so.6.0.0
  105. │   ├── libyateradio.so.6.0.0
  106. │   ├── libyatescript.so -> libyatescript.so.6.0.0
  107. │   ├── libyatescript.so.6.0.0
  108. │   ├── libyatesig.so -> libyatesig.so.6.0.0
  109. │   ├── libyatesig.so.6.0.0
  110. │   ├── libyate.so -> libyate.so.6.0.0
  111. │   ├── libyate.so.6.0.0
  112. │   ├── menu
  113. │   │   └── yate-qt4.menu
  114. │   ├── pkgconfig
  115. │   │   └── yate.pc
  116. │   └── yate
  117. │   ├── analyzer.yate
  118. │   ├── callfork.yate
  119. │   ├── callgen.yate
  120. │   ├── cdrbuild.yate
  121. │   ├── cdrcombine.yate
  122. │   ├── cdrfile.yate
  123. │   ├── client
  124. │   │   ├── alsachan.yate
  125. │   │   ├── jabberclient.yate
  126. │   │   └── osschan.yate
  127. │   ├── conference.yate
  128. │   ├── dumbchan.yate
  129. │   ├── enumroute.yate
  130. │   ├── extmodule.yate
  131. │   ├── fileinfo.yate
  132. │   ├── filetransfer.yate
  133. │   ├── gvoice.yate
  134. │   ├── ilbccodec.yate
  135. │   ├── ilbcwebrtc.yate
  136. │   ├── isaccodec.yate
  137. │   ├── jabber
  138. │   │   ├── jabberserver.yate
  139. │   │   └── jbfeatures.yate
  140. │   ├── javascript.yate
  141. │   ├── moh.yate
  142. │   ├── msgsniff.yate
  143. │   ├── mux.yate
  144. │   ├── openssl.yate
  145. │   ├── pbx.yate
  146. │   ├── qt4
  147. │   │   ├── clientarchive.yate
  148. │   │   ├── customtable.yate
  149. │   │   ├── customtext.yate
  150. │   │   ├── customtree.yate
  151. │   │   ├── updater.yate
  152. │   │   └── widgetlist.yate
  153. │   ├── radio
  154. │   │   ├── dummyradio.yate
  155. │   │   └── radiotest.yate
  156. │   ├── regexroute.yate
  157. │   ├── rmanager.yate
  158. │   ├── server
  159. │   │   ├── accfile.yate
  160. │   │   ├── analogdetect.yate
  161. │   │   ├── analog.yate
  162. │   │   ├── cache.yate
  163. │   │   ├── callcounters.yate
  164. │   │   ├── ccongestion.yate
  165. │   │   ├── ciscosm.yate
  166. │   │   ├── clustering.yate
  167. │   │   ├── cpuload.yate
  168. │   │   ├── dbpbx.yate
  169. │   │   ├── dbwave.yate
  170. │   │   ├── eventlogs.yate
  171. │   │   ├── heartbeat.yate
  172. │   │   ├── lateroute.yate
  173. │   │   ├── mgcpca.yate
  174. │   │   ├── mgcpgw.yate
  175. │   │   ├── monitoring.yate
  176. │   │   ├── mrcpspeech.yate
  177. │   │   ├── park.yate
  178. │   │   ├── pbxassist.yate
  179. │   │   ├── presence.yate
  180. │   │   ├── queuesnotify.yate
  181. │   │   ├── queues.yate
  182. │   │   ├── regfile.yate
  183. │   │   ├── register.yate
  184. │   │   ├── sigtransport.yate
  185. │   │   ├── sipfeatures.yate
  186. │   │   ├── subscription.yate
  187. │   │   ├── users.yate
  188. │   │   ├── yradius.yate
  189. │   │   ├── ysigchan.yate
  190. │   │   └── ysnmpagent.yate
  191. │   ├── sig
  192. │   │   ├── camel_map.yate
  193. │   │   ├── isupmangler.yate
  194. │   │   └── ss7_lnp_ansi.yate
  195. │   ├── sip
  196. │   │   └── sip_cnam_lnp.yate
  197. │   ├── tonedetect.yate
  198. │   ├── tonegen.yate
  199. │   ├── wavefile.yate
  200. │   ├── yiaxchan.yate
  201. │   ├── yjinglechan.yate
  202. │   ├── yrtpchan.yate
  203. │   ├── ysipchan.yate
  204. │   ├── ysockschan.yate
  205. │   └── ystunchan.yate
  206. └── share
  207. ├── applications
  208. │   └── yate-qt4.desktop
  209. ├── doc
  210. │   └── yate-6.0.0
  211. │   ├── api
  212. │   │   ├── annotated.html
  213. │   │   ├── bc_s.png
  214. │   │   ├── bdwn.png
  215. │   │   ├── classes.html
  216. │   │   ├── classTelEngine_1_1Array.html
  217. │   │   ├── classTelEngine_1_1Array-members.html
  218. │   │   ├── classTelEngine_1_1Array.png
  219. │   │   ├── classTelEngine_1_1Atom.html
  220. │   │   ├── classTelEngine_1_1Atom-members.html
  221. │   │   ├── classTelEngine_1_1Base64.html
  222. │   │   ├── classTelEngine_1_1Base64-members.html
  223. │   │   ├── classTelEngine_1_1Base64.png
  224. │   │   ├── classTelEngine_1_1BitVector.html
  225. │   │   ├── classTelEngine_1_1BitVector-members.html
  226. │   │   ├── classTelEngine_1_1BitVector.png
  227. │   │   ├── classTelEngine_1_1CallAccount.html
  228. │   │   ├── classTelEngine_1_1CallAccount-members.html
  229. │   │   ├── classTelEngine_1_1CallEndpoint.html
  230. │   │   ├── classTelEngine_1_1CallEndpoint-members.html
  231. │   │   ├── classTelEngine_1_1CallEndpoint.png
  232. │   │   ├── classTelEngine_1_1CapturedEvent.html
  233. │   │   ├── classTelEngine_1_1CapturedEvent-members.html
  234. │   │   ├── classTelEngine_1_1CapturedEvent.png
  235. │   │   ├── classTelEngine_1_1Channel.html
  236. │   │   ├── classTelEngine_1_1Channel-members.html
  237. │   │   ├── classTelEngine_1_1Channel.png
  238. │   │   ├── classTelEngine_1_1Cipher.html
  239. │   │   ├── classTelEngine_1_1Cipher-members.html
  240. │   │   ├── classTelEngine_1_1Cipher.png
  241. │   │   ├── classTelEngine_1_1ClientAccount.html
  242. │   │   ├── classTelEngine_1_1ClientAccountList.html
  243. │   │   ├── classTelEngine_1_1ClientAccountList-members.html
  244. │   │   ├── classTelEngine_1_1ClientAccountList.png
  245. │   │   ├── classTelEngine_1_1ClientAccount-members.html
  246. │   │   ├── classTelEngine_1_1ClientAccount.png
  247. │   │   ├── classTelEngine_1_1ClientChannel.html
  248. │   │   ├── classTelEngine_1_1ClientChannel-members.html
  249. │   │   ├── classTelEngine_1_1ClientChannel.png
  250. │   │   ├── classTelEngine_1_1ClientContact.html
  251. │   │   ├── classTelEngine_1_1ClientContact-members.html
  252. │   │   ├── classTelEngine_1_1ClientContact.png
  253. │   │   ├── classTelEngine_1_1ClientDir.html
  254. │   │   ├── classTelEngine_1_1ClientDir-members.html
  255. │   │   ├── classTelEngine_1_1ClientDir.png
  256. │   │   ├── classTelEngine_1_1ClientDriver.html
  257. │   │   ├── classTelEngine_1_1ClientDriver-members.html
  258. │   │   ├── classTelEngine_1_1ClientDriver.png
  259. │   │   ├── classTelEngine_1_1ClientFile.html
  260. │   │   ├── classTelEngine_1_1ClientFileItem.html
  261. │   │   ├── classTelEngine_1_1ClientFileItem-members.html
  262. │   │   ├── classTelEngine_1_1ClientFileItem.png
  263. │   │   ├── classTelEngine_1_1ClientFile-members.html
  264. │   │   ├── classTelEngine_1_1ClientFile.png
  265. │   │   ├── classTelEngine_1_1Client.html
  266. │   │   ├── classTelEngine_1_1ClientLogic.html
  267. │   │   ├── classTelEngine_1_1ClientLogic-members.html
  268. │   │   ├── classTelEngine_1_1ClientLogic.png
  269. │   │   ├── classTelEngine_1_1Client-members.html
  270. │   │   ├── classTelEngine_1_1Client.png
  271. │   │   ├── classTelEngine_1_1ClientResource.html
  272. │   │   ├── classTelEngine_1_1ClientResource-members.html
  273. │   │   ├── classTelEngine_1_1ClientResource.png
  274. │   │   ├── classTelEngine_1_1ClientSound.html
  275. │   │   ├── classTelEngine_1_1ClientSound-members.html
  276. │   │   ├── classTelEngine_1_1ClientSound.png
  277. │   │   ├── classTelEngine_1_1Complex.html
  278. │   │   ├── classTelEngine_1_1Complex-members.html
  279. │   │   ├── classTelEngine_1_1Compressor.html
  280. │   │   ├── classTelEngine_1_1Compressor-members.html
  281. │   │   ├── classTelEngine_1_1Compressor.png
  282. │   │   ├── classTelEngine_1_1Configuration.html
  283. │   │   ├── classTelEngine_1_1Configuration-members.html
  284. │   │   ├── classTelEngine_1_1Configuration.png
  285. │   │   ├── classTelEngine_1_1DataBlock.html
  286. │   │   ├── classTelEngine_1_1DataBlock-members.html
  287. │   │   ├── classTelEngine_1_1DataBlock.png
  288. │   │   ├── classTelEngine_1_1DataConsumer.html
  289. │   │   ├── classTelEngine_1_1DataConsumer-members.html
  290. │   │   ├── classTelEngine_1_1DataConsumer.png
  291. │   │   ├── classTelEngine_1_1DataEndpoint.html
  292. │   │   ├── classTelEngine_1_1DataEndpoint-members.html
  293. │   │   ├── classTelEngine_1_1DataEndpoint.png
  294. │   │   ├── classTelEngine_1_1DataFormat.html
  295. │   │   ├── classTelEngine_1_1DataFormat-members.html
  296. │   │   ├── classTelEngine_1_1DataFormat.png
  297. │   │   ├── classTelEngine_1_1DataNode.html
  298. │   │   ├── classTelEngine_1_1DataNode-members.html
  299. │   │   ├── classTelEngine_1_1DataNode.png
  300. │   │   ├── classTelEngine_1_1DataSource.html
  301. │   │   ├── classTelEngine_1_1DataSource-members.html
  302. │   │   ├── classTelEngine_1_1DataSource.png
  303. │   │   ├── classTelEngine_1_1DataTranslator.html
  304. │   │   ├── classTelEngine_1_1DataTranslator-members.html
  305. │   │   ├── classTelEngine_1_1DataTranslator.png
  306. │   │   ├── classTelEngine_1_1DebugEnabler.html
  307. │   │   ├── classTelEngine_1_1DebugEnabler-members.html
  308. │   │   ├── classTelEngine_1_1DebugEnabler.png
  309. │   │   ├── classTelEngine_1_1Debugger.html
  310. │   │   ├── classTelEngine_1_1Debugger-members.html
  311. │   │   ├── classTelEngine_1_1DefaultLogic.html
  312. │   │   ├── classTelEngine_1_1DefaultLogic-members.html
  313. │   │   ├── classTelEngine_1_1DefaultLogic.png
  314. │   │   ├── classTelEngine_1_1DnsRecord.html
  315. │   │   ├── classTelEngine_1_1DnsRecord-members.html
  316. │   │   ├── classTelEngine_1_1DnsRecord.png
  317. │   │   ├── classTelEngine_1_1Driver.html
  318. │   │   ├── classTelEngine_1_1Driver-members.html
  319. │   │   ├── classTelEngine_1_1Driver.png
  320. │   │   ├── classTelEngine_1_1DurationUpdate.html
  321. │   │   ├── classTelEngine_1_1DurationUpdate-members.html
  322. │   │   ├── classTelEngine_1_1DurationUpdate.png
  323. │   │   ├── classTelEngine_1_1EngineCheck.html
  324. │   │   ├── classTelEngine_1_1EngineCheck-members.html
  325. │   │   ├── classTelEngine_1_1Engine.html
  326. │   │   ├── classTelEngine_1_1Engine-members.html
  327. │   │   ├── classTelEngine_1_1File.html
  328. │   │   ├── classTelEngine_1_1File-members.html
  329. │   │   ├── classTelEngine_1_1File.png
  330. │   │   ├── classTelEngine_1_1Flags32.html
  331. │   │   ├── classTelEngine_1_1Flags32-members.html
  332. │   │   ├── classTelEngine_1_1FormatRepository.html
  333. │   │   ├── classTelEngine_1_1FormatRepository-members.html
  334. │   │   ├── classTelEngine_1_1GenObject.html
  335. │   │   ├── classTelEngine_1_1GenObject-members.html
  336. │   │   ├── classTelEngine_1_1GenObject.png
  337. │   │   ├── classTelEngine_1_1GenPointer.html
  338. │   │   ├── classTelEngine_1_1GenPointer-members.html
  339. │   │   ├── classTelEngine_1_1GenPointer.png
  340. │   │   ├── classTelEngine_1_1Hasher.html
  341. │   │   ├── classTelEngine_1_1Hasher-members.html
  342. │   │   ├── classTelEngine_1_1Hasher.png
  343. │   │   ├── classTelEngine_1_1HashList.html
  344. │   │   ├── classTelEngine_1_1HashList-members.html
  345. │   │   ├── classTelEngine_1_1HashList.png
  346. │   │   ├── classTelEngine_1_1ListIterator.html
  347. │   │   ├── classTelEngine_1_1ListIterator-members.html
  348. │   │   ├── classTelEngine_1_1Lock2.html
  349. │   │   ├── classTelEngine_1_1Lock2-members.html
  350. │   │   ├── classTelEngine_1_1Lockable.html
  351. │   │   ├── classTelEngine_1_1Lockable-members.html
  352. │   │   ├── classTelEngine_1_1Lockable.png
  353. │   │   ├── classTelEngine_1_1Lock.html
  354. │   │   ├── classTelEngine_1_1Lock-members.html
  355. │   │   ├── classTelEngine_1_1Math.html
  356. │   │   ├── classTelEngine_1_1Math-members.html
  357. │   │   ├── classTelEngine_1_1MathVectorBase.html
  358. │   │   ├── classTelEngine_1_1MathVectorBase-members.html
  359. │   │   ├── classTelEngine_1_1MathVectorBase.png
  360. │   │   ├── classTelEngine_1_1MD5.html
  361. │   │   ├── classTelEngine_1_1MD5-members.html
  362. │   │   ├── classTelEngine_1_1MD5.png
  363. │   │   ├── classTelEngine_1_1MemoryStream.html
  364. │   │   ├── classTelEngine_1_1MemoryStream-members.html
  365. │   │   ├── classTelEngine_1_1MemoryStream.png
  366. │   │   ├── classTelEngine_1_1MessageDispatcher.html
  367. │   │   ├── classTelEngine_1_1MessageDispatcher-members.html
  368. │   │   ├── classTelEngine_1_1MessageDispatcher.png
  369. │   │   ├── classTelEngine_1_1MessageHandler.html
  370. │   │   ├── classTelEngine_1_1MessageHandler-members.html
  371. │   │   ├── classTelEngine_1_1MessageHandler.png
  372. │   │   ├── classTelEngine_1_1MessageHook.html
  373. │   │   ├── classTelEngine_1_1MessageHook-members.html
  374. │   │   ├── classTelEngine_1_1MessageHook.png
  375. │   │   ├── classTelEngine_1_1Message.html
  376. │   │   ├── classTelEngine_1_1Message-members.html
  377. │   │   ├── classTelEngine_1_1MessageNotifier.html
  378. │   │   ├── classTelEngine_1_1MessageNotifier-members.html
  379. │   │   ├── classTelEngine_1_1MessageNotifier.png
  380. │   │   ├── classTelEngine_1_1Message.png
  381. │   │   ├── classTelEngine_1_1MessagePostHook.html
  382. │   │   ├── classTelEngine_1_1MessagePostHook-members.html
  383. │   │   ├── classTelEngine_1_1MessagePostHook.png
  384. │   │   ├── classTelEngine_1_1MessageQueue.html
  385. │   │   ├── classTelEngine_1_1MessageQueue-members.html
  386. │   │   ├── classTelEngine_1_1MessageQueue.png
  387. │   │   ├── classTelEngine_1_1MessageReceiver.html
  388. │   │   ├── classTelEngine_1_1MessageReceiver-members.html
  389. │   │   ├── classTelEngine_1_1MessageReceiver.png
  390. │   │   ├── classTelEngine_1_1MessageRelay.html
  391. │   │   ├── classTelEngine_1_1MessageRelay-members.html
  392. │   │   ├── classTelEngine_1_1MessageRelay.png
  393. │   │   ├── classTelEngine_1_1MimeAuthLine.html
  394. │   │   ├── classTelEngine_1_1MimeAuthLine-members.html
  395. │   │   ├── classTelEngine_1_1MimeAuthLine.png
  396. │   │   ├── classTelEngine_1_1MimeBinaryBody.html
  397. │   │   ├── classTelEngine_1_1MimeBinaryBody-members.html
  398. │   │   ├── classTelEngine_1_1MimeBinaryBody.png
  399. │   │   ├── classTelEngine_1_1MimeBody.html
  400. │   │   ├── classTelEngine_1_1MimeBody-members.html
  401. │   │   ├── classTelEngine_1_1MimeBody.png
  402. │   │   ├── classTelEngine_1_1MimeHeaderLine.html
  403. │   │   ├── classTelEngine_1_1MimeHeaderLine-members.html
  404. │   │   ├── classTelEngine_1_1MimeHeaderLine.png
  405. │   │   ├── classTelEngine_1_1MimeLinesBody.html
  406. │   │   ├── classTelEngine_1_1MimeLinesBody-members.html
  407. │   │   ├── classTelEngine_1_1MimeLinesBody.png
  408. │   │   ├── classTelEngine_1_1MimeMultipartBody.html
  409. │   │   ├── classTelEngine_1_1MimeMultipartBody-members.html
  410. │   │   ├── classTelEngine_1_1MimeMultipartBody.png
  411. │   │   ├── classTelEngine_1_1MimeSdpBody.html
  412. │   │   ├── classTelEngine_1_1MimeSdpBody-members.html
  413. │   │   ├── classTelEngine_1_1MimeSdpBody.png
  414. │   │   ├── classTelEngine_1_1MimeStringBody.html
  415. │   │   ├── classTelEngine_1_1MimeStringBody-members.html
  416. │   │   ├── classTelEngine_1_1MimeStringBody.png
  417. │   │   ├── classTelEngine_1_1Module.html
  418. │   │   ├── classTelEngine_1_1Module-members.html
  419. │   │   ├── classTelEngine_1_1Module.png
  420. │   │   ├── classTelEngine_1_1MucRoom.html
  421. │   │   ├── classTelEngine_1_1MucRoomMember.html
  422. │   │   ├── classTelEngine_1_1MucRoomMember-members.html
  423. │   │   ├── classTelEngine_1_1MucRoomMember.png
  424. │   │   ├── classTelEngine_1_1MucRoom-members.html
  425. │   │   ├── classTelEngine_1_1MucRoom.png
  426. │   │   ├── classTelEngine_1_1Mutex.html
  427. │   │   ├── classTelEngine_1_1Mutex-members.html
  428. │   │   ├── classTelEngine_1_1Mutex.png
  429. │   │   ├── classTelEngine_1_1MutexPool.html
  430. │   │   ├── classTelEngine_1_1MutexPool-members.html
  431. │   │   ├── classTelEngine_1_1NamedCounter.html
  432. │   │   ├── classTelEngine_1_1NamedCounter-members.html
  433. │   │   ├── classTelEngine_1_1NamedCounter.png
  434. │   │   ├── classTelEngine_1_1NamedInt.html
  435. │   │   ├── classTelEngine_1_1NamedInt-members.html
  436. │   │   ├── classTelEngine_1_1NamedInt.png
  437. │   │   ├── classTelEngine_1_1NamedIterator.html
  438. │   │   ├── classTelEngine_1_1NamedIterator-members.html
  439. │   │   ├── classTelEngine_1_1NamedList.html
  440. │   │   ├── classTelEngine_1_1NamedList-members.html
  441. │   │   ├── classTelEngine_1_1NamedList.png
  442. │   │   ├── classTelEngine_1_1NamedPointer.html
  443. │   │   ├── classTelEngine_1_1NamedPointer-members.html
  444. │   │   ├── classTelEngine_1_1NamedPointer.png
  445. │   │   ├── classTelEngine_1_1NamedString.html
  446. │   │   ├── classTelEngine_1_1NamedString-members.html
  447. │   │   ├── classTelEngine_1_1NamedString.png
  448. │   │   ├── classTelEngine_1_1NaptrRecord.html
  449. │   │   ├── classTelEngine_1_1NaptrRecord-members.html
  450. │   │   ├── classTelEngine_1_1NaptrRecord.png
  451. │   │   ├── classTelEngine_1_1ObjList.html
  452. │   │   ├── classTelEngine_1_1ObjList-members.html
  453. │   │   ├── classTelEngine_1_1ObjList.png
  454. │   │   ├── classTelEngine_1_1ObjVector.html
  455. │   │   ├── classTelEngine_1_1ObjVector-members.html
  456. │   │   ├── classTelEngine_1_1ObjVector.png
  457. │   │   ├── classTelEngine_1_1Plugin.html
  458. │   │   ├── classTelEngine_1_1Plugin-members.html
  459. │   │   ├── classTelEngine_1_1Plugin.png
  460. │   │   ├── classTelEngine_1_1Random.html
  461. │   │   ├── classTelEngine_1_1Random-members.html
  462. │   │   ├── classTelEngine_1_1RefObject.html
  463. │   │   ├── classTelEngine_1_1RefObject-members.html
  464. │   │   ├── classTelEngine_1_1RefObject.png
  465. │   │   ├── classTelEngine_1_1RefPointerBase.html
  466. │   │   ├── classTelEngine_1_1RefPointerBase-members.html
  467. │   │   ├── classTelEngine_1_1RefPointerBase.png
  468. │   │   ├── classTelEngine_1_1RefPointer.html
  469. │   │   ├── classTelEngine_1_1RefPointer-members.html
  470. │   │   ├── classTelEngine_1_1RefPointer.png
  471. │   │   ├── classTelEngine_1_1RefStorage.html
  472. │   │   ├── classTelEngine_1_1RefStorage-members.html
  473. │   │   ├── classTelEngine_1_1RefStorage.png
  474. │   │   ├── classTelEngine_1_1Regexp.html
  475. │   │   ├── classTelEngine_1_1Regexp-members.html
  476. │   │   ├── classTelEngine_1_1Regexp.png
  477. │   │   ├── classTelEngine_1_1Resolver.html
  478. │   │   ├── classTelEngine_1_1Resolver-members.html
  479. │   │   ├── classTelEngine_1_1Router.html
  480. │   │   ├── classTelEngine_1_1Router-members.html
  481. │   │   ├── classTelEngine_1_1Router.png
  482. │   │   ├── classTelEngine_1_1Runnable.html
  483. │   │   ├── classTelEngine_1_1Runnable-members.html
  484. │   │   ├── classTelEngine_1_1Runnable.png
  485. │   │   ├── classTelEngine_1_1SctpSocket.html
  486. │   │   ├── classTelEngine_1_1SctpSocket-members.html
  487. │   │   ├── classTelEngine_1_1SctpSocket.png
  488. │   │   ├── classTelEngine_1_1Semaphore.html
  489. │   │   ├── classTelEngine_1_1Semaphore-members.html
  490. │   │   ├── classTelEngine_1_1Semaphore.png
  491. │   │   ├── classTelEngine_1_1SHA1.html
  492. │   │   ├── classTelEngine_1_1SHA1-members.html
  493. │   │   ├── classTelEngine_1_1SHA1.png
  494. │   │   ├── classTelEngine_1_1SHA256.html
  495. │   │   ├── classTelEngine_1_1SHA256-members.html
  496. │   │   ├── classTelEngine_1_1SHA256.png
  497. │   │   ├── classTelEngine_1_1SharedVars.html
  498. │   │   ├── classTelEngine_1_1SharedVars-members.html
  499. │   │   ├── classTelEngine_1_1SharedVars.png
  500. │   │   ├── classTelEngine_1_1SliceVector.html
  501. │   │   ├── classTelEngine_1_1SliceVector-members.html
  502. │   │   ├── classTelEngine_1_1SliceVector.png
  503. │   │   ├── classTelEngine_1_1SocketAddr.html
  504. │   │   ├── classTelEngine_1_1SocketAddr-members.html
  505. │   │   ├── classTelEngine_1_1SocketAddr.png
  506. │   │   ├── classTelEngine_1_1SocketFilter.html
  507. │   │   ├── classTelEngine_1_1SocketFilter-members.html
  508. │   │   ├── classTelEngine_1_1SocketFilter.png
  509. │   │   ├── classTelEngine_1_1Socket.html
  510. │   │   ├── classTelEngine_1_1Socket-members.html
  511. │   │   ├── classTelEngine_1_1Socket.png
  512. │   │   ├── classTelEngine_1_1SrvRecord.html
  513. │   │   ├── classTelEngine_1_1SrvRecord-members.html
  514. │   │   ├── classTelEngine_1_1SrvRecord.png
  515. │   │   ├── classTelEngine_1_1Stream.html
  516. │   │   ├── classTelEngine_1_1Stream-members.html
  517. │   │   ├── classTelEngine_1_1Stream.png
  518. │   │   ├── classTelEngine_1_1String.html
  519. │   │   ├── classTelEngine_1_1String-members.html
  520. │   │   ├── classTelEngine_1_1String.png
  521. │   │   ├── classTelEngine_1_1SysUsage.html
  522. │   │   ├── classTelEngine_1_1SysUsage-members.html
  523. │   │   ├── classTelEngine_1_1TempObjectCounter.html
  524. │   │   ├── classTelEngine_1_1TempObjectCounter-members.html
  525. │   │   ├── classTelEngine_1_1ThreadedSource.html
  526. │   │   ├── classTelEngine_1_1ThreadedSource-members.html
  527. │   │   ├── classTelEngine_1_1ThreadedSource.png
  528. │   │   ├── classTelEngine_1_1Thread.html
  529. │   │   ├── classTelEngine_1_1Thread-members.html
  530. │   │   ├── classTelEngine_1_1Thread.png
  531. │   │   ├── classTelEngine_1_1Time.html
  532. │   │   ├── classTelEngine_1_1Time-members.html
  533. │   │   ├── classTelEngine_1_1TranslatorFactory.html
  534. │   │   ├── classTelEngine_1_1TranslatorFactory-members.html
  535. │   │   ├── classTelEngine_1_1TranslatorFactory.png
  536. │   │   ├── classTelEngine_1_1TxtRecord.html
  537. │   │   ├── classTelEngine_1_1TxtRecord-members.html
  538. │   │   ├── classTelEngine_1_1TxtRecord.png
  539. │   │   ├── classTelEngine_1_1UChar.html
  540. │   │   ├── classTelEngine_1_1UChar-members.html
  541. │   │   ├── classTelEngine_1_1UIFactory.html
  542. │   │   ├── classTelEngine_1_1UIFactory-members.html
  543. │   │   ├── classTelEngine_1_1UIFactory.png
  544. │   │   ├── classTelEngine_1_1UIWidget.html
  545. │   │   ├── classTelEngine_1_1UIWidget-members.html
  546. │   │   ├── classTelEngine_1_1UIWidget.png
  547. │   │   ├── classTelEngine_1_1URI.html
  548. │   │   ├── classTelEngine_1_1URI-members.html
  549. │   │   ├── classTelEngine_1_1URI.png
  550. │   │   ├── classTelEngine_1_1Window.html
  551. │   │   ├── classTelEngine_1_1Window-members.html
  552. │   │   ├── classTelEngine_1_1Window.png
  553. │   │   ├── classTelEngine_1_1XmlCData.html
  554. │   │   ├── classTelEngine_1_1XmlCData-members.html
  555. │   │   ├── classTelEngine_1_1XmlCData.png
  556. │   │   ├── classTelEngine_1_1XmlChild.html
  557. │   │   ├── classTelEngine_1_1XmlChild-members.html
  558. │   │   ├── classTelEngine_1_1XmlChild.png
  559. │   │   ├── classTelEngine_1_1XmlComment.html
  560. │   │   ├── classTelEngine_1_1XmlComment-members.html
  561. │   │   ├── classTelEngine_1_1XmlComment.png
  562. │   │   ├── classTelEngine_1_1XmlDeclaration.html
  563. │   │   ├── classTelEngine_1_1XmlDeclaration-members.html
  564. │   │   ├── classTelEngine_1_1XmlDeclaration.png
  565. │   │   ├── classTelEngine_1_1XmlDoctype.html
  566. │   │   ├── classTelEngine_1_1XmlDoctype-members.html
  567. │   │   ├── classTelEngine_1_1XmlDoctype.png
  568. │   │   ├── classTelEngine_1_1XmlDocument.html
  569. │   │   ├── classTelEngine_1_1XmlDocument-members.html
  570. │   │   ├── classTelEngine_1_1XmlDocument.png
  571. │   │   ├── classTelEngine_1_1XmlDomParser.html
  572. │   │   ├── classTelEngine_1_1XmlDomParser-members.html
  573. │   │   ├── classTelEngine_1_1XmlDomParser.png
  574. │   │   ├── classTelEngine_1_1XmlElement.html
  575. │   │   ├── classTelEngine_1_1XmlElement-members.html
  576. │   │   ├── classTelEngine_1_1XmlElement.png
  577. │   │   ├── classTelEngine_1_1XmlFragment.html
  578. │   │   ├── classTelEngine_1_1XmlFragment-members.html
  579. │   │   ├── classTelEngine_1_1XmlFragment.png
  580. │   │   ├── classTelEngine_1_1XmlParent.html
  581. │   │   ├── classTelEngine_1_1XmlParent-members.html
  582. │   │   ├── classTelEngine_1_1XmlParent.png
  583. │   │   ├── classTelEngine_1_1XmlSaxParser.html
  584. │   │   ├── classTelEngine_1_1XmlSaxParser-members.html
  585. │   │   ├── classTelEngine_1_1XmlSaxParser.png
  586. │   │   ├── classTelEngine_1_1XmlText.html
  587. │   │   ├── classTelEngine_1_1XmlText-members.html
  588. │   │   ├── classTelEngine_1_1XmlText.png
  589. │   │   ├── closed.png
  590. │   │   ├── doxygen.css
  591. │   │   ├── doxygen.png
  592. │   │   ├── dynsections.js
  593. │   │   ├── files.html
  594. │   │   ├── ftv2blank.png
  595. │   │   ├── ftv2doc.png
  596. │   │   ├── ftv2folderclosed.png
  597. │   │   ├── ftv2folderopen.png
  598. │   │   ├── ftv2lastnode.png
  599. │   │   ├── ftv2link.png
  600. │   │   ├── ftv2mlastnode.png
  601. │   │   ├── ftv2mnode.png
  602. │   │   ├── ftv2node.png
  603. │   │   ├── ftv2plastnode.png
  604. │   │   ├── ftv2pnode.png
  605. │   │   ├── ftv2splitbar.png
  606. │   │   ├── ftv2vertline.png
  607. │   │   ├── functions_b.html
  608. │   │   ├── functions_c.html
  609. │   │   ├── functions_d.html
  610. │   │   ├── functions_e.html
  611. │   │   ├── functions_enum.html
  612. │   │   ├── functions_f.html
  613. │   │   ├── functions_func_b.html
  614. │   │   ├── functions_func_c.html
  615. │   │   ├── functions_func_d.html
  616. │   │   ├── functions_func_e.html
  617. │   │   ├── functions_func_f.html
  618. │   │   ├── functions_func_g.html
  619. │   │   ├── functions_func_h.html
  620. │   │   ├── functions_func_~.html
  621. │   │   ├── functions_func.html
  622. │   │   ├── functions_func_i.html
  623. │   │   ├── functions_func_j.html
  624. │   │   ├── functions_func_k.html
  625. │   │   ├── functions_func_l.html
  626. │   │   ├── functions_func_m.html
  627. │   │   ├── functions_func_n.html
  628. │   │   ├── functions_func_o.html
  629. │   │   ├── functions_func_p.html
  630. │   │   ├── functions_func_q.html
  631. │   │   ├── functions_func_r.html
  632. │   │   ├── functions_func_s.html
  633. │   │   ├── functions_func_t.html
  634. │   │   ├── functions_func_u.html
  635. │   │   ├── functions_func_v.html
  636. │   │   ├── functions_func_w.html
  637. │   │   ├── functions_func_x.html
  638. │   │   ├── functions_func_y.html
  639. │   │   ├── functions_func_z.html
  640. │   │   ├── functions_g.html
  641. │   │   ├── functions_h.html
  642. │   │   ├── functions_~.html
  643. │   │   ├── functions.html
  644. │   │   ├── functions_i.html
  645. │   │   ├── functions_j.html
  646. │   │   ├── functions_k.html
  647. │   │   ├── functions_l.html
  648. │   │   ├── functions_m.html
  649. │   │   ├── functions_n.html
  650. │   │   ├── functions_o.html
  651. │   │   ├── functions_p.html
  652. │   │   ├── functions_q.html
  653. │   │   ├── functions_r.html
  654. │   │   ├── functions_s.html
  655. │   │   ├── functions_t.html
  656. │   │   ├── functions_u.html
  657. │   │   ├── functions_vars.html
  658. │   │   ├── functions_v.html
  659. │   │   ├── functions_w.html
  660. │   │   ├── functions_x.html
  661. │   │   ├── functions_y.html
  662. │   │   ├── functions_z.html
  663. │   │   ├── hierarchy.html
  664. │   │   ├── index.html
  665. │   │   ├── jquery.js
  666. │   │   ├── namespacemembers_enum.html
  667. │   │   ├── namespacemembers_func.html
  668. │   │   ├── namespacemembers.html
  669. │   │   ├── namespacemembers_type.html
  670. │   │   ├── namespaces.html
  671. │   │   ├── namespaceTelEngine.html
  672. │   │   ├── nav_f.png
  673. │   │   ├── nav_g.png
  674. │   │   ├── nav_h.png
  675. │   │   ├── open.png
  676. │   │   ├── structTelEngine_1_1FormatInfo.html
  677. │   │   ├── structTelEngine_1_1FormatInfo-members.html
  678. │   │   ├── structTelEngine_1_1ImageInfo.html
  679. │   │   ├── structTelEngine_1_1ImageInfo-members.html
  680. │   │   ├── structTelEngine_1_1TokenDict.html
  681. │   │   ├── structTelEngine_1_1TokenDict-members.html
  682. │   │   ├── structTelEngine_1_1TranslatorCaps.html
  683. │   │   ├── structTelEngine_1_1TranslatorCaps-members.html
  684. │   │   ├── structTelEngine_1_1XmlEscape.html
  685. │   │   ├── structTelEngine_1_1XmlEscape-members.html
  686. │   │   ├── sync_off.png
  687. │   │   ├── sync_on.png
  688. │   │   ├── tab_a.png
  689. │   │   ├── tab_b.png
  690. │   │   ├── tab_h.png
  691. │   │   ├── tabs.css
  692. │   │   ├── tab_s.png
  693. │   │   ├── yatecbase_8h_source.html
  694. │   │   ├── yateclass_8h_source.html
  695. │   │   ├── yatemath_8h_source.html
  696. │   │   ├── yatemime_8h_source.html
  697. │   │   ├── yatengine_8h_source.html
  698. │   │   ├── yatephone_8h_source.html
  699. │   │   └── yatexml_8h_source.html
  700. │   ├── ChangeLog
  701. │   ├── COPYING
  702. │   ├── dataflow.html
  703. │   ├── extmodule.html
  704. │   ├── iLBC-LICENSE.txt
  705. │   ├── index.html
  706. │   ├── messages.html
  707. │   ├── README
  708. │   ├── WebRTC-LICENSE
  709. │   ├── WebRTC-LICENSE_THIRD_PARTY
  710. │   └── WebRTC-PATENTS
  711. ├── man
  712. │   └── man8
  713. │   ├── yate.8.gz
  714. │   └── yate-config.8.gz
  715. ├── pixmaps
  716. │   ├── null_team-16.png
  717. │   ├── null_team-32.png
  718. │   └── null_team-48.png
  719. └── yate
  720. ├── data
  721. │   ├── NULL-TEAM-MIB.txt
  722. │   ├── snmp_mib.conf
  723. │   └── YATE-MIB.txt
  724. ├── help
  725. │   ├── 0.yhlp
  726. │   ├── 1.yhlp
  727. │   ├── 2.yhlp
  728. │   ├── 3.yhlp
  729. │   ├── 4.yhlp
  730. │   └── 99.yhlp
  731. ├── scripts
  732. │   ├── banbrutes.php
  733. │   ├── echo.sh
  734. │   ├── eliza.js
  735. │   ├── leavemail.php
  736. │   ├── libchatbot.js
  737. │   ├── libeliza.js
  738. │   ├── libvoicemail.php
  739. │   ├── libyatechan.php
  740. │   ├── libyateivr.php
  741. │   ├── libyate.php
  742. │   ├── libyate.py
  743. │   ├── queue_in.php
  744. │   ├── queue_out.php
  745. │   ├── route.php
  746. │   ├── tts.sh
  747. │   ├── voicemail.php
  748. │   └── Yate.pm
  749. ├── skins
  750. │   └── default
  751. │   ├── accountlist_title.png
  752. │   ├── accountlist.ui
  753. │   ├── account_title.png
  754. │   ├── account.ui
  755. │   ├── accountwizard_title.png
  756. │   ├── accountwizard.ui
  757. │   ├── activ.png
  758. │   ├── addaccount_menu.png
  759. │   ├── addaccount.png
  760. │   ├── addaccountwiz_menu.png
  761. │   ├── addaccountwiz.png
  762. │   ├── addchatroom_menu.png
  763. │   ├── addchatroom.png
  764. │   ├── addcontact.png
  765. │   ├── add_hover.png
  766. │   ├── add_menu.png
  767. │   ├── add.png
  768. │   ├── add_pressed.png
  769. │   ├── addrbook_title.png
  770. │   ├── addrbook.ui
  771. │   ├── answer_20_hover.png
  772. │   ├── answer_20.png
  773. │   ├── answer_20_pressed.png
  774. │   ├── answer.png
  775. │   ├── arch_contact_item.ui
  776. │   ├── archive_hover.png
  777. │   ├── archive_menu.png
  778. │   ├── archive.png
  779. │   ├── archive_pressed.png
  780. │   ├── archive_title.png
  781. │   ├── archive.ui
  782. │   ├── arch_room_item.ui
  783. │   ├── arch_roompriv_item.ui
  784. │   ├── arch_session_item.ui
  785. │   ├── ask_32.png
  786. │   ├── ask.png
  787. │   ├── bell.png
  788. │   ├── book_32.png
  789. │   ├── book.png
  790. │   ├── busy.ui
  791. │   ├── call_hover.png
  792. │   ├── call.png
  793. │   ├── call_pressed.png
  794. │   ├── calls_tab_hover.png
  795. │   ├── calls_tab.png
  796. │   ├── calls_tab_pressed.png
  797. │   ├── cancel_hover.png
  798. │   ├── cancel.png
  799. │   ├── cancel_pressed.png
  800. │   ├── cancel_transfer_20_hover.png
  801. │   ├── cancel_transfer_20.png
  802. │   ├── cancel_transfer_20_pressed.png
  803. │   ├── cb_arrow.png
  804. │   ├── cdr_32.png
  805. │   ├── cdr.png
  806. │   ├── cdr_tab_hover.png
  807. │   ├── cdr_tab.png
  808. │   ├── cdr_tab_pressed.png
  809. │   ├── chan_idle.png
  810. │   ├── channel_conf_add.ui
  811. │   ├── channel_conf_item.ui
  812. │   ├── channel_item.ui
  813. │   ├── channel_transfer_item.ui
  814. │   ├── channel_transfer_start.ui
  815. │   ├── chan_progress.png
  816. │   ├── chan_ringing.png
  817. │   ├── chan_routed.png
  818. │   ├── chat_menu.png
  819. │   ├── chat.png
  820. │   ├── chatroomedit_title.png
  821. │   ├── chatroomedit.ui
  822. │   ├── chat_tab_hover.png
  823. │   ├── chat_tab.png
  824. │   ├── chat_tab_pressed.png
  825. │   ├── chat_title.png
  826. │   ├── chat.ui
  827. │   ├── checkbox_off.png
  828. │   ├── checkbox_on.png
  829. │   ├── checkmark_menu.png
  830. │   ├── clear_hover.png
  831. │   ├── clear.png
  832. │   ├── clear_pressed.png
  833. │   ├── close_16_hover.png
  834. │   ├── close_16.png
  835. │   ├── close_16_pressed.png
  836. │   ├── close.png
  837. │   ├── collapsed.png
  838. │   ├── conf_bg.png
  839. │   ├── conference_20_hover.png
  840. │   ├── conference_20.png
  841. │   ├── conference_20_pressed.png
  842. │   ├── conference.png
  843. │   ├── configure_menu.png
  844. │   ├── configure.png
  845. │   ├── confirm.ui
  846. │   ├── contactedit_title.png
  847. │   ├── contactedit.ui
  848. │   ├── contactfsd.ui
  849. │   ├── contactfs.ui
  850. │   ├── contactinfo_title.png
  851. │   ├── contactinfo.ui
  852. │   ├── contacts_tab_hover.png
  853. │   ├── contacts_tab.png
  854. │   ├── contacts_tab_pressed.png
  855. │   ├── delete_hover.png
  856. │   ├── delete_menu.png
  857. │   ├── delete.png
  858. │   ├── delete_pressed.png
  859. │   ├── dialpad_20_hover.png
  860. │   ├── dialpad_20.png
  861. │   ├── dialpad_20_pressed.png
  862. │   ├── digit0_hover.png
  863. │   ├── digit0.png
  864. │   ├── digit0_pressed.png
  865. │   ├── digit1_hover.png
  866. │   ├── digit1.png
  867. │   ├── digit1_pressed.png
  868. │   ├── digit2_hover.png
  869. │   ├── digit2.png
  870. │   ├── digit2_pressed.png
  871. │   ├── digit3_hover.png
  872. │   ├── digit3.png
  873. │   ├── digit3_pressed.png
  874. │   ├── digit4_hover.png
  875. │   ├── digit4.png
  876. │   ├── digit4_pressed.png
  877. │   ├── digit5_hover.png
  878. │   ├── digit5.png
  879. │   ├── digit5_pressed.png
  880. │   ├── digit6_hover.png
  881. │   ├── digit6.png
  882. │   ├── digit6_pressed.png
  883. │   ├── digit7_hover.png
  884. │   ├── digit7.png
  885. │   ├── digit7_pressed.png
  886. │   ├── digit8_hover.png
  887. │   ├── digit8.png
  888. │   ├── digit8_pressed.png
  889. │   ├── digit9_hover.png
  890. │   ├── digit9.png
  891. │   ├── digit9_pressed.png
  892. │   ├── digitpound_hover.png
  893. │   ├── digitpound.png
  894. │   ├── digitpound_pressed.png
  895. │   ├── digitstar_hover.png
  896. │   ├── digitstar.png
  897. │   ├── digitstar_pressed.png
  898. │   ├── dockedchat_title.png
  899. │   ├── dockedchat.ui
  900. │   ├── down_active.png
  901. │   ├── down.png
  902. │   ├── down_small_off.png
  903. │   ├── down_small.png
  904. │   ├── edit_hover.png
  905. │   ├── edit_menu.png
  906. │   ├── edit.png
  907. │   ├── edit_pressed.png
  908. │   ├── events_menu.png
  909. │   ├── events.png
  910. │   ├── events_title.png
  911. │   ├── events.ui
  912. │   ├── expanded.png
  913. │   ├── fileprogress_item.ui
  914. │   ├── fileprogress_title.png
  915. │   ├── fileprogress.ui
  916. │   ├── file_trans_menu.png
  917. │   ├── file_trans.png
  918. │   ├── findnext.png
  919. │   ├── find.png
  920. │   ├── findprev.png
  921. │   ├── folder_16.png
  922. │   ├── folder_open_16.png
  923. │   ├── handshake.png
  924. │   ├── handshake_x.png
  925. │   ├── hangup_20_hover.png
  926. │   ├── hangup_20.png
  927. │   ├── hangup_20_pressed.png
  928. │   ├── hangup.png
  929. │   ├── help_title.png
  930. │   ├── help.ui
  931. │   ├── hold_20_hover.png
  932. │   ├── hold_20.png
  933. │   ├── hold_20_pressed.png
  934. │   ├── hold.png
  935. │   ├── home_hover.png
  936. │   ├── home.png
  937. │   ├── home_pressed.png
  938. │   ├── incoming.png
  939. │   ├── info_32.png
  940. │   ├── info_menu.png
  941. │   ├── info.png
  942. │   ├── inputacccred_title.png
  943. │   ├── inputacccred.ui
  944. │   ├── inputpwd_title.png
  945. │   ├── inputpwd.ui
  946. │   ├── input.ui
  947. │   ├── joinmucwizard_title.png
  948. │   ├── joinmucwizard.ui
  949. │   ├── keyboard.png
  950. │   ├── left_hover.png
  951. │   ├── left.png
  952. │   ├── left_pressed.png
  953. │   ├── messages_generic.ui
  954. │   ├── messages_header.ui
  955. │   ├── messages_loginfail.ui
  956. │   ├── messages_okrejignore.ui
  957. │   ├── message.ui
  958. │   ├── minus.png
  959. │   ├── muc_16.png
  960. │   ├── mucchat.ui
  961. │   ├── muc_hover.png
  962. │   ├── mucinvite.ui
  963. │   ├── muc_menu.png
  964. │   ├── muc.png
  965. │   ├── muc_pressed.png
  966. │   ├── mucprivchat.ui
  967. │   ├── mucs_title.png
  968. │   ├── mucs.ui
  969. │   ├── next.png
  970. │   ├── notification.ui
  971. │   ├── notif_menu.png
  972. │   ├── notif.png
  973. │   ├── null_team-16.png
  974. │   ├── null_team-32.png
  975. │   ├── null_team-48.png
  976. │   ├── ok_hover.png
  977. │   ├── ok.png
  978. │   ├── ok_pressed.png
  979. │   ├── outgoing.png
  980. │   ├── phone_32.png
  981. │   ├── phone_menu.png
  982. │   ├── phone.png
  983. │   ├── phone_tab_hover.png
  984. │   ├── phone_tab.png
  985. │   ├── phone_tab_pressed.png
  986. │   ├── plus.png
  987. │   ├── pointer.png
  988. │   ├── prev.png
  989. │   ├── progress.gif
  990. │   ├── qt4client.rc
  991. │   ├── qt4client.ui
  992. │   ├── quest_hover.png
  993. │   ├── quest.png
  994. │   ├── quest_pressed.png
  995. │   ├── quit.png
  996. │   ├── radio_off.png
  997. │   ├── radio_on.png
  998. │   ├── right_hover.png
  999. │   ├── right.png
  1000. │   ├── right_pressed.png
  1001. │   ├── room_member.ui
  1002. │   ├── room_subject_hover.png
  1003. │   ├── room_subject.png
  1004. │   ├── room_subject_pressed.png
  1005. │   ├── save_hover.png
  1006. │   ├── save.png
  1007. │   ├── save_pressed.png
  1008. │   ├── scroll_down.png
  1009. │   ├── scroll_left.png
  1010. │   ├── scroll_right.png
  1011. │   ├── scroll_up.png
  1012. │   ├── search.png
  1013. │   ├── sendchat_hover.png
  1014. │   ├── sendchat.png
  1015. │   ├── sendchat_pressed.png
  1016. │   ├── sendfile_20.png
  1017. │   ├── sendfile_hover_20.png
  1018. │   ├── sendfile_menu.png
  1019. │   ├── sendfile.png
  1020. │   ├── sendfile_pressed_20.png
  1021. │   ├── send_transfer_20_hover.png
  1022. │   ├── send_transfer_20.png
  1023. │   ├── send_transfer_20_pressed.png
  1024. │   ├── settings_title.png
  1025. │   ├── settings.ui
  1026. │   ├── sharedfile_20.png
  1027. │   ├── sharedfile_hover_20.png
  1028. │   ├── sharedfile_menu.png
  1029. │   ├── sharedfile_pressed_20.png
  1030. │   ├── sharedfile_title.png
  1031. │   ├── sharefile_20.png
  1032. │   ├── sharefile_hover_20.png
  1033. │   ├── sharefile_menu.png
  1034. │   ├── sharefile_none_20.png
  1035. │   ├── sharefile_none_hover_20.png
  1036. │   ├── sharefile_none_pressed_20.png
  1037. │   ├── sharefile_pressed_20.png
  1038. │   ├── sharefile_title.png
  1039. │   ├── speaker.png
  1040. │   ├── speaker_x.png
  1041. │   ├── status_away_menu.png
  1042. │   ├── status_away.png
  1043. │   ├── status_busy_menu.png
  1044. │   ├── status_busy.png
  1045. │   ├── status_connecting.png
  1046. │   ├── status_dnd_menu.png
  1047. │   ├── status_dnd.png
  1048. │   ├── status_offline_menu.png
  1049. │   ├── status_offline.png
  1050. │   ├── status_online_menu.png
  1051. │   ├── status_online.png
  1052. │   ├── status_xa_menu.png
  1053. │   ├── status_xa.png
  1054. │   ├── stylesheet.css
  1055. │   ├── stylesheet_mac.css
  1056. │   ├── stylesheet_oswindows.css
  1057. │   ├── trans_bg.png
  1058. │   ├── transfer_20_hover.png
  1059. │   ├── transfer_20.png
  1060. │   ├── transfer_20_pressed.png
  1061. │   ├── transfer.png
  1062. │   ├── tray_incomingcall.png
  1063. │   ├── tray_incomingchat.png
  1064. │   ├── tray_info.png
  1065. │   ├── tray_notification.png
  1066. │   ├── up_active.png
  1067. │   ├── update.png
  1068. │   ├── updater.ui
  1069. │   ├── up.png
  1070. │   ├── up_small_off.png
  1071. │   ├── up_small.png
  1072. │   ├── user_hover.png
  1073. │   ├── user_menu.png
  1074. │   ├── user.png
  1075. │   ├── user_pressed.png
  1076. │   └── waiting_32.gif
  1077. └── sounds
  1078. ├── ring.au
  1079. ├── ring.wav
  1080. └── tone.wav
  1081.  
  1082. 31 directories, 1048 files
Add Comment
Please, Sign In to add comment