> Since when can someone submit a patch for chan_skype?? Did i miss an > announcement that it has been opensourced? I'm under the impression > that digium is the only party who *can* extend chan_skype...
Paul was a little confused and thought something would have to be added to Asterisk. But, with that said, the source to chan_skype.c is available in the download and could be modified (just the library for interacting with the underlying Skype library is binary-only). Only chan_skype.c would need to be modified for messaging API support. Basically, just modify new_chat_message() to allocate a new ast_msg, fill in the appropriate values with the ast_msg_set_set_() functions, and then call ast_msg_queue() on it. Terry -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
