Changes between Version 2 and Version 3 of Servicos/Funambol/pushMailSMSSender


Ignore:
Timestamp:
08/24/09 15:27:53 (15 years ago)
Author:
emersonfaria
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Servicos/Funambol/pushMailSMSSender

    v2 v3  
    2424== Instalação: == 
    2525 
    26 1- Edite o arquivo PushMailSMSSender.xml e adeque os parâmetros: Endereco IP, Porta, Usuario, Senha.[[BR]] 
     261- Edite o arquivo PushMailSMSSender.xml e adeque os parâmetros: gatewayIP, gatewayPort, user e pwd.[[BR]] 
     27{{{ 
     28<?xml version="1.0" encoding="UTF-8"?> 
     29<java version="1.4.2_01" class="java.beans.XMLDecoder"> 
     30    <object class="br.gov.serpro.funambol.pushmail.PushMailSMSSender"> 
     31        <void property="gatewayIP"> 
     32            <string>192.168.0.99</string> 
     33        </void> 
     34        <void property="gatewayPort"> 
     35            <string>13013</string> 
     36        </void> 
     37        <void property="user"> 
     38            <string>tester</string> 
     39        </void> 
     40        <void property="pwd"> 
     41            <string>foobar</string> 
     42        </void> 
     43    </object> 
     44</java> 
     45}}} 
    27462- Copie o arquivo PushMailSMSSender.xml para Funambol/config/com/funambol/server/notification .[[BR]] 
    28473- Instale o módulo PushMailSMSSender.s4j .[[BR]] 
    29484- Edite o arquivo Funambol/config/com/funambol/server/inventory/PSDeviceInventory.xml e configure a propriedade defaultNotificationServer assim:[[BR]] 
     49{{{ 
    3050        <void property="defaultNotificationSender"> 
    3151            <string>com/funambol/server/notification/PushMailSMSSender.xml</string> 
    3252        </void> 
     53}}} 
    33545- Reinicie o servidor do Funambol. [[BR]] 
    34556- Em Funambol Administrator Tool -> "Devices", para cada registro, preencha o campo "Phone Number", (Exemplo para o DDD 11: 1199112233). O SMS nao sera enviado se o "Phone Number" estiver em branco.