Re: [Asterisk-Users] chan_sccp release 20050725

2005-07-26 Thread asterisk_on_oelf
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 [EMAIL PROTECTED]: http://chan-sccp.berlios.de/

Re: [Asterisk-Users] chan_sccp release 20050725

2005-07-26 Thread asterisk_on_oelf
That's strange. With your code my asterisk crashs everytime a new device tries to register. I thought, that's because ast_db_get returns nothing or NULL. (-1 will be returned if dbinit() fails.) Jens Nope, the ast_db_get return -1 on failure. The code is ok. Sergio asterisk_on_oelf ha

Re: [Asterisk-Users] Is soekris good?

2005-07-21 Thread asterisk_on_oelf
I am trying to find out what is the best board for us. I want to build an asterisk based PBX with one digium TDM422 card. A USB wireless adapter should make the entire system with: * Asterisk at home (Is @home or regular better?) I have no experiences with @home. I use a debian. Debian sarge

Re: [Asterisk-Users] Is soekris good?

2005-07-14 Thread asterisk_on_oelf
Hi, I have a soekris 4801 since some days. I use it with a FritzCard-USB and an internal HFC-Card (NT Mode). Everything is working, but I still havn't had time for performance test. Only thing I tested, was two ISDN channels via FritzCard in a conference room. CPU usage was nearly 70% I hope

Re: [Asterisk-Users] chan_sccp new release

2005-07-14 Thread asterisk_on_oelf
Hi, I have a lot of compile problems with your version, because I have to use gcc-2.95. The problem is, that you should decleare variables first. gcc-3.x accept something like this: void sccp_channel_set_calledparty(sccp_channel_t * c, char *name, char *number) { if (!c)

Re: [Asterisk-Users] chan_sccp new release

2005-07-14 Thread asterisk_on_oelf
I have a lot of compile problems with your version, because I have to use gcc-2.95. Yes, it's a performance choice to support only gcc version = 3.0 I will put a compiled chan_sccp module on my page for older gcc compilers Maybe you could use my attached diffs for further development. It

Re: [Asterisk-Users] chan_sccp new release

2005-07-14 Thread asterisk_on_oelf
Hi, I have found an new problem. I use a 7960+7914 and 3 lines configured for testing, but only one line is shown on the 7960. The first button on the 7914, which should also be a line button is empty. Also the second on the 7960. This one I changed in sccp_protocols.h from

Re: [Asterisk-Users] chan_capi-cm-0.5.1 and CLIR

2005-06-26 Thread asterisk_on_oelf
Thanks Armin. This was a good hint. In this part of the debug you can see the callerID provided from my internal phone. You are right, that the included name was the problem. Now I added a line SetCallerID(12345) before Dial(CAPI...) to my extensions.conf and everything works fine. (12345

[Asterisk-Users] chan_capi-cm-0.5.1 and CLIR

2005-06-24 Thread asterisk_on_oelf
Hi, I have updated from chan_capi-0.3.5 to 0.5.1, but can't get CLIP/CLIR to work. with 0.3.5 CLIR works fine: exten = _1X.,1,Dial(CAPI/@12345:${EXTEN:1},180) with 0.5.1 I tried as described in the README: exten = _1X.,1,CallingPres(32) exten = _1X.,2,Dial(CAPI/contr1/${EXTEN:1},180) but it

Re: [Asterisk-Users] Cisco 7960s and skinny

2005-04-14 Thread asterisk_on_oelf
Quoting Julien Goodwin [EMAIL PROTECTED]: My biggest task is getting in some of the big bugfixes and bad behavior fixes that have been major issues. In testing at the moment is a fix to allow speeddials to work at any time (meaning you could in theory create a speeddial that auto-navigated a

Re: [Asterisk-Users] Cisco Skinny Call Control Protocol on Asterisk

2005-04-03 Thread asterisk_on_oelf
Hi, You don't need a licence. Look at: http://chan-sccp.sourceforge.net I use this with a Cisco 79607914 and added some of my own patches, but this driver is not stable. It supports only g711 alaw and ulaw, but not g729 (the Cisco-phone does it!) I tried to contact the developer to get and provide

Re: [Asterisk-Users] Cisco Skinny Call Control Protocol on Asterisk

2005-04-03 Thread asterisk_on_oelf
) and add the ability to the driver it should work. Did you see the new version of chan_sccp? The standard Easter version doesn't compile with * stable, the cvs version should. On Sun, 3 Apr 2005, asterisk_on_oelf wrote: Hi, You don't need a licence. Look at: http://chan-sccp.sourceforge.net I use

Re: [Asterisk-Users] Asterisk 1.0.6 and chan_sccp problems?

2005-03-09 Thread asterisk_on_oelf
Hi, my 79607914 is working fine with asterisk 1.0.6 and chan_sccp regards Jens Quoting Remco Barende [EMAIL PROTECTED]: Am I the only one seeing problems with chan_sccp and the latest Asterisk stable? Is there anyone where it is still working? My phones disappear after half an hour and are seen

[Asterisk-Users] Which codecs are used?

2005-02-27 Thread asterisk_on_oelf
Hi, how can I see which codec a channel is currently using? I havn't found any command to show this. regards Jens ___ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or

[Asterisk-Users] Language settings Cisco 7960

2004-09-16 Thread asterisk_on_oelf
I use a Cisco 7960 with sccp. I know, that it is possible tho change the language in which informations is displayed on the screen. But I only found informations to do this with Cisco CM. How can I do this with asterisk? regards Jens ___