search for: capi_state_disconnect

Displaying 3 results from an estimated 3 matches for "capi_state_disconnect".

2005 Jan 20
2
Chan_Capi initial deadlock
Hello, I am using chan_capi 0.3.5 and Asterisk CVS-v1-0-12/29/04-15:32:48 on a SuSE Linux 9.0 with Kernel 2.4.21-99-default In the system is a AVM C4 with one port connected to PSTN at PTP BRI and another one to an ISDN PBX with an PMP BRI. The system is running fine, but I have regualary this error, and then chan_capi is not working anymore. Jan 18 15:29:46 WARNING[2919]: Avoided initial
2005 Jan 22
0
chan_capi patch: app_capiFax modifications
...NULL) { ast_log(LOG_WARNING, "capiAnswerFax can't create the output file (%s)\n", strerror(errno)); res = -1; } else { if(i->state != CAPI_STATE_BCONNECTED) capi_answer_fax(chan, stationID); else capi_change_bchan_fax(chan, stationID); while (i->state != CAPI_STATE_DISCONNECTED) { sleep(1); } } } else { ast_log(LOG_WARNING, "capiFax only works on CAPI channels, check your extensions.conf!\n"); res = -1; } LOCAL_USER_REMOVE(u); return res; } int unload_module(void) { STANDARD_HANGUP_LOCALUSERS; return ast_unregister_application(app); } int...
2004 Apr 28
4
Mysql Confusion..
Ok I know this may have been covered and I did have a look back in the archives but didn't find anthing so I am asking it now.. Many moons ago the MySQL CDR functions and MySQL Voicemail functions had to be removed from the main asterisk code because of licensing issues.. Now there is new MySQL stuff like MySQL FRIENDS for SIP and IAX definitions.. So how is it that these options