Pre-Submission Checklist

Type Of Change

Checklist:

Description

Allows adding additional AMQP-headers in the format header1=value1;header2=value2;...

Remark:
I decided to re-use the definition
{"kazoo_publish", (cmd_function) kz_amqp_publish_ex, 4, fixup_kz_amqp, fixup_kz_amqp_free, ANY_ROUTE},
resp. to modify the existing method signature
int kz_amqp_publish_ex(struct sip_msg* msg, char* exchange, char* routing_key, char* payload, char* _pub_flags)
to
int kz_amqp_publish_ex(struct sip_msg* msg, char* exchange, char* routing_key, char* payload, char* _pub_flags)
as the param _pub_flags is neither described in the docs, nor it was evaluated/used, and thus was useless anyhow.


You can view, comment on, or merge this pull request online at:

  https://github.com/kamailio/kamailio/pull/2925

Commit Summary

File Changes

(4 files)

Patch Links:


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.