Hello all, I noticed that Cisco claims that you can do station to station intercom with the 7940/7960 phones, and the Cisco Call Manager. Does anyone have an example SIP header that shows this in action? Or is it something else that triggers the intercom? I would like to add this in to *. Thanks, Mike
Mike Cisco's call manager uses the skinny protocol, not sip. Frank...> -----Original Message----- > From: asterisk-users-admin@lists.digium.com > [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of > Mike Reiling > Sent: Wednesday, April 09, 2003 9:49 AM > To: asterisk-users@lists.digium.com > Subject: [Asterisk-Users] Sip & Intercom > > > Hello all, > I noticed that Cisco claims that you can do station to station > intercom with the 7940/7960 phones, and the Cisco Call Manager. Does > anyone have an example SIP header that shows this in action? > Or is it > something else that triggers the intercom? I would like to > add this in > to *. > > Thanks, > Mike > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/aster> isk-users >
it may be only a SKINNY thing. mark On Wed, 9 Apr 2003, Mike Reiling wrote:> Hello all, > I noticed that Cisco claims that you can do station to station > intercom with the 7940/7960 phones, and the Cisco Call Manager. Does > anyone have an example SIP header that shows this in action? Or is it > something else that triggers the intercom? I would like to add this in > to *. > > Thanks, > Mike > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users >
These particular links are talking about configuring with the Skinny protocol -----Original Message----- From: James O. Sizemore III [mailto:james@deny.org] Sent: Thursday, April 10, 2003 5:22 PM To: asterisk-users@lists.digium.com Subject: Re: [Asterisk-Users] Sip & Intercom Intercom and many other features can be done in SIP, You will need packet dumps of *Cisco IOS Telephony Services* <http://www.cisco.com/univercd/cc/td/doc/product/access/ip_ph/ip_ks/ipkey2.htm#wp1093819> http://www.cisco.com/univercd/cc/td/doc/product/access/ip_ph/ip_ks/ipkey2.htm I will not have time for a few days to do this, but I'll try and get you a few Ethereal dumps in a few days.... (may help to remind me <smile>) Paging will be a big feature to emulate. Frank Hoonhout wrote:>Mike > >Cisco's call manager uses the skinny protocol, not sip. > >Frank... > > > >>-----Original Message----- >>From: asterisk-users-admin@lists.digium.com >>[mailto:asterisk-users-admin@lists.digium.com] On Behalf Of >>Mike Reiling >>Sent: Wednesday, April 09, 2003 9:49 AM >>To: asterisk-users@lists.digium.com >>Subject: [Asterisk-Users] Sip & Intercom >> >> >>Hello all, >> I noticed that Cisco claims that you can do station to station >>intercom with the 7940/7960 phones, and the Cisco Call Manager. Does >>anyone have an example SIP header that shows this in action? >>Or is it >>something else that triggers the intercom? I would like to >>add this in >>to *. >> >>Thanks, >>Mike >> >>_______________________________________________ >>Asterisk-Users mailing list >>Asterisk-Users@lists.digium.com >>http://lists.digium.com/mailman/listinfo/aster> isk-users >> >> >> > >_______________________________________________ >Asterisk-Users mailing list >Asterisk-Users@lists.digium.com >http://lists.digium.com/mailman/listinfo/asterisk-users > >-- [][][][][][][][][][][][][][][][][][][][][][][][] [] James O Sizemore III [] [] James@isdn.net [] [] james@deny.org [] [] ISDN-NET Network Operations [] [][][][][][][][][][][][][][][][][][][][][][][][] _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users
[This email is either empty or too large to be displayed at this time]
Hello Mike, Mike Reiling wrote:> Hello all, > I noticed that Cisco claims that you can do station to station > intercom with the 7940/7960 phones, and the Cisco Call Manager. Does > anyone have an example SIP header that shows this in action? Or is it > something else that triggers the intercom? I would like to add this > in to *.just as an idea: The Cisco's can be remote controlled via telnet. With the embedded browser you could start a script which initiates a call with "/var/spool/asterisk/outgoing" (or also via telnet) and then connect to the called phone, turn on speaker and mute. B just has to press mute to talk back or speaker to hangup. I guess with some modifications (ability to telnet/execute scripts) you could turn app_dial into an app_ciscointercom. Quick and (very) dirty, but it works... I'll try to log an intercom connection from the Cisco IOS Telephony Services this weekend, but this package comes with it's own load for the Phone, so i think it's not working on the sip load. Greetings, Christoph