Hi, please tell me, is original skinny support in Asterisk stil under development or is better to try chan_sccp from http://chan-sccp.sourceforge.net ? my first try was unsuccessfull (chan_sccp compile OK, but module loading fail during Asterisk startup) and my phone (C7940) seems to be not supported in original chan_skinny :( PJ
On Sun, Aug 22, 2004 at 06:11:10PM +0200, Pavel Jezek arranged a set of bits into the following:> Hi, please tell me, > is original skinny support in Asterisk stil under development or is better to try chan_sccp from > http://chan-sccp.sourceforge.net ? > my first try was unsuccessfull (chan_sccp compile OK, but module loading fail during Asterisk startup) > and my phone (C7940) seems to be not supported in original chan_skinny :(As someone who is working on chan_sccp I highly recomend you give it a go. Your module loading problem is likely to be one of two things: 1. Not using current CVS of both asterisk and chan_sccp OR 2. Having your asterisk headers/source not match the running asterisk (perhaps a forgotten make install?) If you need more help feel free to drop me a private e-mail with more info and I'll give you all the help I can. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 232 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20040822/5ee53c4a/attachment.pgp
Bartosz Wegrzyn
2004-Aug-22 10:32 UTC
[Asterisk-Users] How to limit asterisk to use only three channels
Hi, The incomming call is coming, asterisk answers. So far 1 sip channel is used. The person who is calling choses either 1 or 2 and asterisk uses second channel to make a phone call. If everything is ok two parties are talking to each other. Now, the third person is calling, and all I want is let that person know that all lines are busy etc. Here the third channel is used. I have to limit that person so he or she willl not be able to press 1 or 2 because there are already 2 channels (3 with the third person) used. My bandwith is limited only to 3 channels. Any ideas,
Senad Jordanovic
2004-Aug-22 11:49 UTC
[Asterisk-Users] How to limit asterisk to use only three channels
asterisk-users-admin@lists.digium.com wrote:> Hi, > > The incomming call is coming, asterisk answers. > So far 1 sip channel is used. The person who is calling choses either > 1 or 2 and asterisk uses second channel to make a phone call. > If everything is ok two parties are talking to each other. > > Now, the third person is calling, and all I want is let that person > know that all lines are busy etc. Here the third channel is used. > I have to limit that person so he or she willl not be able to press 1 > or 2 because there are already 2 channels (3 with the third person) > used. > My bandwith is limited only to 3 channels. > > Any ideas,Use application "CheckGroup" together with "SetGroup". first you SetGroup to a $VAR then you use CheckGroup($VAR) Ta SJ
Hi, I got following error, so I made changes in chan_sccp.c and sccp_device.c and replace "pthread_create" function with "ast_pthread_create" the module now loading fine with asterisk :o) PJ [root@pj0 chan_sccp]# make Now compiling .... chan_sccp.c 706 lines chan_sccp.c: In function `reload_config': chan_sccp.c:552: warning: implicit declaration of function `__use_ast_pthread_create_instead__' Now compiling .... sccp_actions.c 790 lines Now compiling .... sccp_channel.c 279 lines Now compiling .... sccp_device.c 641 lines sccp_device.c: In function `sccp_dev_allocate_channel': sccp_device.c:444: warning: implicit declaration of function `__use_ast_pthread_create_instead__' Now compiling .... sccp_line.c 61 lines -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040823/23c59239/attachment.htm
I have a couple of Cisco 7910's that I'd like to get working with asterisk. I have a TDM11B installed and functioning. I've read the docs on the skinny.conf and sccp.conf. But only see one example using sccp and no examples using the skinny protocol provided with asterisk. Could someone maybe post an example of their use of this or chan_sccp? When dialing out with chan_sccp, it's SCCP/channel_num, but what is it with skinny? I have my analog phone working but not this. Thanks. jeff__AT__jeffborders__DOT__com