4XX8EE Phones with Asterisk

rpsouza
Member
Posts: 1
Joined: 03 Dec 2015 08:21

Re: 4XX8EE Phones with Asterisk

Post by rpsouza »

Hi all!

I´m using the ip touch 4018 with Elastix and till now, everything goes well! But as I have many devices I would like to use DHCP config to set the TFTP address automatically.

I´m almost there, I created a TFTP server, put lanpbx.cfg/sipconfig-mac.txt files in it and set the DHCP server like attached image, but now my device keep saying: HTTP DOWNLOAD ERROR and after this I received this message: WRONG PARAMETER.

Can someone help me?

Thanks in advance!
Renato
You do not have the required permissions to view the files attached to this post.
csic
Member
Posts: 1
Joined: 20 Jan 2016 06:07

Re: 4XX8EE Phones with Asterisk

Post by csic »

fbird wrote: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.
Are the 2.12.00 the latest firmware? Thank you. Is there any web where we can download the latest one?
alca_chris
Member
Posts: 3
Joined: 10 Jan 2017 08:07

Re: 4XX8EE Phones with Asterisk

Post by alca_chris »

Hi, I managed to connect a 4038EE to a Fritzbox using Reynoud's config file. Unfortunately, the phone reboots every few minutes after the following syslog message:

Code: Select all

app_call_set_sip_mode:set to standardmode and reset
What does this mean?

This is the config file. Any help would be highly appreciated.

Code: Select all

[dns]



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

## The primary DNS IP address HAS TO BE FILLED

## If no DNS, use the SIP proxy address instead

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

   dns_addr=192.168.178.2

   dns2_addr=

   hostname=fritz.box





[sip]



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

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

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

   domain_name=192.168.178.2

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

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

   proxy_port=5060

   registrar_addr=192.168.178.2

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

   proxy2_port=5060

   registrar2_addr=192.168.178.2

   registrar2_port=5060

   outbound_proxy2_addr=

   outbound_proxy2_port=

   pcs_addr=192.168.178.2

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

   authentication_name=620

   authentication_password=6200

   user_name=620

   display_name=Alcatel-1

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

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

   timezone=UT::60:032902:102503





[telnet]



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

## Password to access the telnet session

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

   telnet_password=0000





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

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

   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
User avatar
Reinoud
Member
Posts: 35
Joined: 12 Feb 2010 03:09
Location: The Netherlands

Re: 4XX8EE Phones with Asterisk

Post by Reinoud »

Hey Chris,

I had the same error and fixed it with the following settings:

Code: Select all

	proxy2_addr=
	proxy2_port=
	registrar2_addr=
	registrar2_port=
	outbound_proxy2_addr=
	outbound_proxy2_port=
	pcs_addr=
	pcs_port=
	sip_transport_mode_survi=
	option_timer=0
As I recall the option timer did the trick...

rgds,

Reinoud
alca_chris
Member
Posts: 3
Joined: 10 Jan 2017 08:07

Re: 4XX8EE Phones with Asterisk

Post by alca_chris »

Hi Reinoud,

thanks a lot, that worked!
Did you succeed to use any other function of the set, e.g. the MWI or the FritzBox Phonebook? I can add entries locally at the phone, but the entries in the config file (speed_dial_1...) are ignored.

regards,
Chris
User avatar
Reinoud
Member
Posts: 35
Joined: 12 Feb 2010 03:09
Location: The Netherlands

Re: 4XX8EE Phones with Asterisk

Post by Reinoud »

MWI works, although I don't use voicemail... I didn't try the phonebook...
alca_chris
Member
Posts: 3
Joined: 10 Jan 2017 08:07

Re: 4XX8EE Phones with Asterisk

Post by alca_chris »

Ok, so what did you set for the following config items? I am not sure, which one gets the handset number and which one the Mailbox and in what format:

Code: Select all

   
   voice_mail_uri=**600

   message_waiting_indication_uri=**620@192.168.178.2
regards,
Chris
User avatar
Reinoud
Member
Posts: 35
Joined: 12 Feb 2010 03:09
Location: The Netherlands

Re: 4XX8EE Phones with Asterisk

Post by Reinoud »

**600 is my voicemail/answering machine in fritz.box (which I actually don't use), **620 is my Alcatel-Lucent SIP set.
gholi
Member
Posts: 4
Joined: 07 Aug 2016 12:03
Contact:

Re: 4XX8EE Phones with Asterisk

Post by gholi »

Hello Reinoud,

I have a problem with 4008 connecting to asterisk. I think you can help me.
Is it possible to contact you in person?

Regards,
gholi
Member
Posts: 4
Joined: 07 Aug 2016 12:03
Contact:

Re: 4XX8EE Phones with Asterisk

Post by gholi »

Hello,

Does anybody here have an alcatel-lucent 4008 EE set ?
If yes, please contact me.

Regards,
Post Reply

Return to “Asterisk”