[asterisk-users] PJSIP and P-Asserted-Identity

Dan Cropp dan at amtelco.com
Fri Sep 23 08:31:45 CDT 2016


I am working with a customer and their SIP provider is IPitimi.

The customer needs to sometimes provide various caller id number for the calls going to IPitimi.  They are processing calls for multiple businesses who want their caller id to show up.

When no caller id is provided, the From must be the DID at ipitimi ip address and caller id is DID at customer IP address.

When caller id is present, the From must be the caller id number at ipitimi ip address and caller id is DID at customer IP address.  The P-Asserted-Identity must be the DID at ipitimi ip address.

For the endpoint, I have...
from_domain = ipitimi ip address
from_user = DID
send_pai = yes

If no caller id is present, calls go through IPitimi to my cell phone.  However, if caller id is present, the P-Asserted-Identity is the caller id.  Based on conversations with IPitimi and some other SIP products, this is incorrect.  The P-Asserted-Identity should be the from_user at from_domain and the From and Contact should be the Caller Id provided information.


I am Originating the calls using AMI....
Sample with caller id...
Action: Originate
ActionID: 1234
Channel: PJSIP/numbertocall at IPitimi
Exten: myexten
Context: Test
Priority: 1
Timeout: 60000
CallerID: calleridname <calleridnumber>
Variable: CALLERID(num-pres)=allowed_passed_screen
Async: true


Sample without caller id...
Action: Originate
ActionID: 1234
Channel: PJSIP/numbertocall at IPitimi
Exten: myexten
Context: Test
Priority: 1
Timeout: 60000
Async: true


Am I missing a setting for the endpoint which places the from_user at from_domain in the PAI when caller id is present in the Originate?
Or do I need to remove the from_user setting and have the code do the work of determining the from user and setting the PJSIP_Header for PAI when necessary?


Thank you
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20160923/fe3f83dd/attachment.html>


More information about the asterisk-users mailing list