Page 17 of 18

Re: 4XX8EE Phones with Asterisk

Posted: 18 May 2019 14:18
by dmarjolin
Hi Reinoud

I've migrated from an Alcatel PABX to an asterisk based-one and I'm looking for 4028 binary files (bin4028, noesip4028 & datsip4028)

Grateful if you could let know where/how to find them.

Thanks & Regards

Re: 4XX8EE Phones with Asterisk

Posted: 27 Jun 2019 04:16
by A-Code
fbird wrote: 21 Mar 2016 06:11 Firmware files:
http://en.file-upload.net/download-1141 ... G.zip.html
http://www.xup.in/dl,39213711/FW_40x8(G).zip/
http://www.megafileupload.com/6l8m/FW_40x8(G).zip

FW_40x8(G).zip Contains:
2.12.00_4018_40x8G/
2.12.00_4018_40x8G/noesip4018
2.12.00_4018_40x8G/datsip40x8G
2.12.00_4018_40x8G/noesip40x8G
2.12.00_4018_40x8G/datsip4018
2.12.20_40x8G/
2.12.20_40x8G/datsip4028G
2.12.20_40x8G/noesip4028G
md5sum:
c8ec5c31b91e7845e66a46abf6bddbd6 FW_40x8(G).zip
The 4028G can be used for 4028EE & 4038 EE.
4018 can be used with 4008 & 4018.
Here you have!

Re: 4XX8EE Phones with Asterisk

Posted: 22 Oct 2019 15:48
by bergner
Good afternoon, I would like the help of friends to put my ip touch 4018ee to work with asterisk, I do not know how to send the configuration files to the phone. what are the steps? thanks.

Re: 4XX8EE Phones with Asterisk

Posted: 14 Mar 2020 16:04
by SBatyaS
cavagnaro wrote: 09 May 2018 11:04 You can download them from BPWS
Hi. What is it BPWS?

Could you share bin4028G and bin4038G please..

Re: 4XX8EE Phones with Asterisk

Posted: 11 May 2020 00:21
by paciero
NOTA:

APAGAR FIREWALL Y ANTIVIRUS

1. PC ethernet configured as 192.168.1.6 with tftp server and binaries. SolarWinds TFTP Los archivos se colocan dentro de la carperta C:\TFTP-Root
2. Crossed ethernet cable from phone to PC. cable cruzado
3. Power on phone. Hold i+1+2+3. Release when keys light.
4. After several seconds you will be able to ping the phone at 192.168.1.1. la pc server debe ser la IP 192.168.1.6
5. Telnet to phone.
6. >dwl go
7. Luego se cambia por parametros i+# a modo SIP, hay llegar hasta SIP download y colocar HTTP guardar y enseguida TFTP y darle guardar para que el equipo se reinicie en modo SIP hay que esperar unos pocos minutos

y se repiten los pasos 3 al 6 para que cargue el config.txt con los valores de la central asterik

Si se quiere revertir a modo NOE, se cambia en configuracion, Config administrativa + password 000000 + Soft Info, Run Mode Sip, se reinicia y se repite el paso 3 para que quede nuevamente en modo full NOE y el telefono se reinicia solo, no hace falta conectar la PC

Los archivos son los que estan en este hilo firmware_4018.zip y firmware_4008.zip

Si se quiere regrear nuevamentte a SIP se repite el paso 7

Phone will then attempt to download the sip binaries. You could also use just 'dwl go' and it will attempt to download all the binaries.

Se debe usar el server SolarWinds TFTP

Los archivos se colocan dentro de la carperta C:\TFTP-Root

La contraseña default es 000000

Re: 4XX8EE Phones with Asterisk

Posted: 15 Jun 2020 11:02
by luizapolinario
huntersa wrote: 27 Jan 2017 03:26 Good morning all,

I have succesfully setup a number of 4008 and 4018 phones to work with 3CX.

The issue i am having is setting the buttons for Transfer etc.

Any ideas on this?

please find my sample config (thanks Reinoud)

Code: Select all

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

#                                                                         #

#         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.7

   dns2_addr=

   hostname=itscomputers.co.za





[sip]



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

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

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

   domain_name=192.168.10.50

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

## 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.50

   proxy_port=5060

   registrar_addr=192.168.10.50

   registrar_port=5060

   outbound_proxy_addr=

   outbound_proxy_port=

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

## 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.50

   proxy2_port=5060

   registrar2_addr=192.168.10.50

   registrar2_port=5060

   outbound_proxy2_addr=

   outbound_proxy2_port=

   pcs_addr=192.168.10.50

   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=3600

   register_retry=300

   local_sip_port=

   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.50

   authentication_name=202

   authentication_password=123456

   user_name=202

   display_name=Theo Messinis [202]

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

## 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=999

   message_waiting_indication_uri=202@192.168.10.50





[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::60: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.50

   timezone=UT::60:032902:102503





[telnet]



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

## Password to access the telnet session

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

   telnet_password=111111





[arp]



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

## Mode : 0 = ARP spoofing disabled

##        1 = ARP spoofing enabled

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

   arp_spoofing_enable=1

   arp_spoofing_timer=30





[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=0

   dtmf_type=1

   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=480

   config_polling_timer=60

   disable_pc_port=0

   activate_vlan_filter=0


Hello Friend

You can help us to connect Alcatel 4018 EE With 3CX Pabx? You can send the procedure or guide to switch NOE to SIP.

My email is luizapolinario@msn.com

Thanks for your help.

Re: 4XX8EE Phones with Asterisk

Posted: 06 Sep 2020 01:14
by sidheequl
Can someone share how to change 4018 SIP upgrade from scratch. am not that familiar with alcatel

Re: 4XX8EE Phones with Asterisk

Posted: 05 Jan 2021 05:41
by WGM1035
I bought three 4008ee VIOP phones, and I also have a IP PBX call center. The phones that I turned on, trapped on step 3 of 5 initial setup steps.
In step no.3, config download this error is displayed; " no hftp response" and then the phone will reset.
What can i do for to complete the phone setup?
Can you help me, please?

Re: 4XX8EE Phones with Asterisk

Posted: 10 Jan 2021 10:30
by WGM1035
Hi Reinoud
how to config ALCATEL 4008 with asterisk servsr voip??

Can you help me, please?

Re: 4XX8EE Phones with Asterisk

Posted: 04 Mar 2021 03:57
by perdana123
Hi Reinoud

Do you already can config Alcatel 4008 with Asterisk?