-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 08/21/2012 10:54 AM, [email protected] wrote: > So in this case we cannot rely on SIPX as a file server but we need > to setup an external TFTP/FTP correct? Could you please advise the > file name that need to be changed for the DNS SRV ?
Saad, you can use sipX to host your TFTP for the external phones. This will require you to build a static flow in the APKT SBC. Please remember that TFTP over the interwebz is a security risk, so look into HTTPS provisioning via your SBC. I threw a sample APKT sbc config up on the sipX wiki: http://wiki.sipfoundry.org/display/sipXecs/Acme+Packet+SBC+sample+config+for+Remote+Workers The pertinent part for provisioning, which is not in this document: static-flow in-realm-id outside description tftp_passthrough in-source 0.0.0.0 in-destination <public_ip_of_sbc>:69 out-realm-id inside out-source <internal_ip_of_sbc> out-destination <sipX_ip>:69 protocol UDP alg-type TFTP start-port 8080 end-port 8099 flow-time-limit 0 initial-guard-timer 60 subsq-guard-timer 60 average-rate-limit 0 If you are not using the sbc for SIP trunking, you do not need any dial plan entries pointing to it. - -- ================================================================== Joe Micciche [email protected] Red Hat, Inc. http://www.redhat.com Senior Communications Engineer X (81) 44554 +1.919.754.4554 Key: 65F90FE1 ================================================================== -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAlAzqPsACgkQJHjEUGX5D+HslQCbBy9SrACD+HEokdzeY1BwZUAY 5/gAn1YkjXZQw3W01awKHWTgbb1bFm4w =N/Ih -----END PGP SIGNATURE----- _______________________________________________ sipx-users mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-users/
