On Wed, Jun 21, 2023 at 12:53 PM TTT <li...@telium.io> wrote:

> Ok I've got multiple phone sets registered with the same extension/secret.
>
> However, this causes a strange problem.  If I have 3 phone sets registered
> on extension 123, and I then call extension 123 (from extension 456), only
> a SINGLE phone set will ring.
>
> Is this by design or a bug?  Does only the most recently registered phone
> set ring when I call the extension?  Seems odd...is there a way to change
> it so ALL phones on the same extension will ring?  (I'm using SNOM +
> PANASONIC + Aastra phones)
>

For dialing all contacts you have to use the PJSIP_DIAL_CONTACTS dialplan
function[1] which returns a string you pass to Dial(). For example:

Dial(${PJSIP_DIAL_CONTACTS(alice)})

To dial all registered contacts for "alice".

[1]
https://wiki.asterisk.org/wiki/display/AST/Asterisk+20+Function_PJSIP_DIAL_CONTACTS

-- 
Joshua C. Colp
Asterisk Project Lead
Sangoma Technologies
Check us out at www.sangoma.com and www.asterisk.org
-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
      https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to