Advertisement
Guest User

jebeni msp

a guest
Apr 13th, 2016
293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.09 KB | None | 0 0
  1. # conf: mobis
  2.  
  3. provider.language = en
  4. admin.language = en
  5. operatorMsisdnPrefix = 38765
  6.  
  7. pagingNavigator.pageSize = 30
  8.  
  9. service.sendDistribution.restrictions.throughput.defValue = 300
  10. service.sendDistribution.restrictions.throughput.maxValue = 3000
  11. service.sendDistribution.validate.maxRecepientsByMaxItemsPerGroup = true
  12. service.content.smsContent.list.pageSize = 20
  13. item.list.pageSize = 20
  14. monitor.archiveDistributions.list.pageSize = 20
  15. monitor.archiveDistributions.archiveDetails.message.list.pageSize = 20
  16.  
  17. #lookandfeel.skin = blue
  18. lookandfeel.skin = kapsch
  19. show.queuing.pauseOutputExecutor = true
  20. show.queuing.pauseQueueHolder = true
  21. show.queuing.delete = true
  22. show.queuing.throughputRestrictor = true
  23. show.queuing.delayedStartRestrictor = true
  24. show.queuing.weeklyRestrictor = true
  25. show.queuing.dailyRestrictor = true
  26. show.queuing.sendMessageCSVFile = true
  27. show.queuing.archiveDetails = false
  28. show.queuing.archiveResend = false
  29. show.queuing.csvDistroExport = false
  30. show.queuing.calculateDistributionSendingDuration = false
  31. show.queuing.throughputRestrictorForProvider = true
  32.  
  33. show.contentImporters = false
  34. show.mmscsProperties = false
  35. show.directory.attributes = false
  36. show.directory.filters = false
  37. show.directory.groups = true
  38. show.directory.inAdminConsole = true
  39.  
  40. show.connectors = false
  41. show.serviceProperties.allowUserDefinedOriginator = false
  42. show.serviceProperties.mtMessageSignature = false
  43. show.serviceProperties.requestDeliveryReport = false
  44. show.serviceProperties.chargeWhenMtMessageIsDelivered = false
  45. show.serviceProperties.mtSendingEnabledToAnyDestination = false
  46. show.serviceProperties.bypassGlobalBlackListsChecking = false
  47. show.serviceProperties.blackLists = false
  48. show.serviceProperties.subscriptionContinueStrategy = false
  49. show.serviceProperties.mtSendingRestrictions = false
  50. show.serviceProperties.billing = true
  51. show.autoReplyMessages = true
  52. show.service.content.timeDependent = false
  53. show.service.content.rawMmsComposer = false
  54.  
  55. show.serviceType.broadcast_sms = true
  56. show.serviceType.broadcast_mms = true
  57. show.serviceType.broadcast_wp = true
  58. show.serviceType.subscription_sms = true
  59. show.serviceType.subscription_mms = true
  60. show.serviceType.pull_sms = true
  61. show.serviceType.pull_mms = true
  62. show.serviceType.pull_wp = true
  63. show.serviceType.random_pull_sms = true
  64. show.serviceType.proxy_sms = false
  65. show.serviceType.voting_sms = true
  66. show.serviceType.voting_mms = true
  67. show.serviceType.groups_sms = false
  68.  
  69. show.clusteringInfo = false
  70.  
  71. show.importerType.SMS_XMLHTTP = false
  72. show.importerType.SMS_FILELOCALDISK = false
  73. show.importerType.SMS_PLAINTEXTLOCALFOLDER_DIST = false
  74. show.importerType.MMS_XMLHTTP = false
  75. show.importerType.MMS_FILELOCALDISK = false
  76.  
  77. redirect.to.default.service=true
  78.  
  79. # context-dao.xml
  80.  
  81. #db.url = jdbc:oracle:thin:@192.168.65.4:1521:adc
  82. #db.url = jdbc:oracle:thin:@oracle:1521:TISKIS
  83. db.url = jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(LOAD_BALANCE=on)(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.21.33)(PORT=1521))(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.21.32)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=mgw)))
  84. db.username = MSP_TST
  85. db.password = msp
  86. db.minPoolSize = 5
  87. db.maxPoolSize = 20
  88.  
  89. hibernate.dialect = hr.tis.hibernate.dialect.Oracle9iDialectWithCustomIdGenerator
  90. #hibernate.default_schema = MSP
  91. hibernate.default_schema = MSP_TST
  92. hibernate.show_sql = false
  93. hibernate.format_sql = false
  94.  
  95. httpClientForMoConnector.connectionTimeout=10000
  96. httpClientForMoConnector.soTimeout=10000
  97. httpClientForMoConnector.maxTotalConnections=50
  98. httpClientForMoConnector.defaultMaxConnectionsPerHost=3
  99.  
  100. # context-transport.xml
  101.  
  102. transportManager.smsTransmitter = longSmsTransmittingHandler
  103. transportManager.mmsTransmitter = mgwV2Transmitter
  104. transportManager.wapPushTransmitter = mgwV2Transmitter
  105.  
  106. longSmsTransmittingHandler.longSmsTransmitter = mgwV2Transmitter
  107.  
  108. smsGatewayTransmitter.url=http://type.host.name.here:38080/gateway/receiver/infomms
  109.  
  110. #mgwMessageManager.serverURL=http://192.168.21.14:9090/parlay-server/services
  111. #mgwMessageManager.username=infommstest
  112. #mgwMessageManager.password=infommstest
  113.  
  114. mgwMessageManager.serverURL=http://192.168.21.26:9090/parlay-server/services
  115. mgwMessageManager.username=testMSP
  116. mgwMessageManager.password=testMSP
  117.  
  118. xmlRpcClient.url=http://type.host.name.here:8066
  119. xmlRpcTransmitter.methodNameSendMmsMessage=mmc.send
  120. xmlRpcTransmitter.addressPatternMsisdn=+{0}/TYPE=PLMN@infomms.tiskis.com
  121.  
  122. ericssonMm7MmsTransmitter.url=http://type.host.name.here/vasp/servlet/messagerouter/
  123. ericssonMm7MmsTransmitter.username=a
  124. ericssonMm7MmsTransmitter.password=b
  125. ericssonMm7MmsTransmitter.appName=c
  126. ericssonMm7MmsTransmitter.appProviderName=d
  127.  
  128. # context-billing.xml
  129.  
  130. ts.url = http://type.host.name.here:8080/transerver/remote/billing
  131.  
  132. # cluster configuration
  133.  
  134. cluster.bind_addr = 127.0.0.1
  135. cluster.clusterGroupName = MSP
  136. cluster.configurationMainChannel = \
  137. UDP(mcast_addr=228.10.10.10;{cluster.bind_addr}\
  138. mcast_port=45588;\
  139. discard_incompatible_packets=true;\
  140. max_bundle_size=60000;\
  141. max_bundle_timeout=30;\
  142. ip_ttl=2;\
  143. enable_bundling=true;\
  144. use_concurrent_stack=true;\
  145. thread_pool.enabled=true;\
  146. thread_pool.min_threads=1;\
  147. thread_pool.max_threads=25;\
  148. thread_pool.keep_alive_time=5000;\
  149. thread_pool.queue_enabled=false;\
  150. thread_pool.queue_max_size=100;\
  151. thread_pool.rejection_policy=Run;\
  152. oob_thread_pool.enabled=true;\
  153. oob_thread_pool.min_threads=1;\
  154. oob_thread_pool.max_threads=8;\
  155. oob_thread_pool.keep_alive_time=5000;\
  156. oob_thread_pool.queue_enabled=false;\
  157. oob_thread_pool.queue_max_size=100;\
  158. oob_thread_pool.rejection_policy=Run):\
  159. PING(timeout=2000;\
  160. num_initial_members=3):\
  161. MERGE2(max_interval=30000;\
  162. min_interval=10000):\
  163. FD_SOCK:\
  164. FD(timeout=10000;max_tries=5;shun=true):\
  165. VERIFY_SUSPECT(timeout=1500):\
  166. BARRIER:\
  167. pbcast.NAKACK(use_mcast_xmit=false;gc_lag=0;\
  168. retransmit_timeout=300,600,1200,2400,4800;\
  169. discard_delivered_msgs=true):\
  170. UNICAST(timeout=300,600,1200,2400,3600):\
  171. pbcast.STABLE(stability_delay=1000;desired_avg_gossip=50000;\
  172. max_bytes=400000):\
  173. VIEW_SYNC(avg_send_interval=60000):\
  174. pbcast.GMS(print_local_addr=true;join_timeout=3000;\
  175. shun=false;\
  176. view_bundling=true):\
  177. FC(max_credits=20000000;\
  178. min_threshold=0.10):\
  179. FRAG2(frag_size=60000):\
  180. pbcast.STATE_TRANSFER"
  181.  
  182. cluster.configurationLoadedQueuesReplicationChannel = \
  183. UDP(mcast_addr=228.10.10.10;{cluster.bind_addr}\
  184. mcast_port=45589;\
  185. discard_incompatible_packets=true;\
  186. max_bundle_size=60000;\
  187. max_bundle_timeout=30;\
  188. ip_ttl=2;\
  189. enable_bundling=true;\
  190. use_concurrent_stack=true;\
  191. thread_pool.enabled=true;\
  192. thread_pool.min_threads=1;\
  193. thread_pool.max_threads=25;\
  194. thread_pool.keep_alive_time=5000;\
  195. thread_pool.queue_enabled=false;\
  196. thread_pool.queue_max_size=100;\
  197. thread_pool.rejection_policy=Run;\
  198. oob_thread_pool.enabled=true;\
  199. oob_thread_pool.min_threads=1;\
  200. oob_thread_pool.max_threads=8;\
  201. oob_thread_pool.keep_alive_time=5000;\
  202. oob_thread_pool.queue_enabled=false;\
  203. oob_thread_pool.queue_max_size=100;\
  204. oob_thread_pool.rejection_policy=Run):\
  205. PING(timeout=2000;\
  206. num_initial_members=3):\
  207. MERGE2(max_interval=30000;\
  208. min_interval=10000):\
  209. FD_SOCK:\
  210. FD(timeout=10000;max_tries=5;shun=true):\
  211. VERIFY_SUSPECT(timeout=1500):\
  212. BARRIER:\
  213. pbcast.NAKACK(use_mcast_xmit=false;gc_lag=0;\
  214. retransmit_timeout=300,600,1200,2400,4800;\
  215. discard_delivered_msgs=true):\
  216. UNICAST(timeout=300,600,1200,2400,3600):\
  217. pbcast.STABLE(stability_delay=1000;desired_avg_gossip=50000;\
  218. max_bytes=400000):\
  219. VIEW_SYNC(avg_send_interval=60000):\
  220. pbcast.GMS(print_local_addr=true;join_timeout=3000;\
  221. shun=false;\
  222. view_bundling=true):\
  223. FC(max_credits=20000000;\
  224. min_threshold=0.10):\
  225. FRAG2(frag_size=60000):\
  226. pbcast.STATE_TRANSFER"
  227.  
  228. #Import of secret groups
  229. import.group.scheduler.cron = 0 0 0 * * ?
  230. import.group.directory.path = /opt/msp/secret/import
  231.  
  232. cdr.generator.enabled = false
  233. cdr.generator.scheduler.cron= 0 0/2 * * * ?
  234. cdr.output.dir = c:\\Temp
  235. cdr.filename.pattern = msp-{yyyy-MM-dd}.cdr
  236. cdr.messgae.date.pattern = yyyyMMdd
  237. cdr.message.time.pattern = HHmmss
  238.  
  239. user.external = false
  240. provider.external = false
  241. user.external.bscs.loginNameSuffix = @vip.hr
  242.  
  243. group.name.pattern = [A-Za-z0-9]{1,10}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement