Hi guys, I want to ask if its possible to make calls using one SIP account, The problem is like this : I have an iPhone app and I want all my users to call the same extension which is virtual extension to my call center, so the iPhone app will be using the same SIP account for all users lets say for example: iPhone users uses 6000 at mydomain to call 9000 at my domain(which is the call center) Now My question is about the iPhone user part... Does the Asterisk 1.8 support that all my iPhone users register with the same account(6000 at mydomain) and call that extension(dont worry about this extension)? Regards Faraj Khasib
Kevin P. Fleming
2011-Nov-15 14:25 UTC
[asterisk-users] Multiple SIP endpoint registrations
On 11/15/2011 07:28 AM, Faraj Khasib wrote:> Hi guys, > I want to ask if its possible to make calls using one SIP account, > The problem is like this : I have an iPhone app and I want all my users to call the same extension which is virtual extension to my call center, > so the iPhone app will be using the same SIP account for all users > lets say for example: > iPhone users uses 6000 at mydomain to call 9000 at my domain(which is the call center) > Now My question is about the iPhone user part... Does the Asterisk 1.8 support that all my iPhone users register with the same account(6000 at mydomain) and call that extension(dont worry about this extension)?No Asterisk does not support multiple registrations to the same SIP account (AoR), but that is irrelevant in this case, because registrations are not used for placing calls *to* Asterisk, only receiving calls *from* Asterisk. -- Kevin P. Fleming Digium, Inc. | Director of Software Technologies Jabber: kfleming at digium.com | SIP: kpfleming at digium.com | Skype: kpfleming 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at www.digium.com & www.asterisk.org
I have phone system and I am connecting Asterisk to it trunk. Now I want my iphone users (clients ) to call my call center which is in phone system by using the same SIP account the user will call asterik with for example 6000 as account then the asterik will forward the call via trunk to that Phone system. My question is this : Can all my iPhone users which are using the 6000 as an account call the call center ? with asterisk 1.7? ________________________________________ From: asterisk-users-bounces at lists.digium.com [asterisk-users-bounces at lists.digium.com] On Behalf Of Kevin P. Fleming [kpfleming at digium.com] Sent: Tuesday, November 15, 2011 8:25 AM To: asterisk-users at lists.digium.com Subject: Re: [asterisk-users] Multiple SIP endpoint registrations On 11/15/2011 07:28 AM, Faraj Khasib wrote:> Hi guys, > I want to ask if its possible to make calls using one SIP account, > The problem is like this : I have an iPhone app and I want all my users to call the same extension which is virtual extension to my call center, > so the iPhone app will be using the same SIP account for all users > lets say for example: > iPhone users uses 6000 at mydomain to call 9000 at my domain(which is the call center) > Now My question is about the iPhone user part... Does the Asterisk 1.8 support that all my iPhone users register with the same account(6000 at mydomain) and call that extension(dont worry about this extension)?No Asterisk does not support multiple registrations to the same SIP account (AoR), but that is irrelevant in this case, because registrations are not used for placing calls *to* Asterisk, only receiving calls *from* Asterisk. -- Kevin P. Fleming Digium, Inc. | Director of Software Technologies Jabber: kfleming at digium.com | SIP: kpfleming at digium.com | Skype: kpfleming 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at www.digium.com & www.asterisk.org -- _____________________________________________________________________ -- 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
Hi You can make the call from all. For that u need not to register but to receive the call you need to register one and that can be done by any one iphone app On Nov 15, 2011 7:03 PM, "Faraj Khasib" <fkhasib at iconnecths.com> wrote:> > Hi guys, > I want to ask if its possible to make calls using one SIP account, > The problem is like this : I have an iPhone app and I want all my usersto call the same extension which is virtual extension to my call center,> so the iPhone app will be using the same SIP account for all users > lets say for example: > iPhone users uses 6000 at mydomain to call 9000 at my domain(which is the callcenter)> Now My question is about the iPhone user part... Does the Asterisk 1.8support that all my iPhone users register with the same account(6000 at mydomain) and call that extension(dont worry about this extension)?> Regards > Faraj Khasib > -- > _____________________________________________________________________ > -- 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/20111115/73a6f045/attachment.htm>
btw the call is one direction from clients to Call center .... My question can be rephrased .... can I make call without registration to an registered SIP account? ________________________________________ From: asterisk-users-bounces at lists.digium.com [asterisk-users-bounces at lists.digium.com] On Behalf Of Faraj Khasib [fkhasib at iconnecths.com] Sent: Tuesday, November 15, 2011 8:35 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Multiple SIP endpoint registrations I have phone system and I am connecting Asterisk to it trunk. Now I want my iphone users (clients ) to call my call center which is in phone system by using the same SIP account the user will call asterik with for example 6000 as account then the asterik will forward the call via trunk to that Phone system. My question is this : Can all my iPhone users which are using the 6000 as an account call the call center ? with asterisk 1.7? ________________________________________ From: asterisk-users-bounces at lists.digium.com [asterisk-users-bounces at lists.digium.com] On Behalf Of Kevin P. Fleming [kpfleming at digium.com] Sent: Tuesday, November 15, 2011 8:25 AM To: asterisk-users at lists.digium.com Subject: Re: [asterisk-users] Multiple SIP endpoint registrations On 11/15/2011 07:28 AM, Faraj Khasib wrote:> Hi guys, > I want to ask if its possible to make calls using one SIP account, > The problem is like this : I have an iPhone app and I want all my users to call the same extension which is virtual extension to my call center, > so the iPhone app will be using the same SIP account for all users > lets say for example: > iPhone users uses 6000 at mydomain to call 9000 at my domain(which is the call center) > Now My question is about the iPhone user part... Does the Asterisk 1.8 support that all my iPhone users register with the same account(6000 at mydomain) and call that extension(dont worry about this extension)?No Asterisk does not support multiple registrations to the same SIP account (AoR), but that is irrelevant in this case, because registrations are not used for placing calls *to* Asterisk, only receiving calls *from* Asterisk. -- Kevin P. Fleming Digium, Inc. | Director of Software Technologies Jabber: kfleming at digium.com | SIP: kpfleming at digium.com | Skype: kpfleming 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at www.digium.com & www.asterisk.org -- _____________________________________________________________________ -- 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 -- _____________________________________________________________________ -- 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