[Asterisk-Users] SCCP questions

2005-01-13 Thread Kelemen Zoltan
Hi!
I have two, not too related questions:
- the probably simpler one: if anyone can help me out using a Cisco 
7905G with chan_sccp? I did already managed to get it working with a SIP 
image, I'd just like to see it work with this one as well. It's probably 
something I screw up with the configuration, as the phone registers, 
only I don't get any lines with it, although I have it configured it to 
auto-login.

excerpt from my sccp.conf
-snip--
[SEP001193C2ABFC]
device=SEP001193C2ABFC
type=7905
autologin= c7905
callerid=cisco 7905
[c7905]
line = 1045
-snip--
(I have a default extension set for the entire sccp.conf, so that 
shouldnt(?) be the issue)

I have the XMLDefaultConf in place, tftp server running, although that's 
about it. I would appreciate any pointers in this general direction. 
What am I missing? :)

The second, much more thorny question is: did anyone had any success on 
using a KIRK IP600 with asterisk?
- The only thing I really found on the net were a couple of emails on 
this list, that didn't get me too far.
The KIRK IP600 is a DECT (cordless) to IP solution, with support for 
SCCP and H323. The SCCP interface was designed specifically to be 
interoperable with Cisco Call Manager, and it emulates a 7940 for each 
of the phones it has registered.

With chan_skinny I managed to register the phones, they've got tone, but 
they would not ring out.
With chan_sccp I had no luck at all, I'm getting the following messages 
on the CLI:
==   Got message AlarmMessage
==   Got message RegisterMessage
== Sending Packet Type RegisterRejectMessage (37 bytes)

Note: the two modules were NOT tried at once.
So far I didn't have time to check it out with h323, but If anyone had 
it working that way, I'm interested in that one as well.

sccp.conf
-snip--
[SEP000770736644]
device=SEP000770736644
type=7940
autologin= kirk4040
callerid=Kirk 4040
[kirk4040]
line = 1042
[SEP000770736637]
device=SEP000770736637
type=7940
autologin= kirk4020
callerid=Kirk 4020
[kirk4020]
line = 1043
;
[SEP020180683665]
device=SEP020180683665
type=7940
autologin= siemens
callerid=Siemens GS1
;
[siemens]
line = 1044
-snip--
skinny.conf
---snip
[kirk4020]
device=SEP000770736637
nat=0
line=1043
context=home
callerid=Kirk 4020 1043
[SiemensGS1]
device=SEP020180683665
nat=0
line=1044
context=home
callerid=Siemes Gigaset S1 1044
---snip
Thanks,
Zoltan Kelemen
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] SCCP questions

2005-01-13 Thread Kelemen Zoltan
Hi!

Both of your answers helped to some extent thank you. The rest remains up to me
to play a bit with the configurations.

thanks,
Zoltan

Quoting Niksa Baldun [EMAIL PROTECTED]:

 Hello,

 I am a Kirk IP600 user too, and I had partial success in getting it to
 work with chan_sccp. I changed the line 133 in chan_sccp.c to the following:

 if ( (!s-device)  (mid != RegisterMessage  mid != AlarmMessage 
 mid != KeepAliveMessage  mid != IpPortMessage)) {

 And then I was able to register IP600 hansets, but only to find there
 are other problems. I am currently communicating with Kirk support in
 order to see what is happening. When I have more info I will send it to you.

 Niksa


 Julien Goodwin wrote:

 On Thu, Jan 13, 2005 at 01:09:54PM +0200, Kelemen Zoltan arranged a set of
 bits into the following:
 
 
 Hi!
 
 I have two, not too related questions:
 - the probably simpler one: if anyone can help me out using a Cisco
 7905G with chan_sccp? I did already managed to get it working with a SIP
 image, I'd just like to see it work with this one as well. It's probably
 something I screw up with the configuration, as the phone registers,
 only I don't get any lines with it, although I have it configured it to
 auto-login.
 
 excerpt from my sccp.conf
 -snip--
 
 [SEP001193C2ABFC]
 device=SEP001193C2ABFC
 type=7905
 autologin= c7905
 callerid=cisco 7905
 
 [c7905]
 line = 1045
 
 -snip--
 (I have a default extension set for the entire sccp.conf, so that
 shouldnt(?) be the issue)
 
 
 
 That's the contents of a skinny config file, the two have different
 formats. Here's what I use for one of my phones:
 ---snip---
 [SEP003080628DD7]
 type= 12
 autologin   = phone4
 description = Cisco Phone 4
 
 [phone4]
 id  = 4005
 pin = 1237
 label   = Phone4
 description = Phone4
 callwaiting = 0
 mailbox = 4005
 cid_num = 4005
 cid_name= Cisco Phone 4
 --- endsnip ---
 And I call with Dial(SCCP/phone4)
 
 
 I have the XMLDefaultConf in place, tftp server running, although that's
 about it. I would appreciate any pointers in this general direction.
 What am I missing? :)
 
 
 See above, copy the format, just use your own data.
 
 
 
 The second, much more thorny question is: did anyone had any success on
 using a KIRK IP600 with asterisk?
 - The only thing I really found on the net were a couple of emails on
 this list, that didn't get me too far.
 The KIRK IP600 is a DECT (cordless) to IP solution, with support for
 SCCP and H323. The SCCP interface was designed specifically to be
 interoperable with Cisco Call Manager, and it emulates a 7940 for each
 of the phones it has registered.
 
 With chan_skinny I managed to register the phones, they've got tone, but
 they would not ring out.
 With chan_sccp I had no luck at all, I'm getting the following messages
 on the CLI:
 ==   Got message AlarmMessage
 ==   Got message RegisterMessage
 == Sending Packet Type RegisterRejectMessage (37 bytes)
 
 Note: the two modules were NOT tried at once.
 
 So far I didn't have time to check it out with h323, but If anyone had
 it working that way, I'm interested in that one as well.
 
 
 
 H323 is probably the one to try, but fix your sccp config like the above
 (a compile fix for asterisk CVS has just been committed) and let me know
 what you get (in debug mode very verbose). If anyone in Australia has one
 or is able to arrange a loan for a few days I'd probably be able to make
 them work, but without being able to hack on the code with the device it
 makes it quite hard.
 
 I'm just writing some code to see if I can fix the client sent
 IPPortMessage without first registering that someone got before, if
 anyone is able to duplicate that drop me a line and I'll see if my patch
 works against it.
 
 Thanks,
 Julien Goodwin
 chan_sccp developer
 
 
 
 
 ___
 Asterisk-Users mailing list
 Asterisk-Users@lists.digium.com
 http://lists.digium.com/mailman/listinfo/asterisk-users
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
 





___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users