yeah, maybe a bit… so, if you use asterisk and you won’t go into the code and modify it (btw. doing this by a self-made appl./modul using the egw-api, would be the best way, I solved it this way)
…have u ever seen: eGW pbx http://sourceforge.net/projects/egw-pbx/files/ maybe this fits your needs.
In the last time (about a year) devoloping seems not to be in progress, but in the setup.php file u can find
/* Dependencies for this app to work */
$setup_info[‘pbx’][‘depends’][] = array(
‘appname’ => ‘phpgwapi’,
‘versions’ => Array(‘1.5’,‘1.6’,‘1.7’)
);
$setup_info[‘pbx’][‘depends’][] = array(
‘appname’ => ‘etemplate’,
‘versions’ => Array(‘1.5’,‘1.6’,‘1.7’)
);
$setup_info['pbx']['depends'][] = array(
'appname' => 'calendar',
'versions' => Array('1.4', '1.5', '1.6')
);
$setup_info['pbx']['depends'][] = array(
'appname' => 'infolog',
'versions' => Array('1.4', '1.5', '1.6')
);
$setup_info['pbx']['depends'][] = array(
'appname' => 'addressbook',
'versions' => Array('1.4', '1.5', '1.6')
);
$setup_info['pbx']['depends'][] = array(
'appname' => 'felamimail',
'versions' => Array('1.4', '1.5', '1.6')
);</i>
so… maybe it will work with the 1.6 and maybe also with the actual trunk version, but in this case there could be api-breakings, because the stylite guys have done a lot of work at auto-class-loading etc.
regards jürgen