Closed lilslimxdgxxxx closed 6 months ago
I'm trying to add X-LadingCode to sip header so asterisk can read it
I tried
uaRef.current.call(`sip:${numberInfor?.phoneNumber}@${hostName}${port ? `:${port}` : ''}`, { extraHeaders: ['X-LadingCode: 100'] }) In asterisk: I can call normally but the sip header X-LadingCode always blank
uaRef.current.call(`sip:${numberInfor?.phoneNumber}@${hostName}${port ? `:${port}` : ''}`, { extraHeaders: ['X-LadingCode: 100'] })
In asterisk: I can call normally but the sip header X-LadingCode always blank
You guys have any idea what I'm missing?
Questions or usage problems in the mailing list, please, not in GitHub.
I'm trying to add X-LadingCode to sip header so asterisk can read it
I tried
You guys have any idea what I'm missing?