Displaying 2 results from an estimated 2 matches for "yourhead".
Did you mean:
yourread
2010 Sep 21
1
understand the struct message_header_line
Timo...
Using the src/lib-mail/test-istream-header-filter.c as example, and
following your tips to jump my desired header value, but i need to store the
value from the Header filtered.
In the Exemple, the callback is this:
static void filter_callback(struct message_header_line *hdr,
bool *matched, void *context ATTR_UNUSED)
{
if (hdr != NULL && hdr->name_offset ==
2013 Nov 14
2
Add SIP Header for 1 SIP peer when calling a group of SIP peers
Hello,
when calling a group of SIP peers like this :
Dial( "SIP/inno0&SIP/inno4&SIP/inno6,30")
is it possible to have a SIP header added for just 1 of these SIP peers,
like only for SIP/inno0 but not for SIP/inno4 and SIP/inno6 ??
I know the function SipAddHeader(), but when I use this in the dialplan
before the Dial()-command, then the header is added for all the SIP