Re: [Asterisk-Users] TFTP server for GrandStream BT phones / need testing

2006-02-23 Thread Peter Hudec
Conrad Wood wrote:
 Does the patch add any functionality to atftp that tftpd-hpa[1] doesn't
 have?

This patch adds only GS BT phones recognition funcionality.
tftpd-hpa does not correct handle the OPTION parameters in the TFTP packet ;(
At first I tired to implement it into tftpd-hpa, but after debuging the code
I give it up. The tftpd-hpa reads the parameters from the TFTP packet as they 
are in the
packet and after each option it do the associated command.

The packet from GS BT looks like
--- cut ---
Opcode: Read Request (1)
Source File: boot.bin
Type: octet
Option: blksize = 1024
Option: tsize = 0
Option: timeout = 4
Option: grandstream_MODEL = BT-100
Option: grandstream_NAT = 1
Option: grandstream_ID = 000b8203e0e9
Option: grandstream_REV_BOOT = 001.000.001.000
Option: grandstream_REV_PHONE = 001.000.006.007
Option: grandstream_REV_VOC = 001.000.001.000
Option: grandstream_REV_HTML = 001.000.000.049
Option: grandstream_REV_RING1 = 001.000.000.000
Option: grandstream_REV_RING2 = 001.000.000.000
Option: grandstream_REV_RING3 = 000.000.000.000
--- cut ---

So it reads ...
Opcoce - do something
Source File - send the file to the client ...
Reads the Options from packet. So in the time or sending requested file, there 
I have no information about the
phone. I was too lazy to correct this ;(

hudecof

 
 [1] http://packages.debian.org/stable/net/tftpd-hpa
 
 ___
 --Bandwidth and Colocation provided by Easynews.com --
 
 Asterisk-Users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
 


-- 
Linux hackers are funny people: They count the time in patchlevels.
   -- Martin Josefsson
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] TFTP server for GrandStream BT phones / need testing

2006-02-23 Thread Conrad Wood
 This patch adds only GS BT phones recognition funcionality.
 tftpd-hpa does not correct handle the OPTION parameters in the TFTP packet ;(
 At first I tired to implement it into tftpd-hpa, but after debuging the code
 I give it up. The tftpd-hpa reads the parameters from the TFTP packet as they 
 are in the
 packet and after each option it do the associated command.
 
 The packet from GS BT looks like
 --- cut ---
 Opcode: Read Request (1)
 Source File: boot.bin
 Type: octet
 Option: blksize = 1024
 Option: tsize = 0
 Option: timeout = 4
 Option: grandstream_MODEL = BT-100
 Option: grandstream_NAT = 1
 Option: grandstream_ID = 000b8203e0e9
 Option: grandstream_REV_BOOT = 001.000.001.000
 Option: grandstream_REV_PHONE = 001.000.006.007
 Option: grandstream_REV_VOC = 001.000.001.000
 Option: grandstream_REV_HTML = 001.000.000.049
 Option: grandstream_REV_RING1 = 001.000.000.000
 Option: grandstream_REV_RING2 = 001.000.000.000
 Option: grandstream_REV_RING3 = 000.000.000.000
 --- cut ---
 
 So it reads ...
 Opcoce - do something
 Source File - send the file to the client ...
 Reads the Options from packet. So in the time or sending requested file, 
 there I have no information about the
 phone. I was too lazy to correct this ;(
 


oh I see, that would make the provisioning work through routers ;-) I
use the MAC address to match different phones, which obviously breaks if
I need a router between phone and tftpd-server.
Thanks for clarifying and well done!


Conrad
 

___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] TFTP server for GrandStream BT phones / need testing

2006-02-22 Thread Peter Hudec
hi,

I known, that this is not * related, but a lot of members of this ML
uses GS BT phones.

I have patched the atftp serber to recognize the TFTP OPTION, whis these
phone send during boot.

Patch includes
  - another locations for configs, firmware and ring tones
  - different FW versions for phones
  - custom ring tones for the phones

You can find patch, source/unpatched/ and DEB for debian/sarge at
http://projects.hudecof.net/linux/atftp/

best regards
Peter Hudec

-- 
Linux hackers are funny people: They count the time in patchlevels.
   -- Martin Josefsson
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] TFTP server for GrandStream BT phones / need testing

2006-02-22 Thread Conrad Wood
On Wed, 2006-02-22 at 11:37 +0100, Peter Hudec wrote:
 hi,
 
 I known, that this is not * related, but a lot of members of this ML
 uses GS BT phones.
 
 I have patched the atftp serber to recognize the TFTP OPTION, whis these
 phone send during boot.
 
 Patch includes
   - another locations for configs, firmware and ring tones
   - different FW versions for phones
   - custom ring tones for the phones
 
 You can find patch, source/unpatched/ and DEB for debian/sarge at
 http://projects.hudecof.net/linux/atftp/
 

Does the patch add any functionality to atftp that tftpd-hpa[1] doesn't
have? 

[1] http://packages.debian.org/stable/net/tftpd-hpa

___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] TFTP Server

2005-02-22 Thread Ferguson, Michael
G'Day All,

Can anyone give me some direction in setting up the TFTP server on my
RadHat ES3 box?

I did quite a bit of reading, but I think I am more unsure now than
before. I found the information nebulous. TFTP is already installed. I
am trying to determine where the root directory for the tftp services is
located so I can copy the CISCO 7960 firmware files onto it.
 Thanks Ferg
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] TFTP Server

2005-02-22 Thread Clay Reiche
Edit /etc/xinetd.d/tftp
The -s argument is the root directory and make sure you set disable = no.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ferguson,
Michael
Sent: Tuesday, February 22, 2005 1:25 PM
To: Asterisk-Users@lists.digium.com
Subject: [Asterisk-Users] TFTP Server

G'Day All,

Can anyone give me some direction in setting up the TFTP server on my
RadHat ES3 box?

I did quite a bit of reading, but I think I am more unsure now than
before. I found the information nebulous. TFTP is already installed. I
am trying to determine where the root directory for the tftp services is
located so I can copy the CISCO 7960 firmware files onto it.
 Thanks Ferg
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] TFTP Server

2005-02-22 Thread Ferguson, Michael
Thanks Clay Reiche.

Anyone,
Why is the 7960 looking for a call manager at 168.254.173.1?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Clay
Reiche
Sent: Tuesday, February 22, 2005 1:34 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: RE: [Asterisk-Users] TFTP Server


Edit /etc/xinetd.d/tftp
The -s argument is the root directory and make sure you set disable =
no.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ferguson,
Michael
Sent: Tuesday, February 22, 2005 1:25 PM
To: Asterisk-Users@lists.digium.com
Subject: [Asterisk-Users] TFTP Server

G'Day All,

Can anyone give me some direction in setting up the TFTP server on my
RadHat ES3 box?

I did quite a bit of reading, but I think I am more unsure now than
before. I found the information nebulous. TFTP is already installed. I
am trying to determine where the root directory for the tftp services is
located so I can copy the CISCO 7960 firmware files onto it.  Thanks
Ferg ___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] TFTP Server

2005-02-22 Thread Gary G. Hendershot
On my server (ES3) the TFTPBOOT folder is where I put my Cisco image loader
files 

-Original Message-
From: Ferguson, Michael [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 22, 2005 1:25 PM
To: Asterisk-Users@lists.digium.com
Subject: [Asterisk-Users] TFTP Server

G'Day All,

Can anyone give me some direction in setting up the TFTP server on my RadHat
ES3 box?

I did quite a bit of reading, but I think I am more unsure now than before.
I found the information nebulous. TFTP is already installed. I am trying to
determine where the root directory for the tftp services is located so I can
copy the CISCO 7960 firmware files onto it.
 Thanks Ferg


___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] TFTP Server

2005-02-22 Thread Gary G. Hendershot
On my server (ES3) the TFTPBOOT folder is where I put my Cisco image loader
files 

-Original Message-
From: Ferguson, Michael [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 22, 2005 1:25 PM
To: Asterisk-Users@lists.digium.com
Subject: [Asterisk-Users] TFTP Server

G'Day All,

Can anyone give me some direction in setting up the TFTP server on my RadHat
ES3 box?

I did quite a bit of reading, but I think I am more unsure now than before.
I found the information nebulous. TFTP is already installed. I am trying to
determine where the root directory for the tftp services is located so I can
copy the CISCO 7960 firmware files onto it.
 Thanks Ferg


___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] TFTP Server

2005-02-22 Thread Gary G. Hendershot
On my server (ES3) the TFTPBOOT folder is where I put my Cisco image loader
files 

-Original Message-
From: Ferguson, Michael [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 22, 2005 1:25 PM
To: Asterisk-Users@lists.digium.com
Subject: [Asterisk-Users] TFTP Server

G'Day All,

Can anyone give me some direction in setting up the TFTP server on my RadHat
ES3 box?

I did quite a bit of reading, but I think I am more unsure now than before.
I found the information nebulous. TFTP is already installed. I am trying to
determine where the root directory for the tftp services is located so I can
copy the CISCO 7960 firmware files onto it.
 Thanks Ferg


___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] TFTP Server

2005-02-22 Thread Dennis Webb
Title: [Asterisk-Users] TFTP Server




Check under /etc/xinetd.d/tftp. There's a server_args variable that should read like -c -s /path/to/files

This is a suse 9.1 box but should be about the same

On Tue, 2005-02-22 at 16:10, Gary G. Hendershot wrote:

On my server (ES3) the TFTPBOOT folder is where I put my Cisco image loader
files 

-Original Message-
From: Ferguson, Michael [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, February 22, 2005 1:25 PM
To: Asterisk-Users@lists.digium.com
Subject: [Asterisk-Users] TFTP Server

G'Day All,

Can anyone give me some direction in setting up the TFTP server on my RadHat
ES3 box?

I did quite a bit of reading, but I think I am more unsure now than before.
I found the information nebulous. TFTP is already installed. I am trying to
determine where the root directory for the tftp services is located so I can
copy the CISCO 7960 firmware files onto it.
Thanks Ferg


___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
 http://lists.digium.com/mailman/listinfo/asterisk-users




Dennis Webb
Delta Express
#3 Afco Road
West Memphis, AR 72301
(901)508-9711






___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

[Asterisk-Users] TFTP Server

2005-02-22 Thread Gary G. Hendershot
On my server (ES3) the TFTPBOOT folder is where I put my Cisco image loader
files 

-Original Message-
From: Ferguson, Michael [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 22, 2005 1:25 PM
To: Asterisk-Users@lists.digium.com
Subject: [Asterisk-Users] TFTP Server

G'Day All,

Can anyone give me some direction in setting up the TFTP server on my RadHat
ES3 box?

I did quite a bit of reading, but I think I am more unsure now than before.
I found the information nebulous. TFTP is already installed. I am trying to
determine where the root directory for the tftp services is located so I can
copy the CISCO 7960 firmware files onto it.
 Thanks Ferg


___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] TFTP Server

2005-02-22 Thread Gary G. Hendershot

The Cisco phone is defaulted to getting its IP address and related from a
DHCP server ...  One of the things the phone expects to get from the DHCP
server is the address of the TFTP server ... If there is no TFTP server
address handed out by the DHCP server, the phone assumes that the DHCP
server is also the TFTP server ...

In many cases, a low end SOHO style router/nat/firewall gizmo is used to
provide the DHCP service for a small office or home environment ... the DHCP
server provided by these gadgets is just flat not smart enough to be
configured with the settings that the phone wants to see ...  So the easiest
solution to setting up the phone becomes providing it with manual settings
instead of using DHCP ... It is also possible to configure a DHCP service on
your Asterisk box, but then you open yet another can of worms ...

It is possible to assign it a static IP address and also a static TFTP
server IP address ... I seem to recall that the default key combination on
the Cisco 7960 to unlock the settings is to press  **#  just before you
press the settings button, but don't hold me to it ... Check the Cisco web
site for this piece of the puzzle as I could be wrong ...

If you want to compare notes on using the Cisco 7960 you can email me off
list and I will happily share what I have figured out ...  You may figure
out a trick that can help me also as my config is still far from perfect ...

Regards

G.Hendershot

-Original Message-
From: Ferguson, Michael [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 22, 2005 2:13 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: RE: [Asterisk-Users] TFTP Server

Thanks Clay Reiche.

Anyone,
Why is the 7960 looking for a call manager at 168.254.173.1?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Clay Reiche
Sent: Tuesday, February 22, 2005 1:34 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: RE: [Asterisk-Users] TFTP Server


Edit /etc/xinetd.d/tftp
The -s argument is the root directory and make sure you set disable = no.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ferguson,
Michael
Sent: Tuesday, February 22, 2005 1:25 PM
To: Asterisk-Users@lists.digium.com
Subject: [Asterisk-Users] TFTP Server

G'Day All,

Can anyone give me some direction in setting up the TFTP server on my RadHat
ES3 box?

I did quite a bit of reading, but I think I am more unsure now than before.
I found the information nebulous. TFTP is already installed. I am trying to
determine where the root directory for the tftp services is located so I can
copy the CISCO 7960 firmware files onto it.  Thanks
Ferg ___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] TFTP Server

2005-02-22 Thread Rudolf Ladyzhenskii
Hi,

setup is in /etc/xinet.d/tftp file

Default directory is /tftpboot. make sure that this directory is readable by 
anyone.

Rudolf



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Gary G.
Hendershot
Sent: Wednesday, February 23, 2005 9:18 AM
To: 'Asterisk Users Mailing List - Non-Commercial Discussion'
Subject: [Asterisk-Users] TFTP Server


On my server (ES3) the TFTPBOOT folder is where I put my Cisco image loader
files 

-Original Message-
From: Ferguson, Michael [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 22, 2005 1:25 PM
To: Asterisk-Users@lists.digium.com
Subject: [Asterisk-Users] TFTP Server

G'Day All,

Can anyone give me some direction in setting up the TFTP server on my RadHat
ES3 box?

I did quite a bit of reading, but I think I am more unsure now than before.
I found the information nebulous. TFTP is already installed. I am trying to
determine where the root directory for the tftp services is located so I can
copy the CISCO 7960 firmware files onto it.
 Thanks Ferg


___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] TFTP Server

2005-02-22 Thread Gary G. Hendershot
On my server (ES3) the TFTPBOOT folder is where I put my Cisco image loader
files 

-Original Message-
From: Ferguson, Michael [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 22, 2005 1:25 PM
To: Asterisk-Users@lists.digium.com
Subject: [Asterisk-Users] TFTP Server

G'Day All,

Can anyone give me some direction in setting up the TFTP server on my RadHat
ES3 box?

I did quite a bit of reading, but I think I am more unsure now than before.
I found the information nebulous. TFTP is already installed. I am trying to
determine where the root directory for the tftp services is located so I can
copy the CISCO 7960 firmware files onto it.
 Thanks Ferg


___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] TFTP Server

2005-02-22 Thread Gary G. Hendershot
On my server (ES3) the TFTPBOOT folder is where I put my Cisco image loader
files 

-Original Message-
From: Ferguson, Michael [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 22, 2005 1:25 PM
To: Asterisk-Users@lists.digium.com
Subject: [Asterisk-Users] TFTP Server

G'Day All,

Can anyone give me some direction in setting up the TFTP server on my RadHat
ES3 box?

I did quite a bit of reading, but I think I am more unsure now than before.
I found the information nebulous. TFTP is already installed. I am trying to
determine where the root directory for the tftp services is located so I can
copy the CISCO 7960 firmware files onto it.
 Thanks Ferg


___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] TFTP Server

2005-02-22 Thread Ferguson, Michael
I created a different dir, /SIPFONE
Now I have to check if it readable by all. Thanks.

I set my Windows 2003 DHCP to assign the TFTP server's IP address,
default gateway, dns, etc, etc and the phone got all that quite well but
not picking up the files.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Rudolf
Ladyzhenskii
Sent: Tuesday, February 22, 2005 5:25 PM
To: [EMAIL PROTECTED]; Asterisk Users Mailing List - Non-Commercial
Discussion
Subject: RE: [Asterisk-Users] TFTP Server


Hi,

setup is in /etc/xinet.d/tftp file

Default directory is /tftpboot. make sure that this directory is
readable by anyone.

Rudolf



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Gary G.
Hendershot
Sent: Wednesday, February 23, 2005 9:18 AM
To: 'Asterisk Users Mailing List - Non-Commercial Discussion'
Subject: [Asterisk-Users] TFTP Server


On my server (ES3) the TFTPBOOT folder is where I put my Cisco image
loader files 

-Original Message-
From: Ferguson, Michael [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 22, 2005 1:25 PM
To: Asterisk-Users@lists.digium.com
Subject: [Asterisk-Users] TFTP Server

G'Day All,

Can anyone give me some direction in setting up the TFTP server on my
RadHat ES3 box?

I did quite a bit of reading, but I think I am more unsure now than
before. I found the information nebulous. TFTP is already installed. I
am trying to determine where the root directory for the tftp services is
located so I can copy the CISCO 7960 firmware files onto it.  Thanks
Ferg


___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] TFTP Server

2005-02-22 Thread Rudolf Ladyzhenskii
Any directory name is fine as long as you configured TFTP server to use it.

Also, from device (phone) point of view, your /TFTPBOOT directory is '/' (root) 
directory on server!

Rudolf

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Ferguson,
Michael
Sent: Wednesday, February 23, 2005 9:43 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: RE: [Asterisk-Users] TFTP Server


I created a different dir, /SIPFONE
Now I have to check if it readable by all. Thanks.

I set my Windows 2003 DHCP to assign the TFTP server's IP address,
default gateway, dns, etc, etc and the phone got all that quite well but
not picking up the files.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Rudolf
Ladyzhenskii
Sent: Tuesday, February 22, 2005 5:25 PM
To: [EMAIL PROTECTED]; Asterisk Users Mailing List - Non-Commercial
Discussion
Subject: RE: [Asterisk-Users] TFTP Server


Hi,

setup is in /etc/xinet.d/tftp file

Default directory is /tftpboot. make sure that this directory is
readable by anyone.

Rudolf



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Gary G.
Hendershot
Sent: Wednesday, February 23, 2005 9:18 AM
To: 'Asterisk Users Mailing List - Non-Commercial Discussion'
Subject: [Asterisk-Users] TFTP Server


On my server (ES3) the TFTPBOOT folder is where I put my Cisco image
loader files 

-Original Message-
From: Ferguson, Michael [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 22, 2005 1:25 PM
To: Asterisk-Users@lists.digium.com
Subject: [Asterisk-Users] TFTP Server

G'Day All,

Can anyone give me some direction in setting up the TFTP server on my
RadHat ES3 box?

I did quite a bit of reading, but I think I am more unsure now than
before. I found the information nebulous. TFTP is already installed. I
am trying to determine where the root directory for the tftp services is
located so I can copy the CISCO 7960 firmware files onto it.  Thanks
Ferg


___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] TFTP Server

2005-02-22 Thread Ferguson, Michael
Thanks

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Rudolf
Ladyzhenskii
Sent: Tuesday, February 22, 2005 5:46 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: RE: [Asterisk-Users] TFTP Server


Any directory name is fine as long as you configured TFTP server to use
it.

Also, from device (phone) point of view, your /TFTPBOOT directory is '/'
(root) directory on server!

Rudolf

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Ferguson,
Michael
Sent: Wednesday, February 23, 2005 9:43 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: RE: [Asterisk-Users] TFTP Server


I created a different dir, /SIPFONE
Now I have to check if it readable by all. Thanks.

I set my Windows 2003 DHCP to assign the TFTP server's IP address,
default gateway, dns, etc, etc and the phone got all that quite well but
not picking up the files.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Rudolf
Ladyzhenskii
Sent: Tuesday, February 22, 2005 5:25 PM
To: [EMAIL PROTECTED]; Asterisk Users Mailing List - Non-Commercial
Discussion
Subject: RE: [Asterisk-Users] TFTP Server


Hi,

setup is in /etc/xinet.d/tftp file

Default directory is /tftpboot. make sure that this directory is
readable by anyone.

Rudolf



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Gary G.
Hendershot
Sent: Wednesday, February 23, 2005 9:18 AM
To: 'Asterisk Users Mailing List - Non-Commercial Discussion'
Subject: [Asterisk-Users] TFTP Server


On my server (ES3) the TFTPBOOT folder is where I put my Cisco image
loader files 

-Original Message-
From: Ferguson, Michael [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 22, 2005 1:25 PM
To: Asterisk-Users@lists.digium.com
Subject: [Asterisk-Users] TFTP Server

G'Day All,

Can anyone give me some direction in setting up the TFTP server on my
RadHat ES3 box?

I did quite a bit of reading, but I think I am more unsure now than
before. I found the information nebulous. TFTP is already installed. I
am trying to determine where the root directory for the tftp services is
located so I can copy the CISCO 7960 firmware files onto it.  Thanks
Ferg


___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] TFTP Server Facing the Internet

2005-01-27 Thread Paul Rodan
TFTP is inherently insecure :-)  This insecurity is how I got my BroadVoice
SIP UID and Pass a long time ago before they supported Asterisk, told them
the MAC of my Cisco phone and just grabbed the config file off their tftp
server, interesting stuff.

FireWall is your only true solution but that stops the phone from being able
to be mobile. 


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Michael Welter
Sent: Wednesday, January 26, 2005 11:34 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [Asterisk-Users] TFTP Server Facing the Internet

Since we're chatting about tftp servers...

Let's say I have a new customer with Cisco 79xx phones, and he desires 
to SIP register on my Asterisk system.  I would have to provide the 
SIPmac.cnf and SIPDefault.cnf files on my tftp server for his phones. 
  These files would be world readable, which I don't want.

Is the solution to put the tftp server behind the firewall and port 
redirect based on the customer's IP, or is there a better way of 
restricting access?

Thanks,
Mike
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users



___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] TFTP Server Facing the Internet

2005-01-27 Thread Dan Adams
I know that on all of these phones, they do not need access to the config 
files per say except for the idea of making any modification to them. A 
modification could include setting up userlines on the 7960/7940 phones 
and tweaking the settings on any of them.

Dan
On Wed, 26 Jan 2005, Michael Welter wrote:
Matthew Crocker wrote:
Yes, that's why I'm posting to this list.  I certainly don't want to 
have to track my customer's IP addresses.  Is there a better way?

Have them go into manual mode and enter your SIP proxy information 
directly into the phone, or,  have them run their own tftp server and send 
them a SIPmac.cnf file

THESE ARE PEOPLE WHO HAVE TROUBLE WITH A THERMOSTAT!  Deep breath It will 
be my responsibility to get the phones working.  I'm thinking I may have to 
stage the phones in my shop and then deliver the phones to their site, but 
that's real time intensive.

Once the Cisco 79xx is configured, does it need access to its configuration 
files?

Mike
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
 http://lists.digium.com/mailman/listinfo/asterisk-users
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] TFTP Server Facing the Internet

2005-01-26 Thread Michael Welter
Since we're chatting about tftp servers...
Let's say I have a new customer with Cisco 79xx phones, and he desires 
to SIP register on my Asterisk system.  I would have to provide the 
SIPmac.cnf and SIPDefault.cnf files on my tftp server for his phones. 
 These files would be world readable, which I don't want.

Is the solution to put the tftp server behind the firewall and port 
redirect based on the customer's IP, or is there a better way of 
restricting access?

Thanks,
Mike
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] TFTP Server Facing the Internet

2005-01-26 Thread Howard Lowndes
On Thu, 2005-01-27 at 03:34, Michael Welter wrote:
 Since we're chatting about tftp servers...
 
 Let's say I have a new customer with Cisco 79xx phones, and he desires 
 to SIP register on my Asterisk system.  I would have to provide the 
 SIPmac.cnf and SIPDefault.cnf files on my tftp server for his phones. 
   These files would be world readable, which I don't want.
 
 Is the solution to put the tftp server behind the firewall and port 
 redirect based on the customer's IP, or is there a better way of 
 restricting access?

TFTP on an open server is a definite no-no.  Port redirection is better
_if_ you have a static IP - but what are you going to do about dynamic
IPs.

 
 Thanks,
 Mike
 ___
 Asterisk-Users mailing list
 Asterisk-Users@lists.digium.com
 http://lists.digium.com/mailman/listinfo/asterisk-users
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
-- 
Howard.
LANNet Computing Associates;
Your Linux people http://www.lannetlinux.com
--
When you just want a system that works, you choose Linux;
when you want a system that just works, you choose Microsoft.
--
Flatter government, not fatter government;
Get rid of the Australian states.


___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] TFTP Server Facing the Internet

2005-01-26 Thread Michael Welter
Howard Lowndes wrote:
On Thu, 2005-01-27 at 03:34, Michael Welter wrote:
Since we're chatting about tftp servers...
Let's say I have a new customer with Cisco 79xx phones, and he desires 
to SIP register on my Asterisk system.  I would have to provide the 
SIPmac.cnf and SIPDefault.cnf files on my tftp server for his phones. 
 These files would be world readable, which I don't want.

Is the solution to put the tftp server behind the firewall and port 
redirect based on the customer's IP, or is there a better way of 
restricting access?

TFTP on an open server is a definite no-no.  Port redirection is better
_if_ you have a static IP - but what are you going to do about dynamic
IPs.
Yes, that's why I'm posting to this list.  I certainly don't want to 
have to track my customer's IP addresses.  Is there a better way?
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] TFTP Server Facing the Internet

2005-01-26 Thread Matthew Crocker
Yes, that's why I'm posting to this list.  I certainly don't want to 
have to track my customer's IP addresses.  Is there a better way?
Have them go into manual mode and enter your SIP proxy information 
directly into the phone, or,  have them run their own tftp server and 
send them a SIPmac.cnf file

-Matt
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] TFTP Server Facing the Internet

2005-01-26 Thread Michael Welter
Matthew Crocker wrote:
Yes, that's why I'm posting to this list.  I certainly don't want to 
have to track my customer's IP addresses.  Is there a better way?

Have them go into manual mode and enter your SIP proxy information 
directly into the phone, or,  have them run their own tftp server and 
send them a SIPmac.cnf file

THESE ARE PEOPLE WHO HAVE TROUBLE WITH A THERMOSTAT!  Deep breath It 
will be my responsibility to get the phones working.  I'm thinking I may 
have to stage the phones in my shop and then deliver the phones to their 
site, but that's real time intensive.

Once the Cisco 79xx is configured, does it need access to its 
configuration files?

Mike
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users