I know this question has been asked many times and I’ve not seen a good answer so far.
My situation is slightly different because [color=#008000]all my ten Cisco 7960 phones share more or less the same 6 extensions[/color].
[color=#FF0000]I’m trying to switch from SipXecs to Asterisk.[/color]
You’re going to ask why:
SipXecs does not work with multiple ethernet ports on the computer (eth0 and eth1), so now my phones and all my computers reside on the same ethernet segment. Since I don’t have expensive swtiches, I can’t create VLANs and manage bandwidth…
My use case:
I work from home so I’m using my PBX at home. Both my work and personal phones and phone lines are sharing the same SipXecs PBX. Since this is a HOME systems, the users (the family members) can answer on almost any phones in the house. Each member has an extension and a voicemail. Since the kids are in their late teens, they live at different hours then we do hence the kid’s extensions are not programmed on our bedroom phone and vice-versa.
SipXecs does allow multiple phones to simultaneously register with the same sip account, I guess SipXecs uses [ IP : SIP/user] as a primary key, unlike asterisk where a new [ SIP/user ] registration at a different IP will only REPLACE the last registration and only the last registered phone will ring, not both phones as one would expect.
[color=#BF0000]Is there a configuration method (other than GHOST extensions) to setup my Asterisk the same way it is with SipXecs?[/color]
The ghost extension method is “almost acceptable” if you have one or maybe 2 exceptions like that. But for me EVERY single phone is setup this way. I’ve seen an answer using the FreePBX front end, but I was unable to install it on my Asterisk because it expects an asterisk database in mysql. I have mysql running, but there are no asterisk databases and I’ve installed both Asterisk and FreePBX… So I was unable to test and duplicate the configuration FreePBX would have done.
This is a cut and paste of my SipXecs management screen showing that multiple phones are registered at the same time with the same extensions. And they all ring at the same time when a particular extension is dialed. This setup work great except for the bandwidth management.
[color=#800080]URI Contact Expiration [s] Phone
sip:200@politick.ca sip:200@192.168.10.103:5060;transport=udp;x-sipX-nonat 3117 urn:uuid:00000000-0000-0000-0000-000af4f8548e
sip:222@politick.ca sip:222@192.168.10.103:5060;transport=udp;x-sipX-nonat 1535 urn:uuid:00000000-0000-0000-0000-000af4f8548e
sip:200@politick.ca sip:200@192.168.10.101:5060;transport=udp;x-sipX-nonat 1231 urn:uuid:00000000-0000-0000-0000-0007509818d4
sip:222@politick.ca sip:222@192.168.10.101:5060;transport=udp;x-sipX-nonat 2776 urn:uuid:00000000-0000-0000-0000-0007509818d4
sip:233@politick.ca sip:233@192.168.10.101:5060;transport=udp;x-sipX-nonat 59 urn:uuid:00000000-0000-0000-0000-0007509818d4
sip:202@politick.ca sip:202@192.168.10.101:5060;transport=udp;x-sipX-nonat 2755 urn:uuid:00000000-0000-0000-0000-0007509818d4
sip:233@politick.ca sip:233@192.168.10.103:5060;transport=udp;x-sipX-nonat 596 urn:uuid:00000000-0000-0000-0000-000af4f8548e
sip:222@politick.ca sip:222@192.168.10.107:5060;transport=udp;x-sipX-nonat 1819 urn:uuid:00000000-0000-0000-0000-001930c954c2
sip:203@politick.ca sip:203@192.168.10.107:5060;transport=udp;x-sipX-nonat 2780 urn:uuid:00000000-0000-0000-0000-001930c954c2
sip:201@politick.ca sip:201@192.168.10.103:5060;transport=udp;x-sipX-nonat 534 urn:uuid:00000000-0000-0000-0000-000af4f8548e
sip:203@politick.ca sip:203@192.168.10.103:5060;transport=udp;x-sipX-nonat 1299 urn:uuid:00000000-0000-0000-0000-000af4f8548e
sip:202@politick.ca sip:202@192.168.10.103:5060;transport=udp;x-sipX-nonat 942 urn:uuid:00000000-0000-0000-0000-000af4f8548e
"Famille 222"sip:222@politick.ca sip:222@192.168.10.30:5060;x-sipX-nonat 14
"Martin"sip:233@politick.ca sip:233@192.168.10.30:5060;x-sipX-nonat 12
"Nathalie"sip:201@politick.ca sip:201@192.168.10.30:5060;x-sipX-nonat 300
"Kasandra"sip:202@politick.ca sip:202@192.168.10.30:5060;x-sipX-nonat 138
"Lauriane"sip:203@politick.ca sip:203@192.168.10.30:5060;x-sipX-nonat 151
"PeckTech"sip:200@politick.ca sip:200@192.168.10.30:5060;x-sipX-nonat 297
sip:201@politick.ca sip:201@192.168.10.101:5060;transport=udp;x-sipX-nonat 1099 urn:uuid:00000000-0000-0000-0000-0007509818d4
sip:203@politick.ca sip:203@192.168.10.101:5060;transport=udp;x-sipX-nonat 2277 urn:uuid:00000000-0000-0000-0000-0007509818d4[/color]