VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
asteriskator at gmail.com Guest
|
Posted: Mon Mar 24, 2008 6:40 pm Post subject: [asterisk-users] SIP carrier billing technicalities |
|
|
Hi,
Does anyone know anything about the following?
In a hosted environment where several area DIDs are provisioned on a
single server, how do most carriers establish the origination DID,
number.
Asterisk allows us to modify the CallerID, name, number and DNID
channel variables before dialling out via SIP. Most carriers will
allow us to spoof a callerID when placing a call, and pass it forward.
We can also spoof the DNID also before the call is placed, although I
am not sure this is carried forward to the outgoing proxy, using SIP.
Do most carriers the carrier just use CallerID as an origination
number? As far as I am aware, the concept of a BTN is gone with
SIP....
Does this mean its possible to save money on your bill, by modifying
CallerID so that the origination number is seen to be a local call?
anyone care to comment?
Robert |
|
Back to top |
|
|
asteriskator at gmail.com Guest
|
Posted: Mon Mar 24, 2008 6:54 pm Post subject: [asterisk-users] SIP carrier billing technicalities |
|
|
Hi,
Does anyone know anything about the following?
In a hosted environment where several area DIDs are provisioned on a
single server, how do most carriers establish the origination DID,
number.
Asterisk allows us to modify the CallerID, name, number and DNID
channel variables before dialling out via SIP. Most carriers will
allow us to spoof a callerID when placing a call, and pass it forward.
We can also spoof the DNID also before the call is placed, although I
am not sure this is carried forward to the outgoing proxy, using SIP.
Do most carriers the carrier just use CallerID as an origination
number? As far as I am aware, the concept of a BTN is gone with
SIP....
Does this mean its possible to save money on your bill, by modifying
CallerID so that the origination number is seen to be a local call?
anyone care to comment?
Robert |
|
Back to top |
|
|
tmoore at issvsat.com Guest
|
Posted: Mon Mar 24, 2008 7:00 pm Post subject: [asterisk-users] SIP carrier billing technicalities |
|
|
I'm not exactly sure how this works myself either.
Most sip providers charge based on the destination you are calling. I'm not
sure how providers do this if they have different rates for local area and
national calling areas.
I would assume that if you have say a 212 did if you set the caller id
string to a 212 number and have a local calling area of 212 that since those
both match the provider would give you the call for free.
I could be wrong though.
Tom
-----Original Message-----
From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Robert
McNaught
Sent: Monday, March 24, 2008 7:41 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [asterisk-users] SIP carrier billing technicalities
Hi,
Does anyone know anything about the following?
In a hosted environment where several area DIDs are provisioned on a
single server, how do most carriers establish the origination DID,
number.
Asterisk allows us to modify the CallerID, name, number and DNID
channel variables before dialling out via SIP. Most carriers will
allow us to spoof a callerID when placing a call, and pass it forward.
We can also spoof the DNID also before the call is placed, although I
am not sure this is carried forward to the outgoing proxy, using SIP.
Do most carriers the carrier just use CallerID as an origination
number? As far as I am aware, the concept of a BTN is gone with
SIP....
Does this mean its possible to save money on your bill, by modifying
CallerID so that the origination number is seen to be a local call?
anyone care to comment?
Robert
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
greymanvoip at gmail.com Guest
|
Posted: Mon Mar 24, 2008 9:06 pm Post subject: [asterisk-users] SIP carrier billing technicalities |
|
|
SIP Carriers will determine who you are by the username/password in
the INVITE request or by using IP address authentication not by the B
Number. Changing the B Number will not make any difference to the way
you are billed.
Regards,
Greyman. |
|
Back to top |
|
|
abalashov at evaristes... Guest
|
Posted: Mon Mar 24, 2008 10:31 pm Post subject: [asterisk-users] SIP carrier billing technicalities |
|
|
Robert McNaught wrote:
Quote: | Hi,
Does anyone know anything about the following?
In a hosted environment where several area DIDs are provisioned on a
single server, how do most carriers establish the origination DID,
number.
Asterisk allows us to modify the CallerID, name, number and DNID
channel variables before dialling out via SIP. Most carriers will
allow us to spoof a callerID when placing a call, and pass it forward.
We can also spoof the DNID also before the call is placed, although I
am not sure this is carried forward to the outgoing proxy, using SIP.
Do most carriers the carrier just use CallerID as an origination
number? As far as I am aware, the concept of a BTN is gone with
SIP....
Does this mean its possible to save money on your bill, by modifying
CallerID so that the origination number is seen to be a local call?
|
This depends on whether the billing arrangement is trunk billing, or
ANI-based subscriber billing.
If it's trunk billing, it practically doesn't matter what the source and
destination number is; the usage charges are simply assessed based on
(typically) the minutes consumed by voice-bearing media on the call
signaled over the trunk.
If it's ANI or DNIS based billing, then the source and destination
become important. Typically on SIP trunks, which is what one gets from
carriers, that is not how it is done, however. The caller ID and such
hold a relatively cosmetic meaning in trunk billing.
--
Alex Balashov
Evariste Systems
Web : http://www.evaristesys.com/
Tel : (+1) (678) 954-0670
Direct : (+1) (678) 954-0671
Mobile : (+1) (706) 338-8599 |
|
Back to top |
|
|
lugosoft at gmail.com Guest
|
Posted: Mon Mar 24, 2008 10:43 pm Post subject: [asterisk-users] SIP carrier billing technicalities |
|
|
Quote: | Do most carriers the carrier just use CallerID as an origination
number? As far as I am aware, the concept of a BTN is gone with
SIP....
|
I don't know about most carriers, but the couple "bigger" providers
we're using use CallerID as the BTN for outgoing calls. They bill us
by destination LATA/OCN and determine if it's an intrastate or
interstate (inter/intra-LATA) call based on CallerID. Therefore calls
from the same machine (no user/pass since they authenticate by IP) are
billed differently simply due to CallerID. So yes, technically it's
possible to be charged the lower interstate rate for an intrastate
call if the CallerID is set out of state, but IMO that doesn't make a
good impression and isn't worth the savings. YMMV.
/Luki |
|
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
|