CallWeaver 1.2.0.1

Categories: release
Posted by mm_202 on May 27 2008

As some/most of you may of noticed, there was a problem with the original release of CW 1.2.0 (involving sqlite). If you encountered it or just want to stay current, please download this version instead. This version also includes a few other bug-fixes. (view the ChangeLog )

MD5 = 8bf5c47c2feb49ffa883928c3fca8eef
MD5 = 624b2f0d81f91c235adf587061b634b6

Thanks again to everyone thats involved with CallWeaver!

Comments

on Jun 06 2008 * 03:40:
I want read data from Sound Card:(but mem_fr->frametype == OPBX_FRAME_NULL),How do I? thanks if(chanl_vrchan) { mem_fr = opbx_read(chanl_vrchan); if(mem_fr->frametype != 5) { opbx_log(LOG_WARNING, "...........mem_fr->frametype =[%d]..........\n\n",mem_fr->frametype); } } else { chanl_vrchan = opbx_get_channel_by_name_prefix_locked ("ALSA", strlen("ALSA")); if(chanl_vrchan == NULL) { chanl_vrchan = opbx_request("Console", OPBX_FORMAT_SLINEAR, "ALSA/default", &cause); } }