Kevin Long
2016-Mar-09 18:40 UTC
[asterisk-users] 2 devices same *actual* extension - can it be done
Hello, My company has invested heavily in Counterpath?s Stretto provisioning platform for Mobile and Desktop VoIP clients . At this time their system allows 2 devices (for example iPhone + desktop computer) using the same software license per user , which many of our users require. Their provisioning system assumes that both devices will use the same SIP extension for auth however. Normally we would use separate extensions and a follow-me , but if there is any way to use the same extension, I need to figure it out. Thank you, Kevin Long -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 3587 bytes Desc: not available URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20160309/3d844c98/attachment.bin>
Joshua Colp
2016-Mar-09 18:43 UTC
[asterisk-users] 2 devices same *actual* extension - can it be done
Kevin Long wrote:> > Hello, > > My company has invested heavily in Counterpath?s Stretto provisioning > platform for Mobile and Desktop VoIP clients . > > At this time their system allows 2 devices (for example iPhone + > desktop computer) using the same software license per user , which > many of our users require. > > Their provisioning system assumes that both devices will use the same > SIP extension for auth however. > > > Normally we would use separate extensions and a follow-me , but if > there is any way to use the same extension, I need to figure it > out.PJSIP in Asterisk 13 can be configured to allow multiple registrations to a single AOR and with some changes to dialplan all are dialed when called. -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out at: www.digium.com & www.asterisk.org
Jean-Denis Girard
2016-Mar-09 21:50 UTC
[asterisk-users] 2 devices same *actual* extension - can it be done
Hi,Le 09/03/2016 08:40, Kevin Long a ?crit :> At this time their system allows 2 devices (for example iPhone + desktop computer) using the same software license per user , which many of our users require.With PJSIP, you can have multiple devices registered with same SIP account, and then use function PJSIP_DIAL_CONTACTS to call all of them, for example: exten => 123,1,Dial(${PJSIP_DIAL_CONTACTS(sip123)}) Regards, -- Jean-Denis Girard SysNux Syst?mes Linux en Polyn?sie fran?aise http://www.sysnux.pf/ T?l: +689 40.50.10.40 / GSM: +689 87.79.75.27 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 163 bytes Desc: OpenPGP digital signature URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20160309/9486098b/attachment.pgp>
Bryant Zimmerman
2016-Mar-10 01:58 UTC
[asterisk-users] 2 devices same *actual* extension - can it be done
With Asterisk 13 you may be able to do it with PJSIP using two separate connections on the same AOR I believe you would have two separate endpoints that would register under the same user and auth. If I understand it correctly when you send a call to the AOR both registered endpoints would be rung. I have not tried inbound ring yet, but when I have registered for out bound multiple connections and it seems to work well. Bryant From: "Kevin Long" <kevin.long at haloprivacy.com> Sent: Wednesday, March 9, 2016 1:42 PM To: "Asterisk Users Mailing List - Non-Commercial Discussion" <asterisk-users at lists.digium.com> Subject: [asterisk-users] 2 devices same *actual* extension - can it be done Hello, My company has invested heavily in Counterpath's Stretto provisioning platform for Mobile and Desktop VoIP clients . At this time their system allows 2 devices (for example iPhone + desktop computer) using the same software license per user , which many of our users require. Their provisioning system assumes that both devices will use the same SIP extension for auth however. Normally we would use separate extensions and a follow-me , but if there is any way to use the same extension, I need to figure it out. Thank you, Kevin Long-- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20160309/29c4099d/attachment.html>
Richard Schroeder
2016-Mar-10 02:30 UTC
[asterisk-users] 2 devices same *actual* extension - can it be done
Can someone tell me if this is possible? I currently have a VOIP phone registered on an Asterisk PBX at a remote location (working fine). I want to install an Asterisk PBX at the local location. I will be porting the current POSTS lines to SIP trunking. So now I want the remote line and the local lines to appear on the same handset. This would mean I would have to pass internet to the phone for the remote extension and also register the local extensions. So, for example, I could have the remote extension assigned to line one (ACCOUNT 1 on the Polycom handset), and the local extensions assigned to lines two, three, and four ( ACCOUNTS 2,3,4). How do I do this? Thanks, -- Richard C. Schroeder rschroe at gmail.com rschroe at optonline.net -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20160309/3f36452f/attachment.html>
Kevin Larsen
2016-Mar-10 14:54 UTC
[asterisk-users] 2 devices same *actual* extension - can it be done
> Can someone tell me if this is possible? > > I currently have a VOIP phone registered on an Asterisk PBX at a > remote location (working fine). > I want to install an Asterisk PBX at the local location. I will be > porting the current POSTS lines to SIP trunking. > So now I want the remote line and the local lines to appear on the > same handset. > This would mean I would have to pass internet to the phone for the > remote extension and also register the local extensions. > So, for example, I could have the remote extension assigned to line > one (ACCOUNT 1 on the Polycom handset), and the local extensions > assigned to lines two, three, and four ( ACCOUNTS 2,3,4). > > How do I do this? >So, the first thing you will have to do is to make sure that your phone has routes to and can talk to each pbx over the network. Depending on your network design, this may be pretty simple or it may get pretty complex and will be hard to give a definitive answer in this discussion without more details. A good test might be to see if the phone can ping the pbx. Since you specifically mentioned a Polycom handset, look under Menu-Status-Diagnostics-Network-Ping. This will possibly help you to know that you can reach the pbx from the phone (provided your network is set up correctly and the pbx responds to pings). Note, many network designs will actually block pings even when the SIP and RTP traffic will traverse it just fine, so a failure here isn't necessarily the kiss of death. Next, you will need to set up your phone to register with each PBX. Polycom has excellent docs on how to perform a setup using xml configuration files. Here is an example with four lines connecting to four different voip servers on a Polycom phone. Please note that I do not endorse the insecure usernames and passwords used here. They don't follow best practices and are only here for an example. <reg reg.1.displayName="John Doe" reg.1.address="1111" reg.1.auth.userId="1111" reg.1.auth.password="1111" reg.1.label="Account 1" reg.1.server.1.address="10.1.1.10" reg.1.label="Account 1" reg.2.displayName="John Doe" reg.2.address="2222" reg.2.auth.userId="2222" reg.2.auth.password="2222" reg.2.server.1.address="10.1.2.10" reg.2.label="Account 2" reg.3.displayName="John Doe" reg.3.address="3333" reg.3.auth.userId="3333" reg.3.auth.password="3333" reg.3.server.1.address="10.1.3.10" reg.3.label="Account 3" reg.4.displayName="John Doe" reg.4.address="4444" reg.4.auth.userId="4444" reg.4.auth.password="4444" reg.4.server.1.address="10.1.4.10" reg.4.label="Account 4"/> Note that this is just one small section out of a much larger configuration file used to completely configure a Polycom phone. Assuming you have the rest of your configs working, this would then put 4 lines onto the phone, each pointing to a different pbx and each labeled uniquely. ______________________________________________________________________ This email has been scanned by the Symantec Email Security.cloud service. For more information please visit http://www.symanteccloud.com ______________________________________________________________________ -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20160310/8d1bb57b/attachment.html>