Steve wrote: > Damian Krzeminski 提到: >> http://track.sipfoundry.org/browse/XX-5762 >> >> http://track.sipfoundry.org/secure/attachment/20965/0001-XX-5762-G-Tek-Aquifier-phone-plug-in.patch >> >> I attached a new patch based on the code provided by Steve Chang for G-Tek >> AQ phone (this is a different phone from the ones supported by current >> G-Tek plugin) >> If you have this phone please give it a try and report back. >> >> Steve: >> I have some questions: looks like you limited the number of lines to 1. Is >> this all that phone can support or did you have problems getting multiline >> configuration coded (in which case I can help). >> > The AQ-101 got one line only. So, it's correct. >> AutoConfigVersion - I hardcoded it to 1 for now (it was not set at all in >> original code). Does it need to be incremeneted every time configuration is >> generated? >> > Yes, it needs to be increasemented or different with previous version. > Actually I don't konw how to do it, so I leave it to user interface. > Maybe you can help.
I put some code that generates numbers based on current time. Check it works for you. >> I had to change group names to remove spaces, but I used 'profileName' >> instead in config.vm. Looks like it's working OK but please have a look. >> >> > That's ok. > It works for me, too. >> Codec lists seems to be hardcoded in config.vm. sipXconfig provides multi >> enumeration selection widget that works well for configuring codecs. You >> might want to give it a try: >> >> http://sipx-wiki.calivia.com/index.php/SipX_ConfigServer_settings.xml#Settings_types >> >> > Oh, it's my mistake. > I remove the hardcoded things and add codec playload settings to > config.vm & phone.xml >> If the changes are made are working for you, I can commit this in mainline. >> If not attach more fixes/patches to the issue. >> Thanks >> Damian >> >> > I also found some wrong spelling parameters and fixed. > > I have try with AQ-10X phone and works fine. > http://code.sipfoundry.org/changelog/sipXecs/?cs=16273 I incorporated your latest changes and committed the initial version of the plugin. If you have some more changes please feel free to send more patches. Some changes that I made: - declare parameters that sipXconfig provides as 'advanced' since they are rarely changed by admins - hide phone forwarding functionality - it cannot be used with sipXecs - forwarding has to be handled by proxy (User->Call Forwarding) - generate default MoH URL - please check if phone supports it correctly - minor labels changes D. _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev sipXecs IP PBX -- http://www.sipfoundry.org/
