I have a call coming in.
I need to add a SIP Header to the channel.
Then, I need to send the call to the Queue so it is sent to the Agent.

The SIP header I added, I need to have appear in the INVITE sent to the Agent.

It works in chan_sip.  I send the call to a macro which does...
n,SIPAddHeader(My-Header-Name:${MY-HEADER-VALUE})
n,Queue(${ARG2})


In PJSIP , this doesn't seem to work.  Is there any way to add custom PJSIP 
headers to be sent as part of the INVITE to the Agent?
When I look at the code, it seems as though the INVITE doesn't look for any 
custom headers to be included with the INVITE packet.  Is this correct?

Have a great day!
Dan
-- 
_____________________________________________________________________
-- 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