Hi, I need to setup a demo for asterisk and need some help here please. The demo is connecting to Asterisk a Cisco 7970 SIP (ver. &.0) and a SIP client on HP iPAQ via a wireless hotspot. I need to configure both with the same extension with a shared line like in Cisco CallManager. This way if the extension is called both iPAQ and the IP phone ring and the user gets to pick up using either. Your input is highly appreciated. Thanks Walid -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050109/cd73d10a/attachment.htm
On Mon, 2005-01-10 at 07:51, Walid Azab wrote:> Hi, > > I need to setup a demo for asterisk and need some help here please. > The demo is connecting to Asterisk a Cisco 7970 SIP (ver. &.0) and a > SIP client on HP iPAQ via a wireless hotspot. I need to configure both > with the same extension with a shared line like in Cisco CallManager. > This way if the extension is called both iPAQ and the IP phone ring > and the user gets to pick up using either. >In your dialplan put something similar to: 123,1,Dial(SIP/1&SIP/2) Change the exten, priority & SIP number2 to suit your dialplan> Your input is highly appreciated. > > Thanks > Walid > > ______________________________________________________________________ > _______________________________________________ > 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-- Howard. LANNet Computing Associates; Your Linux people <http://www.lannetlinux.com> ------------------------------------------ "When you just want a system that works, you choose Linux; when you want a system that just works, you choose Microsoft." ------------------------------------------ "Flatter government, not fatter government; Get rid of the Australian states."
> I need to setup a demo for asterisk and need some help here please. The demo is connecting toAsterisk a Cisco 7970 SIP (ver. &.0) and a SIP> client on HP iPAQ via a wireless hotspot. I need to configure both with the same extensionwith a shared line like in Cisco CallManager. This> way if the extension is called both iPAQ and the IP phone ring and the user gets to pick upusing either.>You will not be able to configure both phones with the same extension. The one that registers last will be the only one that will function, until the second decides to register. Then the first one will fail and the second one will work. Give each phone its own extension and then include both extension numbers within the Dial command (as someone already commented on). Something like: PHONE3=SIP/3010 PHONE4=SIP/3011 exten => 100,1,Dial(${PHONE3}&${PHONE4},20) Both phones will ring, but the first one that answers the call will get the call.
On Sun, Jan 09, 2005 at 10:51:56PM +0200, Walid Azab arranged a set of bits into the following:> Hi, > > I need to setup a demo for asterisk and need some help here please. The > demo is connecting to Asterisk a Cisco 7970 SIP (ver. &.0) and a SIPAh, a quick check of the cisco site seems to confirm that the 7970 does not yet speak SIP, and its varient on SCCP is not yet supported by asterisk (neither in chan_skinny or chan_sccp). The 7960/40 on the other hand is supported in both sip and skinny. If it is I'm sure that a lot of people here would like to hear about it.> client on HP iPAQ via a wireless hotspot. I need to configure both with > the same extension with a shared line like in Cisco CallManager. This way > if the extension is called both iPAQ and the IP phone ring and the user > gets to pick up using either.This bit isn't too hard it's just: Dial(SIP/nameof7960&SIP/nameofIPAQ) In the dialplan -------------- 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/20050110/cac9a669/attachment.pgp
I am not very experienced with Asterisk yet, what will this dial plan dictate? Thanks Walid -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Howard Lowndes Sent: Monday, January 10, 2005 12:16 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] Asterisk Demo On Mon, 2005-01-10 at 07:51, Walid Azab wrote:> Hi, > > I need to setup a demo for asterisk and need some help here please. > The demo is connecting to Asterisk a Cisco 7970 SIP (ver. &.0) and a > SIP client on HP iPAQ via a wireless hotspot. I need to configure both > with the same extension with a shared line like in Cisco CallManager. > This way if the extension is called both iPAQ and the IP phone ring > and the user gets to pick up using either. >In your dialplan put something similar to: 123,1,Dial(SIP/1&SIP/2) Change the exten, priority & SIP number2 to suit your dialplan> Your input is highly appreciated. > > Thanks > Walid > > ______________________________________________________________________ > _______________________________________________ > 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-- Howard. LANNet Computing Associates; Your Linux people <http://www.lannetlinux.com> ------------------------------------------ "When you just want a system that works, you choose Linux; when you want a system that just works, you choose Microsoft." ------------------------------------------ "Flatter government, not fatter government; Get rid of the Australian states." _______________________________________________ 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