On Thu, Jun 9, 2016 at 11:40 AM, Olivier <oza.4...@gmail.com> wrote:

> Hello,
>
> My ITSP provides me with a SIP trunk which requires a CallerID value for
> any outbound call.
> Though a CallerID is required, anonymous calls are allowed.
> See extracts from a successfull anonymous call:
>
> From: "Anonymous" <sip:anonymous@anonymous.invalid>;tag=438b284694b5b3de
>
> Privacy: id
>
> P-Asserted-Identity: "FooBar" <sip:0123456789@1.2.3.4:5060>
>
> I'm trying to mimic this on a 13.8.0-enabled system.
>
> Whenever I set CALLERID(num-pres)=prohib in my dialplan, it seems
> P-Asserted-Identity not not present in outbound INVITE.
>
> I would expect to see it there along with a "Privacy: id" header.
>
> Do you agree with my expectation ?
> How can I work around this, keeping PJSIP stack ?
>

Do you have the following options enabled in pjsip.conf?
;trust_id_inbound=no    ; Accept identification information received from
this
                        ; endpoint (default: "no")
;trust_id_outbound=no   ; Send private identification details to the
endpoint
                        ; (default: "no")

Richard
-- 
_____________________________________________________________________
-- 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

Reply via email to