Hello,
I would like to enhance the YAC Caller ID plugin. I just have a few protocol questions first. I would like to add the same Outlook lookup and media pausing that the ISDN caller ID plugin has. Here are my questions:
The OutlookHelper class under the ISDN plugin isn't specific to ISDN and could be used for YAC also. To use this class with the YAC plugin, should I:
a) Just use it
b) Add a comment to the class that it's being called from a plugin in another directory
c) Copy the class into the YAC plugin directory (I assume this one is wrong)
d) Suggest the file be moved up to the CallerId folder, parent of both YAC and ISDN
I don't want to call OutlookHelper and not have the next developer realize it's used outside of ISDN.
I have a similar issue with ISDNSetupForm.cs, with very minor modifications (replace ISDN in the title and change where it stores the config files), it could be used for YAC. Of course the name would no longer really be valid.
Also, one uses GUIDialogNotify and one uses GUIMessage, can someone give me a hint on which should be used when? Looks like I'd have to make YAC use GUIDialogNotify to get the timeout to work.
Thanks,
Dan
I would like to enhance the YAC Caller ID plugin. I just have a few protocol questions first. I would like to add the same Outlook lookup and media pausing that the ISDN caller ID plugin has. Here are my questions:
The OutlookHelper class under the ISDN plugin isn't specific to ISDN and could be used for YAC also. To use this class with the YAC plugin, should I:
a) Just use it
b) Add a comment to the class that it's being called from a plugin in another directory
c) Copy the class into the YAC plugin directory (I assume this one is wrong)
d) Suggest the file be moved up to the CallerId folder, parent of both YAC and ISDN
I don't want to call OutlookHelper and not have the next developer realize it's used outside of ISDN.
I have a similar issue with ISDNSetupForm.cs, with very minor modifications (replace ISDN in the title and change where it stores the config files), it could be used for YAC. Of course the name would no longer really be valid.
Also, one uses GUIDialogNotify and one uses GUIMessage, can someone give me a hint on which should be used when? Looks like I'd have to make YAC use GUIDialogNotify to get the timeout to work.
Thanks,
Dan
United States of America