- Edited
number ringroup, in the extension tools alias of number ringroup
number ringroup, in the extension tools alias of number ringroup
Actually that's not what I need
I needed something like this: https://community.freepbx.org/t/same-extension-on-multiple-phones/34728
For FreePBX, this solution seems to work, I need it for Issabel, is it possible?
si configura el ringgroups y lo colocas de alias en la extension siempre van a llamara a ese numero de ringgroups.
Y en asterisk13 se configura pero por consola.
is there anyway you could detail the steps of how to do this?
I'll describe my steps:
- Created a ring group (2120) w/ one extension in it (212);
- In the extension, added the ring group (2120) into the "callgroup" parameter;
- As it didn't work before, changed the ownership of the asterisk files at /var/lib/asterisk/agi-bin to the "asterisk" user and group;
- Still having the same problem, as I have both my laptop and my phone registered w/ the extension (212), but only one of them gets calls.
I've seen some people installing the "Incredible PBX for Issabel", is it something I should consider?
Well, I don't think I'll get help here
When you say multiple devices on the same extension, can you telll us what kind of call behavior you are looking for?
Do you want a bunch of phones to ring when someone dials a certain number?
IE, do you want to dial "5000" and then have extension 100, 101 and 103 all ring?
Or do you want to have extension "5000" appear on all phones and then be able to put a phone on hold, and then someone pick it up on the later? (this setup being really difficult to do sadly)
I want to be able to register multiple phones on extension 200, for example, and then, when I dial 200 all of the phones will ring at the same time and, the moment one of the phone picks up, the others stop ringing.
gazolaa you create ringgroups:
examples.
4444 number ringgroups.
add extension
101
102
103
10056
etc.
Now and extension:
101
102
103
10056
create an alias. 4444
dial call extension 20000 screen is 4444.
easy .
and all phones ring and pick it up.
gazolaa could you solve the problem? I have the same situation, I need to connect a physical and a virtual telephone with the same extension.
fhernandezc You could use Follow Me module with Ringall strategy.
PJSIP supports multiple phones registered to the same AOR, but right now you will have to configure PJSIP manually, something similar to:
[transport-udp]
type=transport
protocol=udp
bind=0.0.0.0:5065
[301]
type=endpoint
context=internal
disallow=all
allow=ulaw
auth=301
aors=301
direct_media=no
rtp_symmetric=yes
force_rport=yes
rewrite_contact=yes ; necessary if endpoint does not know/register public ip:port
ice_support=yes ;This is specific to clients that support NAT traversal
[301]
type=auth
auth_type=userpass
password=aabbccdd11223344
username=301
[301]
type=aor
max_contacts= 2 ; max number of phones that can register
qualify_frequency=1 ; Interval at which to qualify an AoR (default: "0")
authenticate_qualify=no
remove_existing=yes
maximum_expiration=7200 ; Maximum time to keep an AoR (default: "7200")
minimum_expiration=6000 ; Minimum keep alive time for an AoR (default: "60")
and be sure your dialplan is also changed to dial multiple contacts instead of the last registered:
exten => _3XX,1,Dial(${PJSIP_DIAL_CONTACTS(${EXTEN})})
If you would like to see PJSIP support through the GUI, pleae help to reach our patreon goal at http://www.patreon.com/issabel
Hi,
I have just successfuly tested PJSIP with multiple devices support on Issabel and works perfectly fine, without Follow me or any other PBX feature setup.
You first create a PJSIP extension and set max_contacts to the number of devices you expect to register (the default value is 1, you must increase this, to 2 or any other number).
That's all, you need to do. Then you can register multiple devices with that extension, and whenever someone dials your extension, all registered devices will ring, and whoever answers first "wins".
This feature will be available as soon as the Goal is reached on http://www.patreon.com/issabel
Best regards,
If max_contacts= 20
max number of phones that can register = 20 or not?
asternic Hello. How can i do that over my issabel configuration? asterisk file editor? in that case what file should i change?
vperezescorcia PJSIP support will be rolling out via GUI as soon as the goal in Patreon is reached, its pretty close, but not there yet. Change will also be kind of 'big', there won't be a seamless path to migrate from chan_sip to pjsip, admins will need to do that manually.
Best regards,
asternic Buenos días, quiero comentar algo que me pasa... he creado 3 extensiones pjsip (1001, 1002, 1003), cada una de esas extensiones tienen 2 terminales registradas (un sofphone y telefono ip), y las estoy usando en una cola "llamados" (P1001 - P1002 - P1003), cuando ingresa la llamada por esa cola, y se le asigna a una extensión de las mencionadas, solo repica un terminal... es como si no se hiciera la marcación usando la línea exten => _3XX,1,Dial(${PJSIP_DIAL_CONTACTS(${EXTEN})}).
Y, si le quito la "P", entonces el repique si se hace en ambos terminales de la extensión.