Latest script released by our team to help you manage the Protocol error in your OXE Incident Log
https://github.com/fgadot/AlcatelUnleas ... ol%20error
https://github.com/fgadot/AlcatelUnleas ... ol%20error
4XX8EE Phones with Asterisk
Re: 4XX8EE Phones with Asterisk
Some update:
the solution is here in this conference: http://alcatelunleashed.com/viewtopic.php?f=227&t=24171
Huge thanks to tscott.
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
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
The reregistration reboot I could solve with help of this forum by setting the 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
Does anyone have expierince with that ?
How can I now make the MWI working ? I tried to provision the
rgds lucky
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
The reregistration reboot I could solve with help of this forum by setting the
Code: Select all
local_sip_port=5080
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) |
How can I now make the MWI working ? I tried to provision the
Code: Select all
voice_mail_uri=**601
message_waiting_indication_uri=
Re: 4XX8EE Phones with Asterisk
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 filesJust making an educated guess... should these files provde an MD5 checksum of the binaries ? or should I simply ignore this error ?
- bin4038G-header
noesip4038G-header
datsip4038G-header
The reregistration reboot I could solve with help of this forum by setting thein 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 acknowledgedCode: Select all
local_sip_port=5080
Does anyone have expierince with that ?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) |
How can I now make the MWI working ? I tried to provision thergds luckyCode: Select all
voice_mail_uri=**601 message_waiting_indication_uri=
Hi,
Dear please can You attach the sip firmwares for 4028 4038 ip phones
Re: 4XX8EE Phones with Asterisk
Has anyone got the firmware/bin files for the 4038? We desperately need it.
Adam
Adam
Re: 4XX8EE Phones with Asterisk
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
as the files are named
I have assumed that this is generic for all 4038EE and 4068EE ... 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
I wil not attach software in this forum
Code: Select all
dhs3linux\comm\cpiofile.gz\cpiofile\DHS3bin\downbin\
Code: Select all
datsip40x8G
noesip40x8G
bin40x8G
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
Hi Luckylucky 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
as the files are namedCode: Select all
dhs3linux\comm\cpiofile.gz\cpiofile\DHS3bin\downbin\
I have assumed that this is generic for all 4038EE and 4068EE ... so I renamed them andCode: Select all
datsip40x8G noesip40x8G bin40x8G
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
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
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:
4018 can be used with 4008 & 4018.
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:
md5sum: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
The 4028G can be used for 4028EE & 4038 EE.c8ec5c31b91e7845e66a46abf6bddbd6 FW_40x8(G).zip
4018 can be used with 4008 & 4018.
Re: 4XX8EE Phones with Asterisk
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
- cavagnaro
- Alcatel Unleashed Certified Guru
- Posts: 7013
- Joined: 14 Sep 2005 19:45
- Location: Brasil, Porto Alegre
- Contact:
Re: 4XX8EE Phones with Asterisk
At least put your problem, right?
Enviado de meu E6633 usando Tapatalk
Enviado de meu E6633 usando Tapatalk
Ignorance is not the problem, the problem is the one who doesn't want to learn
OTUC/ICS ACFE/ACSE R3.0/4.0/5.0/6.0
Certified Genesys CIV 8.5
Certified Genesys Troubleshooting 8.5
Certified Genesys BEP 8.x
Genesys Developer
OTUC/ICS ACFE/ACSE R3.0/4.0/5.0/6.0
Certified Genesys CIV 8.5
Certified Genesys Troubleshooting 8.5
Certified Genesys BEP 8.x
Genesys Developer
Re: 4XX8EE Phones with Asterisk
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
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