[asterisk-bugs] [JIRA] (ASTERISK-28149) PJSIP: Setting CallerID for outbound channel from predial handler doesn't work

Richard Mudgett (JIRA) noreply at issues.asterisk.org
Thu Nov 15 14:46:47 CST 2018


    [ https://issues.asterisk.org/jira/browse/ASTERISK-28149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=245451#comment-245451 ] 

Richard Mudgett commented on ASTERISK-28149:
--------------------------------------------

I don't understand what you said.  Please describe it better and provide logs demonstrating the problem.
{noformat}
        --> PJSIP/A(CALLERID(num of A) ------->        --> PJSIP/B(CONNECTEDLINE(num of A) -->
Phone A                                         Bridge                                         Phone B
        <-- PJSIP/A(CONNECTEDLINE(num of B) <--        <-- PJSIP/B(CALLERID(num of B) <-------
{noformat}

Party id information flows from one side to the other as indicated only when certain events happen to trigger a connected line update.

> PJSIP: Setting CallerID for outbound channel from predial handler doesn't work
> ------------------------------------------------------------------------------
>
>                 Key: ASTERISK-28149
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-28149
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: pjproject/pjsip
>    Affects Versions: 14.6.0, 16.0.0
>            Reporter: Dmitry Sytchev
>              Labels: pjsip
>
> When using chan_sip, it is possible to set outbound CallerID(num) from predial handler, effectively setting From: in outbound sip packets.
> In case of PJSIP it seems to ignore it in  outbound channels predial handler.  If we set it on source channel before launching Dial application, it works fine.
> But we want to set CallerID per outbound channel so need some way to resolve this.
> {noformat}
> context route_users {
>         _X. => {
>                 Dial(PJSIP/10000,,b(set_clid,1,1));
>         }
> }
> context set_clid {
>         _X => {
>                 Set(CALLERID(num)=123123123);
>         }
> }
> {noformat}
> Despite Set(CALLERID(num)) is launched on originated channel, it doesn't set CallerID.
> We don't use PAI or RPID, so we need to set CallerID in From.
> Maybe I miss some parameter or PJSIP setting? In case with chan_sip this just works.



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list