User:Syoder
From ImageStream Router Documentation
(Difference between revisions)
(→My TODO) |
|||
(2 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
== My TODO == | == My TODO == | ||
+ | * [[Ethernet CSU cross-connect automation]] | ||
* TACACS+ and RADIUS auth need to be able to map to a unix user. Follow up with Chris | * TACACS+ and RADIUS auth need to be able to map to a unix user. Follow up with Chris | ||
* POS OC12 + OC3 performance testing | * POS OC12 + OC3 performance testing | ||
Line 6: | Line 7: | ||
* rconf | * rconf | ||
* webui | * webui | ||
+ | * Upgrade OpenSwan | ||
+ | * route-based load balancing breaks for certain programs expecting secondary connections to come from the same IP (MSN messenger) | ||
+ | : Modify ip_nat_route_input to either look for other conntracks with the same local source IP or do a route cache lookup (may have to lengthen the route cache duration) | ||
+ | |||
+ | == Done == | ||
* Asterisk | * Asterisk | ||
: Add type=peer to users/trunks | : Add type=peer to users/trunks | ||
:config/js/pbx2.js is the library for any config file updating. Its not used in every situation (like it should), but the GUI is getting there. Anyway, pbx.users.{add|edit} are the functions that should be updated. | :config/js/pbx2.js is the library for any config file updating. Its not used in every situation (like it should), but the GUI is getting there. Anyway, pbx.users.{add|edit} are the functions that should be updated. | ||
:http://74.125.47.132/search?q=cache:xMSu3AFwtrQJ:https://issues.asterisk.org/bug_view_advanced_page.php%3Fbug_id%3D15353+asterisk+1.6.1.1+registration+problem&cd=2&hl=en&ct=clnk&gl=us&client=firefox-a | :http://74.125.47.132/search?q=cache:xMSu3AFwtrQJ:https://issues.asterisk.org/bug_view_advanced_page.php%3Fbug_id%3D15353+asterisk+1.6.1.1+registration+problem&cd=2&hl=en&ct=clnk&gl=us&client=firefox-a | ||
+ | :change uname_lc substr len back to 12 from 10 so it shows proper trunk registration status | ||
+ | : var uname_lc = uname.toLowerCase().substr(0,12); in config/js/astman.js | ||
== MPLS TODO== | == MPLS TODO== | ||
* LDP port to latest Quagga for 4.5 MPLS release | * LDP port to latest Quagga for 4.5 MPLS release |
Latest revision as of 17:24, 14 October 2009
My TODO
- Ethernet CSU cross-connect automation
- TACACS+ and RADIUS auth need to be able to map to a unix user. Follow up with Chris
- POS OC12 + OC3 performance testing
- MPLS 4.5 release
- RBE
- rconf
- webui
- Upgrade OpenSwan
- route-based load balancing breaks for certain programs expecting secondary connections to come from the same IP (MSN messenger)
- Modify ip_nat_route_input to either look for other conntracks with the same local source IP or do a route cache lookup (may have to lengthen the route cache duration)
Done
- Asterisk
- Add type=peer to users/trunks
- config/js/pbx2.js is the library for any config file updating. Its not used in every situation (like it should), but the GUI is getting there. Anyway, pbx.users.{add|edit} are the functions that should be updated.
- http://74.125.47.132/search?q=cache:xMSu3AFwtrQJ:https://issues.asterisk.org/bug_view_advanced_page.php%3Fbug_id%3D15353+asterisk+1.6.1.1+registration+problem&cd=2&hl=en&ct=clnk&gl=us&client=firefox-a
- change uname_lc substr len back to 12 from 10 so it shows proper trunk registration status
- var uname_lc = uname.toLowerCase().substr(0,12); in config/js/astman.js
MPLS TODO
- LDP port to latest Quagga for 4.5 MPLS release