Giter Club home page Giter Club logo

Comments (8)

PhantomVl avatar PhantomVl commented on September 26, 2024

Very little information to understand your problem.

from sccp_manager.

ksivramkrish avatar ksivramkrish commented on September 26, 2024

For simultaneous ring for 3 extensions, we are adding the dial string like that SCCP/XXX1&SIP/XXX2&SCCP/XXX3. If we dial XXX1 it will ring on all the 3 extensions XXX1, XXX2, and XXX3. In our sccp extension dial string is missing.
dial_string-xxxx

from sccp_manager.

PhantomVl avatar PhantomVl commented on September 26, 2024

The dial string associates the phone number with the sccp device. If you need to create a number coming to several devices, you must use other method of asterisks (virtual number, call group, etc.).

from sccp_manager.

dkgroot avatar dkgroot commented on September 26, 2024

When writing your own dialplan you can just do:

Dial(SCCP/${EXTEN:0:3}1&SIP/${EXTEN:0:3}1, 60);

So there should be nothing holding you back.
So making an extension should be the way to go. However you seem to want to replace "XXX" in the dialstring. I think that's not [easily done/possible] directly in the web frontend. I think you would need a extensions-custom.conf entry, and call that. Please do note, i don't know a lot about freepbx.

from sccp_manager.

dkgroot avatar dkgroot commented on September 26, 2024

This is dialplan (asterisk/freepbx) stuff, but not related to chan-sccp or sccp_manager in any way. Have a look at this wiki page about ringgroups.

from sccp_manager.

ksivramkrish avatar ksivramkrish commented on September 26, 2024

Hello dkgroot and PhantomVl,

Thanks for your valuable input. I appreciate your help.

from sccp_manager.

dkgroot avatar dkgroot commented on September 26, 2024

@ksivramkrish If this has resolved the issue you raised, then please close this issue report. If not, please re-explain the problem you might be having.

from sccp_manager.

dkgroot avatar dkgroot commented on September 26, 2024

Did you solve the issue ?

from sccp_manager.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.