Two devices registrating same extension

Hi guys,

Is it possible to asterisk manage multiple devices registration with same extension ?
When asterisk receive a call for that extension, it send call to all devices registered with that extension, and rtp go to first one that answer the call.

Thanks.

Fred

Hi Fred,

The dial plan logic can handle this for you.

Example:

exten => 1001,1,Dial(SIP/Device1&SIP/Device2,20,Tt)

This will cause calls bound for extension 1000 to be sent to both Device 1 and Device 2, first one to answer gets the call.

X