Log In
Developer Network
Technologies
Join the Network
Member Services
Events & Community
Unified Communications Manager SIP (SIP) Developer Center
Overview
Documentation
Community
Wiki
Testing
Everything
This Site
Blogs
9.1 SIP Documentation Now Available
Adrienne Moherek
10 Jan 2013
Unified Communications 9.0 Partner Bundle Offer Now Available to Order
Amanda Whaley
21 Sep 2012
Update - Silent Monitoring/Recording Supported Devices
George Gary
31 Aug 2012
Developer Partner 2012 US Update Presentations Available
George Gary
29 Jun 2012
Developer Partner 2012 London Update Presentations Available
George Gary
10 Feb 2012
Showing 1 - 5 of 21 results.
Items per Page 5
Page
(Changing the value of this field will reload the page.)
1
2
3
4
5
of 5
First
Previous
Next
Last
Forums
Message Boards Home
Recent Posts
Statistics
Answer
(
Unmark
)
Mark as an Answer
« Back to SIP Transparency and Normalization Questions
Remove "Asserted Identity" from SIP header using LUA
Threads [
Previous
| Next ]
Tore Skancke
Posts:
2
Join Date:
4/23/09
Recent Posts
Remove "Asserted Identity" from SIP header using LUA
cucm
sip trunk
lua
normalization
Answer
5/13/11 10:26 AM
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Hi.
Can someone help me make a LUA script which removes the "Asserted Identity" field in the SIP header for inbound calls to a CUCM 8 SIP trunk?
Thanks.
Best reg,
Tore S
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Yossi Ben Hagai
Posts:
4
Join Date:
5/16/11
Recent Posts
RE: Remove "Asserted Identity" from SIP header using LUA
Answer
7/27/11 8:07 PM as a reply to Tore Skancke.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Hi.
Can someone help me make a LUA script which removes the "Asserted Identity" field in the SIP header for inbound calls to a CUCM 8 SIP trunk?
Thanks.
Best reg,
Tore S
The following code should do what you have requested:
M = {}
function M.inbound_INVITE(msg)
msg:removeHeader("P-Asserted-Identity")
end
return M
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Tore Skancke
Posts:
2
Join Date:
4/23/09
Recent Posts
RE: Remove "Asserted Identity" from SIP header using LUA
Answer
8/8/11 9:46 AM as a reply to Yossi Ben Hagai.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
I figured it out myself, but thanks a lot for answeringYossi!
Thumbs up for you
Best reg,
Tore
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Collateral
No files available