chan-sccp.berlios.de <ftp://ftp.berlios.de/pub/chan-sccp/chan_sccp-20050725.tar.bz2> - initial support for cisco 7980 (aka ip communicator softphone). Thanks Andrew. - Workaround for voip providers that send ringing indication after an answer - added 2 new params to sccp.conf, general section: firstdigittimeout = 16 ; dialing timeout for the 1st digit digittimeout = 8 ; more digits - added time 12h time format: dateFormat = D.M.Y ; M-D-Y in any order. Use M/D/YA (for 12h format) - registration warning cleanup for cisco 7920 - added transfer of a ringout channel (blind transfer). The original caller hear silence (issue), I need to work more on it. - voicemail old code rework - cisco 7936 initial support - gcc 2.95 compatibility Sergio
Is it possible, that you mean: "if (!ast_db_get("SCCP", d->id, result, sizeof(result))) {" instead of "if (ast_db_get("SCCP", d->id, result, sizeof(result))) {" in line 222 sccp_utils.c Quoting Sergio Chersovani <mlists@c-net.it>:> chan-sccp.berlios.de > <ftp://ftp.berlios.de/pub/chan-sccp/chan_sccp-20050725.tar.bz2> > > - initial support for cisco 7980 (aka ip communicator softphone). Thanks > Andrew. > - Workaround for voip providers that send ringing indication after an answer > - added 2 new params to sccp.conf, general section: > firstdigittimeout = 16 ; dialing timeout for the 1st digit > digittimeout = 8 ; more digits > - added time 12h time format: > dateFormat = D.M.Y ; M-D-Y in any order. Use M/D/YA (for 12h format) > - registration warning cleanup for cisco 7920 > - added transfer of a ringout channel (blind transfer). The original > caller hear silence (issue), I need to work more on it. > - voicemail old code rework > - cisco 7936 initial support > - gcc 2.95 compatibility > > Sergio > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > lists.digium.com/mailman/listinfo/asterisk-users
Nope, the ast_db_get return -1 on failure. The code is ok. Sergio asterisk_on_oelf ha scritto:> > Is it possible, that you mean: > > "if (!ast_db_get("SCCP", d->id, result, sizeof(result))) {" > > instead of > > "if (ast_db_get("SCCP", d->id, result, sizeof(result))) {" > > in line 222 sccp_utils.c