Page 10 of 18

Re: 4XX8EE Phones with Asterisk

Posted: 24 Feb 2015 05:06
by pavel
Some update:
the solution is here in this conference: http://alcatelunleashed.com/viewtopic.php?f=227&t=24171
Huge thanks to tscott.

Re: 4XX8EE Phones with Asterisk

Posted: 30 Mar 2015 07:57
by lucky
Hello All
I am relativly new to this stuff, but I was able to switch one of my 4038EE from NOE to SIP and succesfull register it to an AVM Fritzbox
(unknown Asterix version inside)
for a temporary setup I have used tftpd32 on my windows box in order to provide the files in the tftpd log file I see additional requests for certain files
  • bin4038G-header
    noesip4038G-header
    datsip4038G-header
Just making an educated guess... should these files provde an MD5 checksum of the binaries ? or should I simply ignore this error ? 8)
The reregistration reboot I could solve with help of this forum by setting the

Code: Select all

local_sip_port=5080
in the sipconfig->MAC_ADDR>.txt, nevertheless tracing the communication from the phone to the Fritzbox I see at reregistration time always only the second request is acknowledged

Code: Select all

No.     Time           Source                Destination           Protocol Length Info
   4153 *REF*          192.168.0.92          192.168.0.1           SIP      689    Request: REGISTER sip:192.168.0.1:5060  (1 binding) | 
   4154 0.003729000    192.168.0.1           192.168.0.92          SIP      454    Status: 401 Unauthorized | 
   4155 0.018177000    192.168.0.92          192.168.0.1           SIP      689    Request: REGISTER sip:192.168.0.1:5060  (1 binding) | 
   4156 0.022302000    192.168.0.1           192.168.0.92          SIP      714    Status: 200 OK  (1 binding) | 
   7841 269.980141000  192.168.0.92          192.168.0.1           SIP      689    Request: REGISTER sip:192.168.0.1:5060  (1 binding) | 
   7842 269.983858000  192.168.0.1           192.168.0.92          SIP      454    Status: 401 Unauthorized | 
   7843 269.998635000  192.168.0.92          192.168.0.1           SIP      689    Request: REGISTER sip:192.168.0.1:5060  (1 binding) | 
   7844 270.002488000  192.168.0.1           192.168.0.92          SIP      714    Status: 200 OK  (1 binding) | 
  11539 539.960268000  192.168.0.92          192.168.0.1           SIP      689    Request: REGISTER sip:192.168.0.1:5060  (1 binding) | 
  11542 539.975527000  192.168.0.1           192.168.0.92          SIP      454    Status: 401 Unauthorized | 
  11543 539.990262000  192.168.0.92          192.168.0.1           SIP      689    Request: REGISTER sip:192.168.0.1:5060  (1 binding) | 
  11544 539.994091000  192.168.0.1           192.168.0.92          SIP      714    Status: 200 OK  (1 binding) | 
Does anyone have expierince with that ?
How can I now make the MWI working ? I tried to provision the

Code: Select all

voice_mail_uri=**601
message_waiting_indication_uri=
rgds lucky

Re: 4XX8EE Phones with Asterisk

Posted: 02 Apr 2015 10:37
by arts111188
lucky wrote:Hello All
I am relativly new to this stuff, but I was able to switch one of my 4038EE from NOE to SIP and succesfull register it to an AVM Fritzbox
(unknown Asterix version inside)
for a temporary setup I have used tftpd32 on my windows box in order to provide the files in the tftpd log file I see additional requests for certain files
  • bin4038G-header
    noesip4038G-header
    datsip4038G-header
Just making an educated guess... should these files provde an MD5 checksum of the binaries ? or should I simply ignore this error ? 8)
The reregistration reboot I could solve with help of this forum by setting the

Code: Select all

local_sip_port=5080
in the sipconfig->MAC_ADDR>.txt, nevertheless tracing the communication from the phone to the Fritzbox I see at reregistration time always only the second request is acknowledged

Code: Select all

No.     Time           Source                Destination           Protocol Length Info
   4153 *REF*          192.168.0.92          192.168.0.1           SIP      689    Request: REGISTER sip:192.168.0.1:5060  (1 binding) | 
   4154 0.003729000    192.168.0.1           192.168.0.92          SIP      454    Status: 401 Unauthorized | 
   4155 0.018177000    192.168.0.92          192.168.0.1           SIP      689    Request: REGISTER sip:192.168.0.1:5060  (1 binding) | 
   4156 0.022302000    192.168.0.1           192.168.0.92          SIP      714    Status: 200 OK  (1 binding) | 
   7841 269.980141000  192.168.0.92          192.168.0.1           SIP      689    Request: REGISTER sip:192.168.0.1:5060  (1 binding) | 
   7842 269.983858000  192.168.0.1           192.168.0.92          SIP      454    Status: 401 Unauthorized | 
   7843 269.998635000  192.168.0.92          192.168.0.1           SIP      689    Request: REGISTER sip:192.168.0.1:5060  (1 binding) | 
   7844 270.002488000  192.168.0.1           192.168.0.92          SIP      714    Status: 200 OK  (1 binding) | 
  11539 539.960268000  192.168.0.92          192.168.0.1           SIP      689    Request: REGISTER sip:192.168.0.1:5060  (1 binding) | 
  11542 539.975527000  192.168.0.1           192.168.0.92          SIP      454    Status: 401 Unauthorized | 
  11543 539.990262000  192.168.0.92          192.168.0.1           SIP      689    Request: REGISTER sip:192.168.0.1:5060  (1 binding) | 
  11544 539.994091000  192.168.0.1           192.168.0.92          SIP      714    Status: 200 OK  (1 binding) | 
Does anyone have expierince with that ?
How can I now make the MWI working ? I tried to provision the

Code: Select all

voice_mail_uri=**601
message_waiting_indication_uri=
rgds lucky


Hi,

Dear please can You attach the sip firmwares for 4028 4038 ip phones

Re: 4XX8EE Phones with Asterisk

Posted: 07 May 2015 08:30
by bugmenot2
Has anyone got the firmware/bin files for the 4038? We desperately need it.

Adam

Re: 4XX8EE Phones with Asterisk

Posted: 10 Jun 2015 06:37
by lucky
You need access to a OXE or OXO to retreive the binarys out of the installation or an installation/patchfile
I wil not attach software in this forum

Code: Select all

dhs3linux\comm\cpiofile.gz\cpiofile\DHS3bin\downbin\
as the files are named

Code: Select all

datsip40x8G
noesip40x8G 
bin40x8G
I have assumed that this is generic for all 4038EE and 4068EE ... :idea: so I renamed them and
gave it a trial and it worked on my two 4038EE now talking SIP to an Telekom Octopus F50
TAPI is also working, but still struggeling with the MWI and the personal speed-dial in the menu :?

Re: 4XX8EE Phones with Asterisk

Posted: 07 Aug 2015 16:48
by peanut42
lucky wrote:You need access to a OXE or OXO to retreive the binarys out of the installation or an installation/patchfile
I wil not attach software in this forum

Code: Select all

dhs3linux\comm\cpiofile.gz\cpiofile\DHS3bin\downbin\
as the files are named

Code: Select all

datsip40x8G
noesip40x8G 
bin40x8G
I have assumed that this is generic for all 4038EE and 4068EE ... :idea: so I renamed them and
gave it a trial and it worked on my two 4038EE now talking SIP to an Telekom Octopus F50
TAPI is also working, but still struggeling with the MWI and the personal speed-dial in the menu :?
Hi Lucky

I've trying to get a OXO or OXE software from Alcatel and its imposible. I'm stuck with a pair of Alcatel 4028 phones and can't use them because I need the SIP firmware.

Please, if you don't wan't to publish the firmware here, I can upload to somewhere else. Really, really please share the firmware.

Thanks

Re: 4XX8EE Phones with Asterisk

Posted: 21 Mar 2016 06:11
by fbird
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.

Re: 4XX8EE Phones with Asterisk

Posted: 14 Jul 2016 20:10
by yomixkiki
anyone can help me to upgrade the firmware for a 4018 i already have the bin files but i cant upload it to the phone

Re: 4XX8EE Phones with Asterisk

Posted: 15 Jul 2016 10:48
by cavagnaro
At least put your problem, right?

Enviado de meu E6633 usando Tapatalk

Re: 4XX8EE Phones with Asterisk

Posted: 19 Jul 2016 02:13
by Erdmoebel
Hello,

it is no problem for me to get the phone to work.

Do you know it is is possible to change between an internal and external dial tone?
Is there some setting in the sipconfig.txt.
I found nothing so far.

Regards
Timo