asterisk.txt 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655
  1. <file name="asterisk.conf">
  2. ;;
  3. ;; asterisk.conf -- Asterisk master configuration
  4. ;;
  5. [directories]
  6. astetcdir = @l_prefix@/etc/asterisk
  7. astmoddir = @l_prefix@/lib/asterisk/modules
  8. astagidir = @l_prefix@/share/asterisk/agi-bin
  9. astvarlibdir = @l_prefix@/share/asterisk
  10. astspooldir = @l_prefix@/var/asterisk/spool
  11. astrundir = @l_prefix@/var/asterisk/run
  12. astlogdir = @l_prefix@/var/asterisk/log
  13. astdbdir = @l_prefix@/var/asterisk/db
  14. [files]
  15. astctlowner = @l_rusr@
  16. astctlgroup = @l_rgrp@
  17. astctlpermissions = 700
  18. astctl = asterisk.ctl
  19. [options]
  20. systemname = openpkg-pbx
  21. runuser = @l_rusr@
  22. rungroup = @l_rgrp@
  23. verbose = 0
  24. alwaysfork = yes
  25. dumpcore = no
  26. quiet = yes
  27. highpriority = no
  28. initcrypto = no
  29. nocolor = yes
  30. execincludes = no
  31. ;timestamp = yes
  32. ;optiondebug = no
  33. ;nofork = no
  34. ;console = no
  35. ;dontwarn = no
  36. </file>
  37. <file name="modules.conf">
  38. ;;
  39. ;; modules.conf -- Asterisk functionality module configuration
  40. ;;
  41. [modules]
  42. autoload = yes
  43. noload = chan_iax2.so ; not yet wished
  44. noload = chan_mgcp.so ; not yet wished
  45. noload = chan_skinny.so ; not yet wished
  46. noload = chan_ooh323.so ; not yet wished
  47. noload = chan_gtalk.so ; not yet wished
  48. noload = app_conference.so ; not yet wished
  49. load = app_meetme.so ; wished
  50. load = res_musiconhold.so ; wished
  51. [global]
  52. </file>
  53. <file name="logger.conf">
  54. ;;
  55. ;; logger.conf -- Asterisk logging configuration
  56. ;;
  57. [general]
  58. dateformat = %F %T
  59. queue_log = no
  60. event_log = no
  61. [logfiles]
  62. console = error,warning,notice,verbose
  63. asterisk.log = error,warning,notice ; verbose,debug
  64. </file>
  65. <file name="manager.conf">
  66. ;;
  67. ;; manager.conf -- Asterisk internal manager API configuration
  68. ;;
  69. [general]
  70. enabled = no
  71. port = 5038
  72. bindaddr = 10.10.0.1
  73. displayconnects = yes
  74. [asterisk]
  75. secret = asterisk
  76. deny = 0.0.0.0/0.0.0.0
  77. permit = 10.10.0.0/255.255.0.0
  78. read = system,call,log,verbose,command,agent,user
  79. write = system,call,log,verbose,command,agent,user
  80. </file>
  81. <file name="sip.conf">
  82. ;;
  83. ;; sip.conf -- Asterisk SIP configuration
  84. ;;
  85. [general]
  86. useragent = OpenPKG Asterisk PBX
  87. realm = example
  88. bindaddr = 127.0.0.1
  89. bindport = 5060
  90. tcpenable = yes
  91. tcpbindaddr = 127.0.0.1:5060
  92. tlsenable = no
  93. tlsbindaddr = 127.0.0.1:5061
  94. tlscipher = ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
  95. tlscertfile = asterisk.pem
  96. tlscafile = asterisk.pem
  97. srvlookup = yes
  98. useclientcode = yes
  99. allowguest = yes
  100. canreinvite = no
  101. nat = no
  102. disallow = all
  103. allow = speex
  104. allow = g726
  105. allow = ulaw
  106. allow = alaw
  107. allow = gsm
  108. videosupport = no
  109. ;allow = h263
  110. ;allow = h263p
  111. context = external
  112. ;register = NNNNNNN:XXXXXX:NNNNNNN@sipgate.de/s
  113. ;tos = 0x18
  114. ;[sipgate]
  115. ;type = peer
  116. ;defaultuser = NNNNNNN
  117. ;host = sipgate.de
  118. ;fromuser = NNNNNNN
  119. ;fromdomain = sipgate.de
  120. ;canreinvite = no
  121. ;disallow = all
  122. ;allow = speex
  123. ;allow = g726
  124. ;allow = ulaw
  125. ;allow = alaw
  126. ;allow = gsm
  127. ;context = external
  128. ;[gw]
  129. ;type = friend
  130. ;defaultuser = gw
  131. ;callerid = "ISDN-to-SIP" <gw>
  132. ;fromdomain = example.com
  133. ;secret = asterisk
  134. ;host = dynamic
  135. ;canreinvite = no
  136. ;disallow = all
  137. ;allow = g726
  138. ;allow = ulaw
  139. ;allow = alaw
  140. ;allow = gsm
  141. ;dtmfmode = rfc2833
  142. ;qualify = yes
  143. ;insecure = yes
  144. ;context = external
  145. ;nat = no
  146. [foo]
  147. type = friend
  148. defaultuser = foo
  149. callerid = "Mr. Foo" <foo>
  150. fromdomain = example.com
  151. secret = asterisk
  152. host = dynamic
  153. disallow = all
  154. allow = speex
  155. allow = g726
  156. allow = ulaw
  157. allow = alaw
  158. dtmfmode = rfc2833
  159. qualify = yes
  160. context = internal
  161. nat = no
  162. [bar]
  163. type = friend
  164. defaultuser = bar
  165. callerid = "Mr. Bar" <bar>
  166. fromdomain = example.com
  167. secret = asterisk
  168. host = dynamic
  169. disallow = all
  170. allow = speex
  171. allow = g726
  172. allow = ulaw
  173. allow = alaw
  174. dtmfmode = rfc2833
  175. qualify = yes
  176. context = internal
  177. nat = no
  178. </file>
  179. <file name="rtp.conf">
  180. ;;
  181. ;; rtp.conf -- Asterisk RTP configuration
  182. ;;
  183. [general]
  184. rtpstart = 7070
  185. rtpend = 7089
  186. </file>
  187. <file name="extensions.conf">
  188. ;;
  189. ;; extensions.conf -- Asterisk inbound & outbound call configuration
  190. ;;
  191. [general]
  192. static = yes
  193. writeprotect = yes
  194. autofallthrough = yes
  195. [globals]
  196. MEETME_SPOOLDIR = @l_prefix@/var/asterisk/spool/meetme
  197. STAFF = SIP/foo&SIP/bar
  198. CONSOLE = Console/dsp
  199. DOLLAR = $
  200. ;;
  201. ;; SPECIAL CONTEXTS
  202. ;;
  203. [macro-dial]
  204. exten = s,1,Dial(${ARG1},${ARG2},j${ARG3})
  205. exten = s,n,Goto(s-${DIALSTATUS},1)
  206. exten = s-BUSY,1,Voicemail(u${ARG1})
  207. exten = s-BUSY,2,Busy
  208. exten = s-CONGESTION,1,Busy
  209. exten = s-CANCEL,1,Busy
  210. exten = s-ANSWER,1,Hangup
  211. exten = s-NOANSWER,1,Hangup
  212. exten = s-CHANUNAVAIL,1,Hangup
  213. exten = _s-.,1,Goto(s-NOANSWER,1)
  214. [default]
  215. ; currently empty
  216. ;;
  217. ;; EXTERNAL DIAL CONTEXT
  218. ;;
  219. [external]
  220. include = default
  221. ; external incoming SIP connection
  222. exten = example,hint,${STAFF}
  223. exten = example,1,Goto(s,1)
  224. exten = s,n,Ringing
  225. exten = s,n,Wait(1)
  226. exten = s,n,Answer
  227. exten = s,n,Macro(dial,${STAFF},30,gTtr)
  228. ; external to internal mapping
  229. exten = foo,hint,SIP/foo
  230. exten = foo,1,Goto(internal,foo,1)
  231. exten = bar,hint,SIP/bar
  232. exten = bar,1,Goto(internal,bar,1)
  233. ;;
  234. ;; INTERNAL DIAL CONTEXT
  235. ;;
  236. [internal]
  237. include = default
  238. ;include = parkedcalls
  239. ; internal to external mapping
  240. exten = example,1,Goto(external,example,1)
  241. ; internal user <foo> #11
  242. exten = foo,hint,SIP/foo
  243. exten = foo,1,Goto(11,1)
  244. exten = 11,hint,SIP/foo
  245. exten = 11,1,Macro(dial,SIP/foo,30,gTtr)
  246. ; internal user <bar> #12
  247. exten = bar,hint,SIP/bar
  248. exten = bar,1,Goto(12,1)
  249. exten = 12,hint,SIP/bar
  250. exten = 12,1,Macro(dial,SIP/bar,30,gTtr)
  251. ; internal group <all> #20
  252. exten = all,1,Goto(20,1)
  253. exten = 20/foo,1,Macro(dial,SIP/bar,60)
  254. exten = 20/bar,1,Macro(dial,SIP/foo,60)
  255. ; internal service <conference> #7<n>
  256. exten = conference,1,Goto(70,1)
  257. exten = _7[0-9],1,Set(confno=${EXTEN:1})
  258. exten = _7[0-9],n,Goto(7,enter)
  259. exten = 7,1,Set(TIMEOUT(digit)=3)
  260. exten = 7,n,Set(TIMEOUT(response)=6)
  261. exten = 7,n(repeat),Read(confno,conf-getconfno,3)
  262. exten = 7,n,GotoIf($[${confno} >= 0 & ${confno} <= 9]?enter)
  263. exten = 7,n,Playback(conf-invalid)
  264. exten = 7,n,Goto(repeat)
  265. exten = 7,n(enter),Playback(conf-placeintoconf)
  266. exten = 7,n,SayNumber(${confno})
  267. exten = 7,n,Set(SPYGROUP=conference-${confno})
  268. exten = 7,n,Set(confopt=cCpsMvio)
  269. exten = 7,n,GotoIf($[${confno} >= 4 & ${confno} <= 9]?l1:l2)
  270. exten = 7,n(l1),Set(confopt=${confopt}i)
  271. exten = 7,n(l2),GotoIf($[${confno} >= 7 & ${confno} <= 9]?l3:l4)
  272. exten = 7,n(l3),Set(confopt=${confopt}r)
  273. exten = 7,n,Set(MEETME_RECORDINGFILE=${MEETME_SPOOLDIR}/meetme-conference-${confno}-${STRFTIME(${EPOCH},UTC,%Y%m%d%H%M)})
  274. exten = 7,n,Set(MEETME_RECORDINGFORMAT=wav49)
  275. exten = 7,n,Playback(this-call-may-be-monitored-or-recorded)
  276. exten = 7,n(l4),MeetMe(${confno},${confopt})
  277. exten = 7,n,Playback(beep)
  278. exten = 7,n,Wait(1)
  279. exten = 7,n,Playback(vm-goodbye)
  280. exten = 7,n,Hangup
  281. ; internal service <voicemail> #80/#*<n>
  282. exten = voicemail,1,Goto(80,1)
  283. exten = 80,1,VoicemailMain(s${CALLERIDNUM})
  284. exten = 80,n,Hangup
  285. exten = _*XX,1,Voicemail(u${EXTEN:1})
  286. exten = _*XX,n,Hangup
  287. ; internal service <echo> #81
  288. exten = echo,1,Goto(81,1)
  289. exten = 81,1,Answer
  290. exten = 81,n,Playback(demo-echotest)
  291. exten = 81,n,Wait(1)
  292. exten = 81,n,Playback(beep)
  293. exten = 81,n,Echo
  294. exten = 81,n,Wait(1)
  295. exten = 81,n,Playback(demo-echodone)
  296. exten = 81,n,Wait(1)
  297. exten = 81,n,Playback(vm-goodbye)
  298. exten = 81,n,Hangup
  299. ; internal service <reload> #82
  300. exten = reload,1,Goto(82,1)
  301. exten = 82,1,Answer
  302. exten = 82,n,Read(pin,conf-getpin,4)
  303. exten = 82,n,GotoIf($[${pin} = 1234]?ok)
  304. exten = 82,n,Playback(conf-invalidpin)
  305. exten = 82,n,Hangup
  306. exten = 82,n(ok),Playback(beep)
  307. exten = 82,n,Wait(1)
  308. exten = 82,n,Playback(beep)
  309. exten = 82,n,Wait(1)
  310. exten = 82,n,Playback(beep)
  311. exten = 82,n,Wait(1)
  312. exten = 82,n,System(@l_prefix@/sbin/asterisk -rx reload)
  313. exten = 82,n,Hangup
  314. ; external outgoing ISDN (via SIP-to-ISDN gateway call-through)
  315. ;exten = _0.,1,Set(number=${EXTEN:1})
  316. ;exten = _0.,n,Set(enum=${ENUMLOOKUP(+${number},ALL)})
  317. ;exten = _0.,n,Set(enum_is_sip_url=${REGEX("^SIP/.+" ${enum})})
  318. ;exten = _0.,n,GotoIf($["${enum_is_sip_url}" = "1"]?sip:isdn)
  319. ;exten = _0.,n(sip),Dial(${enum},60,o)
  320. ;exten = _0.,n,Goto(_0.,7)
  321. ;exten = _0.,n(isdn),Dial(SIP/gw,60,D(w1234w0#31#${number}#))
  322. ;exten = _0.,n,Hangup
  323. ; internal outgoing SIP call (part 1/2)
  324. ; (notice sort-order trickery!)
  325. include = internal-siponly
  326. [internal-siponly]
  327. ; internal outgoing SIP call (part 2/2)
  328. ; (notice sort-order trickery!)
  329. exten = _.[@].,1,Dial(SIP/${EXTEN}@${SIPDOMAIN},60,o)
  330. exten = _.[@].,n,Hangup
  331. exten = _.[@].,102,Busy
  332. </file>
  333. <file name="enum.conf">
  334. ;;
  335. ;; enum.conf -- Asterisk ENUM configuration
  336. ;;
  337. [general]
  338. search = e164.arpa
  339. search = e164.org
  340. </file>
  341. <file name="musiconhold.conf">
  342. ;;
  343. ;; musiconhold.conf -- Asterisk music-on-hold configuration
  344. ;;
  345. [default]
  346. mode = files
  347. directory = @l_prefix@/share/asterisk/moh
  348. </file>
  349. <file name="voicemail.conf">
  350. ;;
  351. ;; voicemail.conf -- Asterisk voice mail configuration
  352. ;;
  353. [general]
  354. format = wav49
  355. serveremail = example@example.com
  356. attach = yes
  357. maxmsg = 20
  358. maxsecs = 180
  359. minsecs = 3
  360. maxgreet = 60
  361. skipms = 3000
  362. maxsilence = 10
  363. silencethreshold = 128
  364. maxlogins = 3
  365. charset = ISO-8859-1
  366. pbxskip = yes
  367. fromstring = Asterisk PBX
  368. usedirectory = yes
  369. emailsubject = [PBX]: New voice message ${VM_MSGNUM} in mailbox ${VM_MAILBOX}
  370. emailbody = Dear ${VM_NAME},\n\njust wanted to let you know you were left a ${VM_DUR} long\nvoice message (number ${VM_MSGNUM}) in voice mailbox ${VM_MAILBOX}\nfrom caller ${VM_CALLERID},\non ${VM_DATE}.\nYou might want to check it when you get a chance. Thanks!\n\n\t\t\t\t-- OpenPKG Asterisk PBX\n
  371. pagerfromstring = Asterisk PBX
  372. pagersubject = New VM
  373. pagerbody = New ${VM_DUR} long msg in box ${VM_MAILBOX}\nfrom ${VM_CALLERID}, on ${VM_DATE}
  374. emaildateformat = %A, %d %B %Y %H:%M:%S %r
  375. mailcmd = @l_prefix@/sbin/sendmail -t
  376. [default]
  377. 1 = 1,Example,example@example.com,,|delete=yes
  378. </file>
  379. <file name="meetme.conf">
  380. ;;
  381. ;; meetme.conf -- Asterisk conference configuration
  382. ;;
  383. [general]
  384. audiobuffers = 32
  385. ;schedule = yes
  386. ;logmembercount = yes
  387. ;fuzzystart = 300
  388. ;earlyalert = 3600
  389. ;endalert = 120
  390. [rooms]
  391. conf = 0
  392. conf = 1
  393. conf = 2
  394. conf = 3
  395. conf = 4
  396. conf = 5
  397. conf = 6
  398. conf = 7
  399. conf = 8
  400. conf = 9,1234,1234
  401. </file>
  402. <file name="codecs.conf">
  403. ;;
  404. ;; codecs.conf -- Asterisk codec configuration
  405. ;;
  406. [speex]
  407. quality = 6
  408. complexity = 4
  409. enhancement = true
  410. vad = true
  411. vbr = true
  412. abr = 8000
  413. vbr_quality = 5
  414. dtx = false
  415. preprocess = false
  416. pp_vad = false
  417. pp_agc = false
  418. pp_agc_level = 8000
  419. pp_denoise = false
  420. pp_dereverb = false
  421. pp_dereverb_decay = 0.4
  422. pp_dereverb_level = 0.3
  423. [plc]
  424. genericplc = true
  425. </file>
  426. <file name="zapata.conf">
  427. ;;
  428. ;; zapata.conf -- Asterisk Zaptel channel configuration
  429. ;;
  430. ; (an empty configuration is ok, but required even for Zaptel "ztdummy" only)
  431. [trunkgroups]
  432. [channels]
  433. </file>
  434. <file name="capi.conf">
  435. ;;
  436. ;; capi.conf -- Asterisk ISDN/CAPI channel configuration
  437. ;;
  438. [general]
  439. nationalprefix = 0
  440. internationalprefix = 00
  441. rxgain = 1.0
  442. txgain = 1.0
  443. ulaw = no
  444. debug = yes
  445. [ISDN1]
  446. isdnmode = msn
  447. incomingmsn = *
  448. controller = 0
  449. group = 1
  450. ;prefix = 0
  451. softdtmf = off
  452. relaxdtmf = off
  453. accountcode =
  454. context = external
  455. holdtype = local
  456. ;immediate = yes
  457. echocancel = no
  458. echosquelch = no
  459. ;echotail = 64
  460. ;bridge = yes
  461. ;callgroup = 1
  462. ;deflect = 1234567
  463. devices = 2
  464. ;wait_silence_samples = 1000
  465. ;dtmf_generate = yes
  466. </file>
  467. <file name="features.conf">
  468. ;;
  469. ;; features.conf -- Asterisk Call Features configuration
  470. ;;
  471. [general]
  472. ;parkext = 700
  473. ;parkpos = 701-720
  474. ;context = parkedcalls
  475. </file>
  476. <file name="jabber.conf">
  477. ;;
  478. ;; jabber.conf -- Asterisk Jabber configuration
  479. ;;
  480. [general]
  481. ;debug = yes
  482. ;autoprune = yes
  483. ;autoregister = yes
  484. ;[asterisk]
  485. ;type = client
  486. ;serverhost = jabber.example.com
  487. ;username = asterisk@example.com/asterisk
  488. ;secret = asterisk
  489. ;priority = 1
  490. ;port = 5222
  491. ;usetls = no
  492. ;usesasl = no
  493. ;buddy = buddy@example.com
  494. ;status = available
  495. ;timeout = 100
  496. </file>
  497. <file name="indications.conf">
  498. ;;
  499. ;; indications.conf -- Asterisk Tone Indications
  500. ;;
  501. [general]
  502. country = us
  503. ; United States
  504. ; (according to tones in North America)
  505. [us]
  506. description = United States (US)
  507. ringcadence = 2000,4000
  508. dial = 350+440
  509. busy = 480+620/500,0/500
  510. ring = 440+480/2000,0/4000
  511. congestion = 480+620/250,0/250
  512. callwaiting = 440/300,0/10000
  513. dialrecall = !350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440
  514. record = 1400/500,0/15000
  515. info = !950/330,!1400/330,!1800/330,0
  516. stutter = !350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440
  517. ; United Kingdom
  518. ; (partly according to BT SIN350)
  519. [uk]
  520. description = United Kingdom (UK)
  521. ringcadence = 400,200,400,2000
  522. dial = 350+440
  523. busy = 400/375,0/375
  524. ring = 400+450/400,0/200,400+450/400,0/2000
  525. congestion = 400/400,0/350,400/225,0/525
  526. callwaiting = 400/100,0/4000
  527. dialrecall = !350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440
  528. record = 1400/500,0/60000
  529. info = 950/330,0/15,1400/330,0/15,1800/330,0/1000
  530. stutter = 350+440/750,440/750
  531. ; Germany
  532. ; (according to http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf)
  533. [de]
  534. description = Germany (DE)
  535. ringcadence = 1000,4000
  536. dial = 425
  537. busy = 425/480,0/480
  538. ring = 425/1000,0/4000
  539. congestion = 425/240,0/240
  540. callwaiting = !425/200,!0/200,!425/200,!0/5000,!425/200,!0/200,!425/200,!0/5000,!425/200,!0/200,!425/200,!0/5000,!425/200,!0/200,!425/200,!0/5000,!425/200,!0/200,!425/200,0
  541. dialrecall = !425/100,!0/100,!425/100,!0/100,!425/100,!0/100,425
  542. record = 1400/80,0/15000
  543. info = 950/330,1400/330,1800/330,0/1000
  544. stutter = 425+400
  545. </file>
  546. <file name="asterisk.pem">
  547. -----BEGIN CERTIFICATE-----
  548. MIIDNjCCAp+gAwIBAgIBATANBgkqhkiG9w0BAQQFADCBqTELMAkGA1UEBhMCWFkx
  549. FTATBgNVBAgTDFNuYWtlIERlc2VydDETMBEGA1UEBxMKU25ha2UgVG93bjEXMBUG
  550. A1UEChMOU25ha2UgT2lsLCBMdGQxHjAcBgNVBAsTFUNlcnRpZmljYXRlIEF1dGhv
  551. cml0eTEVMBMGA1UEAxMMU25ha2UgT2lsIENBMR4wHAYJKoZIhvcNAQkBFg9jYUBz
  552. bmFrZW9pbC5kb20wHhcNOTkxMDIxMTgyMTUxWhcNMDExMDIwMTgyMTUxWjCBpzEL
  553. MAkGA1UEBhMCWFkxFTATBgNVBAgTDFNuYWtlIERlc2VydDETMBEGA1UEBxMKU25h
  554. a2UgVG93bjEXMBUGA1UEChMOU25ha2UgT2lsLCBMdGQxFzAVBgNVBAsTDldlYnNl
  555. cnZlciBUZWFtMRkwFwYDVQQDExB3d3cuc25ha2VvaWwuZG9tMR8wHQYJKoZIhvcN
  556. AQkBFhB3d3dAc25ha2VvaWwuZG9tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKB
  557. gQC554Ro+VH0dJONqljPBW+C72MDNGNy9eXnzejXrczsHs3Pc92Vaat6CpIEEGue
  558. yG29xagb1o7Gj2KRgpVYcmdx6tHd2JkFW5BcFVfWXL42PV4rf9ziYon8jWsbK2aE
  559. +L6hCtcbxdbHOGZdSIWZJwc/1Vs70S/7ImW+Zds8YEFiAwIDAQABo24wbDAbBgNV
  560. HREEFDASgRB3d3dAc25ha2VvaWwuZG9tMDoGCWCGSAGG+EIBDQQtFittb2Rfc3Ns
  561. IGdlbmVyYXRlZCBjdXN0b20gc2VydmVyIGNlcnRpZmljYXRlMBEGCWCGSAGG+EIB
  562. AQQEAwIGQDANBgkqhkiG9w0BAQQFAAOBgQB6MRsYGTXUR53/nTkRDQlBdgCcnhy3
  563. hErfmPNl/Or5jWOmuufeIXqCvM6dK7kW/KBboui4pffIKUVafLUMdARVV6BpIGMI
  564. 5LmVFK3sgwuJ01v/90hCt4kTWoT8YHbBLtQh7PzWgJoBAY7MJmjSguYCRt91sU4K
  565. s0dfWsdItkw4uQ==
  566. -----END CERTIFICATE-----
  567. -----BEGIN RSA PRIVATE KEY-----
  568. MIICXgIBAAKBgQC554Ro+VH0dJONqljPBW+C72MDNGNy9eXnzejXrczsHs3Pc92V
  569. aat6CpIEEGueyG29xagb1o7Gj2KRgpVYcmdx6tHd2JkFW5BcFVfWXL42PV4rf9zi
  570. Yon8jWsbK2aE+L6hCtcbxdbHOGZdSIWZJwc/1Vs70S/7ImW+Zds8YEFiAwIDAQAB
  571. AoGBAKTvnFGKSkUJnNQGe66I0wunGgCA3W7kbarAzEF2qKYhGlZhJQnn68RmVnAW
  572. pXUFvB+vmtu/+4J9OmWBJsGHFvC9xH32a0PWNr7APjAKrjAD8GWS7Z6BjuxN8QhD
  573. WlFMmpYhYIjT1jt7RNfs2gJGS2Ryu3zutUQGwtUB9Pou03dJAkEA6yttwVINFqQP
  574. utgUZ1JUHrN/rE73FzYsF/CwJp5d3rLHenZzLT0iW+kNDLUw/VpzYxK7bF2Qrt/3
  575. QIUWwm2InQJBAMpe+jhNMJeLDLc3tG3zeithT0mFkuzWWmT2PJgQ0V78UWhw/fSn
  576. Qqnq7KBY/DNjlfhezrozLDD73/ccmha0Ax8CQQCBaBlyOtNm9QqO116K6HvPlRiZ
  577. Wa6QQEgNOG3GInknFZu9ILcKWsywZNLAfmgh0gcSqnkmDWqTQD0PbOz0Ok/lAkEA
  578. g24JrfUbwOASww9PhDUju/a36rTwhhZ0oKt3EP+jKsBOErmHhZP3bKlhQoZoTOu5
  579. Y5QXSMChS7LZcwDFZkdE2wJATRgMbhErif+ZRwt9XJRdCo5Sx6ewyGyxjc5gvUyK
  580. KegHcgru/ZC3pGlujRD2LqxgJNAn5QTdW4LK8xVPFySTYg==
  581. -----END RSA PRIVATE KEY-----
  582. </file>