[Asterisk-Users] Asterisk Demo

Rich Adamson radamson at routers.com
Sun Jan 9 15:35:56 MST 2005


> 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.
>  

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.






More information about the asterisk-users mailing list