Aparelhos reiniciando

185 views
Skip to first unread message

sergio almeida

unread,
Jun 13, 2013, 10:30:41 AM6/13/13
to elasti...@googlegroups.com
Bom dia Pessoal

Tenho um Elastix funcionando perfeitamente, porém qdo a conexão com a internet cai os aparelhos ficam reiniciando, o servidor é local, deveria funcionar independentemente da conexão com a internet. Estou usando os aparelhos da Alcatel IP 4018 touch em modo SIP, o provisionamento é via TFTP no proprio elastix, ja verifiquei linha por linha do arquivo e nao tem nada apontando para fora.

Alguem já usou esse aparelho e passou por isso ?


Grato


Sérgio Augusto 

Evandro Farina

unread,
Jun 13, 2013, 10:34:00 AM6/13/13
to elasti...@googlegroups.com

Tente colocar ip fixo no elastix tire o dhcp

--
 
---
Você está recebendo esta mensagem porque se inscreveu no grupo "ElastixBrasil" dos Grupos do Google.
Para cancelar a inscrição neste grupo e parar de receber seus e-mails, envie um e-mail para elastixbrasi...@googlegroups.com.
Para postar neste grupo, envie um e-mail para elasti...@googlegroups.com.
Visite este grupo em http://groups.google.com/group/elastixbrasil?hl=pt-BR.
Para obter mais opções, acesse https://groups.google.com/groups/opt_out.
 
 

Sérgio - IPE

unread,
Jun 13, 2013, 10:37:20 AM6/13/13
to elasti...@googlegroups.com
Está tudo com ip Fixo.

segue o arquivo de provisionamento.

###########################################################################
#                                                                         #
#         4008EE / 4018EE SIP-Touch sets configuration file               #
#         SIP : 2.00.81 & 2.00.90                                         #
#                                                                         #
# This example contains all parameters which may be managed via the       #
# config file and is in line with 3AK_29000_0285_PEZZA_17                 #
#                                                                         #
###########################################################################
###########################################################################
## Syntax informations :
##
## All parameters are grouped by sections (the section name is specified
## with the syntax [section1]). The content is UTF-8 encoded
## Each configuration item uses a single line with a "key=value" pattern
## "Key" content starts at the first none-space character and ends with "="
## or " ="
## "Value" content starts at the first none-space character and ends at the
## "\n\r"
## If the value is empty, the terminal should use the default value instead
## Lines starting with "#" will be ignored as a comment 
## The items of a list are separated by a ","
###########################################################################
[dns]

###########################################################################
## The primary DNS IP address HAS TO BE FILLED
## If no DNS, use the SIP proxy address instead
###########################################################################
   dns_addr=192.168.10.101
   dns2_addr=192.168.10.101
   hostname=elastix


[sip]

###########################################################################
## Domain name : IP address, FQDN or domain name (see the SIP proxy config)
###########################################################################

   domain_name=192.168.10.101

###########################################################################

## Primary SIP proxy and SIP registrar settings

##

## Proxy address : IP address, FQDN or domain name

## Registrar address : IP address, FQDN or domain name (usually, the proxy)

## SIP proxy UDP port : usually 5060

## SIP registrar UDP port : by default 5060

###########################################################################

   proxy_addr=192.168.10.101

   proxy_port=5060

   registrar_addr=192.168.10.101

   registrar_port=5060

   outbound_proxy_addr=192.168.10.101

   outbound_proxy_port=5060

###########################################################################

## Redundancy settings

##

## Proxy address : IP address, FQDN or domain name

## Registrar address : IP address, FQDN or domain name (usually, the proxy)

## SIP proxy UDP port : usually 5060

## SIP registrar UDP port : by default 5060

## sip_transport_mode_survi : Transport mode in PCS mode 

##          0 = UDP or TCP

##                  1 = UDP

##                  2 = TCP

###########################################################################

   proxy2_addr=192.168.10.101

   proxy2_port=5060

   registrar2_addr=192.168.10.101

   registrar2_port=5060

   outbound_proxy2_addr=192.168.10.101

   outbound_proxy2_port=5060

   pcs_addr=192.168.10.101

   pcs_port=5060

   sip_transport_mode_survi=0

   option_timer=120

###########################################################################

## Global SIP parameters

## Transport mode : 0 = UDP or TCP

##                  1 = UDP

##                  2 = TCP

## local_rtp_port : RFC3605 is not supported in this release, so 

##                  only default value can be used

## PRACK type : 0 = PRACK supported

##              1 = PRACK required

##              2 = PRACK disabled

## Codec settings : 0 = G711 (PCMU)

##                  4 = G723.1

##                  8 = G711 (PCMA)

##                 18 = G729A

###########################################################################

   register_expire=65535

   register_retry=300

   local_sip_port=5060

   sip_transport_mode=0

   local_rtp_port=42000

   local_rtcp_port=42001

   prack_type=0

   preferred_vocoder=8,0,4,18

###########################################################################

## SIP authentication. 

##

## Realm : If no authentication, leave empty

## Authentication name : HAS TO BE FILLED 

##                       If no authentication, PUT A VALUE LIKE none

## Authentication password : If no authentication, leave empty

###########################################################################

   authentication_realm=192.168.10.101

   authentication_name= XXXXXXXXXX

   authentication_password=XXXXXXXXX

   user_name=XXXXXXX

   display_name=XXXXXXXXX

###########################################################################

## Voicemail settings

##

## Voice mail URI : directory number of the voice mail

## user name : directory number of the set

## MWI URI : complete SIP URI of the voice mail

###########################################################################

   voice_mail_uri=

   message_waiting_indication_uri=





[qos]



###########################################################################

## SIP & RTP DIFFSERV : [0,63]

## SIP QOS Tickets : 0 = disable

##           1 = enable

## SIP QOS Tickets Target : domain name

###########################################################################

   sip_diffserv=0

   rtp_diffserv=0

   sip_qos_tickets_enable=0

   sip_qos_tickets_target=





[sntp]



###########################################################################

## SNTP server settings (can be OXE or an external server)

##

## Timezone construction : UT::-180:032902:102503

##          GMT delta : 60 = + sixty minutes from GMT time

##          Daylight saving start (mmddhh) : 032902 = 29 March 2am

##          Daylight saving end (mmddhh) : 102503 = 25 October 3am 

## The daylight saving settings HAVE to be changed each year.

###########################################################################

   sntp_addr=192.168.10.101

   timezone=UT::-240:032902:102503





[telnet]



###########################################################################

## Password to access the telnet session

###########################################################################

   telnet_password=000000





[arp]



###########################################################################

## Mode : 0 = ARP spoofing disabled

##        1 = ARP spoofing enabled

###########################################################################

   arp_spoofing_enable=1

   arp_spoofing_timer=65535





[init]



###########################################################################

## For IP Touch with SIP binary in 1.xx, 2.00.10 and 2.00.20, equal or greater than 2.00.81

##     mode 0 = SIP

##     mode 1 = NOE

##

## For IP Touch with SIP binary 2.00.30 to 2.00.80

##     mode 0 = NOE

##     mode 1 = SIP

###########################################################################

   application_mode=0





[audio]



###########################################################################

## Tone country : 0 = English

##                1 = French

##                2 = German

##                3 = Italian

##                4 = Spanish

##                5 = Dutch

##                6 = Portuguese

## DTMF type : 0 = RFC2833

##             1 = In-band

##             2 = SIP INFO

## DTMF level / RLR handset / SLR handset / Sidetone handset : 

## 0 = 0db, 1 = +3db, 2 = +6db, 3 = -3db, 4 = -6db

## VAD / DTMF feedback / Hearing Aid : 

##       0 = VAD not used

##       1 = VAD used

###########################################################################

   tone_country=1

   dtmf_type=0

   dtmf_level=0

   dtmf_avt_payload_type=96

   vad=0

   dtmf_feedback_enable=0

   rlr_handset=0

   slr_handset=0

   sidetone_handset=2

   hearing_aid_enable=0





[appl]



###########################################################################

## Password to access the administrator menu on the phone (digits only) 

## Power priority : 1 = critical

##                  2 = high

##                  3 = low

## Time format : 0 = 24 hours format

##               1 = AM / PM

## Speed dial numbers (first and last name, URI)

###########################################################################

   admin_password=000000

   bluetooth_parameters=blue

   supported_language=0

   remote_forward_code=

   remote_forward_deactive_code=

   power_priority=

   asset_id=

   time_format=

   speed_dial_1_first_name=

   speed_dial_1_last_name=

   speed_dial_1_uri=

   speed_dial_2_first_name=

   speed_dial_2_last_name=

   speed_dial_2_uri=

   speed_dial_3_first_name=

   speed_dial_3_last_name=

   speed_dial_3_uri=

   speed_dial_4_first_name=

   speed_dial_4_last_name=

   speed_dial_4_uri=





[admin]



###########################################################################

## Global admin parameters

## Binary polling timer : 10 min - 65535 min (default 480 min)

## Config polling timer : 5 min - 65535 min (default 60 min)

###########################################################################

   binary_polling_timer=65535

   config_polling_timer=65535

   disable_pc_port=0

   activate_vlan_filter=0








--
Sérgio Augusto Góes de Almeida
Coordenador de TI
Tel: (11)4597-1327
www.ipe.org.br

facebook twitter You tube

Nicolas Tanski

unread,
Jun 15, 2013, 2:24:09 PM6/15/13
to elasti...@googlegroups.com
Sérgio,
já tive problemas com o Asterisk quando ocorria a queda de conexão com a internet, a central se perdia, solucionei configurando um DNS interno na central instando o dnsmasq.

Instale o DNSmasq
# yum install dnsmasq

Encontre a linha #server=/localnet/192.168.0.1 no arquivo dnsmasq.cong e faça as alterações
# vi /etc/dnsmasq.conf
server=DNS_EXTERNO (ex: 8.8.8.8)

Altere seu arquivo para utilizar o DNS local
# vi /etc/resolv.conf
nameserver 127.0.0.1

Reinicie o serviço
# /etc/init.d/dnsmasq restart

Faça alguns testes pingando alguns domínios

Retire a conexão da central com a internet e faça os testes.


_____________________________________________
Att,

Nicolas Tanski Pavão
Técnico em Informática

55 51 | 4063.8087


2013/6/13 Sérgio - IPE <ser...@ipe.org.br>

Sérgio - IPE

unread,
Jun 15, 2013, 2:46:55 PM6/15/13
to elasti...@googlegroups.com
Olá Nicolas

Vou tentar fazer isso e retorno se deu certo, obrigado.


2013/6/15 Nicolas Tanski <nicolas...@gmail.com>

Para obter mais opções, acesse https://groups.google.com/groups/opt_out.
 
 

sergio almeida

unread,
Jun 17, 2013, 3:09:07 PM6/17/13
to elasti...@googlegroups.com
Oi Nicolas,

Obrigado pela resposta, mas nao deu certo, os aparelhos continuam reiniciando.




2013/6/15 Nicolas Tanski <nicolas...@gmail.com>

Para obter mais opções, acesse https://groups.google.com/groups/opt_out.
 
 
Reply all
Reply to author
Forward
0 new messages