Hi All,
I need to call multiple extensions from a single call
e.g.
i dial 105 from IP Phone to call all other extension
101, 102, 103 and 104
Can you please let me know how to do it.
I am using Ubuntu 22 and PJSIP 2.12
Thanks in Advance
Vivek
Hi All,
I need to call multiple extensions from a single call
e.g.
i dial 105 from IP Phone to call all other extension
101, 102, 103 and 104
Can you please let me know how to do it.
I am using Ubuntu 22 and PJSIP 2.12
Thanks in Advance
Vivek
To dial extensions 101, through 104, use
Dial(Local/101@<context>&Local/102@<context>&Local/103@<context>&Local/104@<context>
where <context>
is a meta name, for the context that contains the extension.
However, I suspect what you really wanted to do was to call endpoints 101 through 104, in which case you would use: @<context>
can be omitted, if it is the default context.
Dial(PJSIP/101&PJSIP/102&PJSIP/103&PJSIP/104)
You did not say which version of Asterisk, although that should not matter. You should always use the version of PJSIP bundled with the version of Asterisk, not obtain it separately.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.