VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
amegyeri at minerva-so... Guest
|
Posted: Wed May 25, 2016 4:14 pm Post subject: [asterisk-users] Sending Calls via SIP trunk from several di |
|
|
Hi!
I would like to reopen a discussion that I saw a couple of years ago, with the subject “Sending Calls via SIP trunk from two different IP addresses from same Asterisk Machine”
The use case is simpe: There are providers that want to see a separate source IP address for each of their customers SIP trunks. Now, if we have an asterisk box with several customers, we have a problem.
Does anyone have experience in this topic? How could we send outgoing calls (to the same destination IP) from different source IPs depending on the caller ID (Based on From: field, sip account, preferred-identity, whatever).
I was thinking about some Kamailio, or SBC that would take the calls from asterisk using a user/pass authentication on a single interface, and initiate calls from a dedicated IP address for each customer.
Any better idea?
Thanks
Attila |
|
Back to top |
|
|
ggeller at vdo-ph.com Guest
|
Posted: Wed May 25, 2016 4:47 pm Post subject: [asterisk-users] Sending Calls via SIP trunk from several di |
|
|
Hi,
Usually, the trunk provider(s) provide a mechanism to support this, and it's the "Tech Prefix" or just "Prefix".
So, for Tenant 1, send 12348005551212 and for Tenant 2, send 56788005551212.
They'll then strip the prefix, and send along to 8005551212
Most trunk providers worth anything will support this type of termination.
Hope this helps,
Glenn @ VDO
On Wed, May 25, 2016 at 2:13 PM, Attila Megyeri <amegyeri@minerva-soft.com (amegyeri@minerva-soft.com)> wrote:
Quote: |
Hi!
I would like to reopen a discussion that I saw a couple of years ago, with the subject “Sending Calls via SIP trunk from two different IP addresses from same Asterisk Machine”
The use case is simpe: There are providers that want to see a separate source IP address for each of their customers SIP trunks. Now, if we have an asterisk box with several customers, we have a problem.
Does anyone have experience in this topic? How could we send outgoing calls (to the same destination IP) from different source IPs depending on the caller ID (Based on From: field, sip account, preferred-identity, whatever).
I was thinking about some Kamailio, or SBC that would take the calls from asterisk using a user/pass authentication on a single interface, and initiate calls from a dedicated IP address for each customer.
Any better idea?
Thanks
Attila
--
_____________________________________________________________________
-- 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
|
|
|
Back to top |
|
|
nrjchnd at gmail.com Guest
|
Posted: Wed May 25, 2016 5:03 pm Post subject: [asterisk-users] Sending Calls via SIP trunk from several di |
|
|
And if we were the trunk provider in this case - I would probably trunk it to a separate machine, or run a second instance of asterisk on the same machine and bind it to the secondary IP address / sip port combo, peer the two instances and then send it out via the second instance.
Sent from my iPhone
On 26 May 2016, at 7:46 AM, Glenn Geller (VDOPh) <ggeller@vdo-ph.com (ggeller@vdo-ph.com)> wrote:
Quote: | Hi,
Usually, the trunk provider(s) provide a mechanism to support this, and it's the "Tech Prefix" or just "Prefix".
So, for Tenant 1, send 12348005551212 and for Tenant 2, send 56788005551212.
They'll then strip the prefix, and send along to 8005551212
Most trunk providers worth anything will support this type of termination.
Hope this helps,
Glenn @ VDO
On Wed, May 25, 2016 at 2:13 PM, Attila Megyeri <amegyeri@minerva-soft.com (amegyeri@minerva-soft.com)> wrote:
Quote: |
Hi!
I would like to reopen a discussion that I saw a couple of years ago, with the subject “Sending Calls via SIP trunk from two different IP addresses from same Asterisk Machine”
The use case is simpe: There are providers that want to see a separate source IP address for each of their customers SIP trunks. Now, if we have an asterisk box with several customers, we have a problem.
Does anyone have experience in this topic? How could we send outgoing calls (to the same destination IP) from different source IPs depending on the caller ID (Based on From: field, sip account, preferred-identity, whatever).
I was thinking about some Kamailio, or SBC that would take the calls from asterisk using a user/pass authentication on a single interface, and initiate calls from a dedicated IP address for each customer.
Any better idea?
Thanks
|
|
|
|
Back to top |
|
|
amegyeri at minerva-so... Guest
|
Posted: Thu May 26, 2016 3:13 pm Post subject: [asterisk-users] Sending Calls via SIP trunk from several di |
|
|
Hi,
Unfortunately this is not the case.
For some reasons (separation, fraud detection) they separate the customer using their source IP address. So I am still looking for some solution.
Thanks,
Attila
From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Glenn Geller (VDOPh)
Sent: Wednesday, May 25, 2016 11:47 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion <asterisk-users@lists.digium.com>
Subject: Re: [asterisk-users] Sending Calls via SIP trunk from several different IP addresses from same Asterisk Machine, to the same destination IP
Hi,
Usually, the trunk provider(s) provide a mechanism to support this, and it's the "Tech Prefix" or just "Prefix".
So, for Tenant 1, send 12348005551212 and for Tenant 2, send 56788005551212.
They'll then strip the prefix, and send along to 8005551212
Most trunk providers worth anything will support this type of termination.
Hope this helps,
Glenn @ VDO
On Wed, May 25, 2016 at 2:13 PM, Attila Megyeri <amegyeri@minerva-soft.com (amegyeri@minerva-soft.com)> wrote: Quote: |
Hi!
I would like to reopen a discussion that I saw a couple of years ago, with the subject “Sending Calls via SIP trunk from two different IP addresses from same Asterisk Machine”
The use case is simpe: There are providers that want to see a separate source IP address for each of their customers SIP trunks. Now, if we have an asterisk box with several customers, we have a problem.
Does anyone have experience in this topic? How could we send outgoing calls (to the same destination IP) from different source IPs depending on the caller ID (Based on From: field, sip account, preferred-identity, whatever).
I was thinking about some Kamailio, or SBC that would take the calls from asterisk using a user/pass authentication on a single interface, and initiate calls from a dedicated IP address for each customer.
Any better idea?
Thanks
Attila
--
_____________________________________________________________________
-- 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 |
|
|
Back to top |
|
|
nrjchnd at gmail.com Guest
|
Posted: Thu May 26, 2016 4:14 pm Post subject: [asterisk-users] Sending Calls via SIP trunk from several di |
|
|
How about running a second asterisk instance on the same box with different IP/Port combo
--
_____________________________________________________________________
-- 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 |
|
Back to top |
|
|
kctrey at gmail.com Guest
|
Posted: Fri May 27, 2016 1:07 pm Post subject: [asterisk-users] Sending Calls via SIP trunk from several di |
|
|
If you are using PJSIP, you should be able to define a different transport for each source IP that you want to use and simply tie the endpoint to your provider to the appropriate transport. Obviously, you'd need to define the IP on the interface as well. You could use the same interface with multiple IPs or, if you need to separate the traffic over unique links (not likely, I imagine), you could always tie them to different interfaces if needed.
On Fri, May 27, 2016 at 1:09 AM Attila Megyeri <amegyeri@minerva-soft.com (amegyeri@minerva-soft.com)> wrote:
|
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|