PJSIP From Header Display Name

We have moved all our trunks from chan_sip to pjsip - mostly without any issues.

We have one provider that requires that the from address in our SIP invite is our user… which is achieved using ‘From User’ option in the pjsip advanced settings…

However, when using chan_sip any the SIP From Display Name was maintained - so when forwarding a call from a queue, we could prefix this with Queue: Callers Name - which would intern make it through to the 3rd party provider.

From a packet capture; using chan_sip, it looks like (my user is 123456789)

From: "Queue: First Last" <sip:[email protected]>

Using PJSIP it looks like:

From: <sip:[email protected]>

Anyway to get the displayname back in to the PJSIP invite?

1 Like

Hi

Try to play with your pjsip settings in your trunk.
You’ve got user = phone.
May have some other settings to hit.

Just an idea like that.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.