[asterisk-users] Billing number vs. CallerID number | Asterisk 11.5.1

2014-03-17 Thread Positively Optimistic
In a multi-tenant environment, we are sending various CallerIDs outbound
from asterisk based on who the user is.  We have an insurance agency who
would like to present a toll free callerid.  This works..  unless they're
calling a toll free number.  In that case, occasionally, the call fails.
 However, should we send a correctly formatted npanxx of a local number,
the call completes.

We have been advised that we can send the billing telephone number as a
separate header and the call will complete, all-the-while, presenting the
toll free number as the caller id.

Does anyone know of the correct header required to provide this
functionality?
-- 
_
-- 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

Re: [asterisk-users] Billing number vs. CallerID number | Asterisk 11.5.1

2014-03-17 Thread Eric Wieling
Often it is P-Asserted-ID, but depends on the carrier.  You should be asking 
your carrier how to do this.   Be careful, if the carrier doesn't like your CID 
spoofing they might bill the call to a default number on the account.

I suspect it is the destination which is rejecting the call because toll free 
numbers are not considered valid, not your carrier rejecting the call.

-Original Message-
From: asterisk-users-boun...@lists.digium.com 
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Positively 
Optimistic
Sent: Monday, March 17, 2014 4:47 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [asterisk-users] Billing number vs. CallerID number | Asterisk 11.5.1

In a multi-tenant environment, we are sending various CallerIDs outbound from 
asterisk based on who the user is.  We have an insurance agency who would like 
to present a toll free callerid.  This works..  unless they're calling a toll 
free number.  In that case, occasionally, the call fails.  However, should we 
send a correctly formatted npanxx of a local number, the call completes.  

We have been advised that we can send the billing telephone number as a 
separate header and the call will complete, all-the-while, presenting the toll 
free number as the caller id.

Does anyone know of the correct header required to provide this functionality?  
 



-- 
_
-- 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


Re: [asterisk-users] Billing number vs. CallerID number | Asterisk 11.5.1

2014-03-17 Thread Jim Lucas

On 03/17/2014 01:56 PM, Eric Wieling wrote:

Often it is P-Asserted-ID, but depends on the carrier.  You should be asking 
your carrier how to do this.   Be careful, if the carrier doesn't like your CID 
spoofing they might bill the call to a default number on the account.


Speaking as a carrier that allows this, we require the P-Asserted-Identity 
field.  This is the example of a header that we insert with our SBC:


P-Asserted-Identity: sip:2325551212@1.2.3.4

The phone number is the identifying marker to tell our Metaswitch the needed 
information to associate the call to the correct object for billing and call 
restriction purposes.


The IP is the internal IP of our Metaswitch.  It is the internal IP due to our 
MetaSwitch being behind our kamailio SBC.




I suspect it is the destination which is rejecting the call because toll free 
numbers are not considered valid, not your carrier rejecting the call.


As a carrier, I have never seen a case where a call (inbound or outbound) was 
rejected because the received caller ID string contained a toll free number. 
For me, as long as it passes the number validation step, we are good.  And a 
toll free number looks like any other NAMPA number.




-Original Message-
From: asterisk-users-boun...@lists.digium.com 
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Positively 
Optimistic
Sent: Monday, March 17, 2014 4:47 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [asterisk-users] Billing number vs. CallerID number | Asterisk 11.5.1

In a multi-tenant environment, we are sending various CallerIDs outbound from 
asterisk based on who the user is.  We have an insurance agency who would like 
to present a toll free callerid.  This works..  unless they're calling a toll 
free number.  In that case, occasionally, the call fails.  However, should we 
send a correctly formatted npanxx of a local number, the call completes.

We have been advised that we can send the billing telephone number as a 
separate header and the call will complete, all-the-while, presenting the toll 
free number as the caller id.

Does anyone know of the correct header required to provide this functionality?






--
Jim Lucas

http://www.cmsws.com/
http://www.cmsws.com/examples/

--
_
-- 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


Re: [asterisk-users] Billing number vs. CallerID number | Asterisk 11.5.1

2014-03-17 Thread Steve Totaro
Gateway computers rejects calls like this.  I was informed that their
carrier rejects the calls because they cannot accurately bill.

It seems pretty silly with voip and number portability.

Thanks,
Steve T

On Mar 17, 2014 5:19 PM, Eric Wieling ewiel...@nyigc.com wrote:

 Often it is P-Asserted-ID, but depends on the carrier.  You should be
asking your carrier how to do this.   Be careful, if the carrier doesn't
like your CID spoofing they might bill the call to a default number on the
account.

 I suspect it is the destination which is rejecting the call because toll
free numbers are not considered valid, not your carrier rejecting the call.

 -Original Message-
 From: asterisk-users-boun...@lists.digium.com [mailto:
asterisk-users-boun...@lists.digium.com] On Behalf Of Positively Optimistic
 Sent: Monday, March 17, 2014 4:47 PM
 To: Asterisk Users Mailing List - Non-Commercial Discussion
 Subject: [asterisk-users] Billing number vs. CallerID number | Asterisk
11.5.1

 In a multi-tenant environment, we are sending various CallerIDs outbound
from asterisk based on who the user is.  We have an insurance agency who
would like to present a toll free callerid.  This works..  unless they're
calling a toll free number.  In that case, occasionally, the call fails.
 However, should we send a correctly formatted npanxx of a local number,
the call completes.

 We have been advised that we can send the billing telephone number as a
separate header and the call will complete, all-the-while, presenting the
toll free number as the caller id.

 Does anyone know of the correct header required to provide this
functionality?



 --
 _
 -- 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