Sascha Ferley
2005-Sep-24 22:46 UTC
[Asterisk-Users] Extension Mobility (roaming) Cisco 7960
Hi, I was wondering if it is possible to setup with Asterisk a Cisco 7960 to use extension mobility / roaming. Meaning that a user logs into a phone and his profile moves with him / her. I have a network of ~75 Cisco 7960 phones, running SIP 7.5 distributed across 2 asterisk servers in 2 cities. I would like to enable the users to have the capability to move from one phone to another one with the extension moving with them. Also have the capability that when a user uses a soft phone like Eyebeam, they don't need to have 2 extensions setup with a ring group in order for it to work. Anyone have any ideas on how to make this work? Please let me know Thanks Sascha -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050925/f910be42/attachment.htm
Michiel van Baak
2005-Sep-25 00:32 UTC
[Asterisk-Users] Extension Mobility (roaming) Cisco 7960
On 23:46, Sat 24 Sep 05, Sascha Ferley wrote:> Hi, > > I was wondering if it is possible to setup with Asterisk a Cisco 7960 to use > extension mobility / roaming. > > Meaning that a user logs into a phone and his profile moves with him / her. > > I have a network of ~75 Cisco 7960 phones, running SIP 7.5 distributed > across 2 asterisk servers in 2 cities. I would like to enable the users to > have the capability to move from one phone to another one with the extension > moving with them. > > Also have the capability that when a user uses a soft phone like Eyebeam, > they don't need to have 2 extensions setup with a ring group in order for it > to work. > > > > Anyone have any ideas on how to make this work? > > Please let me know >Hi, You can do this with agents. Give every SIP phone it's own sip.conf entry, and every user it's own agent code. In your dialplan, call the users with: Dial(Agent/userX) As soon as a user logs in from another phone (cisco or softphone), the old phone will be logged out automatically (that's what I experienced here), so you dont have to worry about users not logging off from a phone. Good luck -- Michiel van Baak http://michiel.vanbaak.info michiel@vanbaak.info GnuPG key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x7E0B9A2D "Why is it drug addicts and computer afficionados are both called users?"
Alexander Lopez
2005-Sep-25 20:40 UTC
[Asterisk-Users] Extension Mobility (roaming) Cisco 7960
You can set up the users using the agent channel. Then have a AgentLogin fuction in your dialplan. That would let the phone ring where they are. Extension Called ID could be handled with a call to the Set(CallerID...) functions that could be done as the person dials out in the dial plan. Message Waiting Indication would be an issue for mobile users. Unless you did not worry about stutter dialtone and the lighting up of the MW light. ________________________________ From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Sascha Ferley Sent: Sunday, September 25, 2005 1:46 AM To: 'Asterisk Users Mailing List - Non-Commercial Discussion' Subject: [Asterisk-Users] Extension Mobility (roaming) Cisco 7960 Hi, I was wondering if it is possible to setup with Asterisk a Cisco 7960 to use extension mobility / roaming. Meaning that a user logs into a phone and his profile moves with him / her. I have a network of ~75 Cisco 7960 phones, running SIP 7.5 distributed across 2 asterisk servers in 2 cities. I would like to enable the users to have the capability to move from one phone to another one with the extension moving with them. Also have the capability that when a user uses a soft phone like Eyebeam, they don't need to have 2 extensions setup with a ring group in order for it to work. Anyone have any ideas on how to make this work? Please let me know Thanks Sascha -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050925/e2de6ca2/attachment.htm