
Apache2::AMFCarrierDetection - This module has the scope to identify by ip address the carrier and the nation.

Apache2::RequestRec
Apache2::RequestUtil
Apache2::SubRequest
Apache2::Connection
Apache2::Log
Apache2::Filter
APR::Table
LWP::Simple
Apache2::Const

This module has the scope to identify by ip address the carrier and the nation.
To work AMFSwitcher has need WURFLFilter configured.
For more details: http://www.idelfuschini.it/apache-mobile-filter-v2x.html
An example of how to set the httpd.conf is below:
PerlSetEnv MOBILE_HOME server_root/MobileFilterThis indicate to the filter where you want to redirect the specific family of devices:
PerlSetEnv CarrierNetDownload true #optionalPerlSetEnv Carrier http://www.andymoore.info/carrier-data.txtNOTE: this software need carrier-data.txt you can download it directly from this site: http://www.andymoore.info/carrier-data.txt or you can set the filter to download it directly.

For more details: http://www.idelfuschini.it/apache-mobile-filter-v2x.html
Mobile Demo page of the filter: http://apachemobilefilter.nogoogle.it (thanks Ivan alias sigmund)
Demo page of the filter: http://apachemobilefilter.nogoogle.it/php_test.php (thanks Ivan alias sigmund)

Idel Fuschini (idel.fuschini [at] gmail [dot] com)