~phatforge/freeswitch/+git/master:feature/FS-8800-amqp-commands-queue-routing-key-variable

Last commit made on 2016-02-10
Get this branch:
git clone -b feature/FS-8800-amqp-commands-queue-routing-key-variable https://git.launchpad.net/~phatforge/freeswitch/+git/master

Branch merges

Branch information

Name:
feature/FS-8800-amqp-commands-queue-routing-key-variable
Repository:
lp:~phatforge/freeswitch/+git/master

Recent commits

7f01f34... by William King <email address hidden>

FS-8800 Enable mod_amqp command profile binding_key to use global variables.

NOTE: This is a behavior change. You can use a comma to separate the
binding_key, and for a field if you want to use a static string you
must prefix that field with a '#'. AMQP wildcards like '*' are supported.

For example: "#prod,hostname,local_ip_v4,*"

a80c67e... by Ken Rice <email address hidden>

FS-8818 #resolve refactor X-PRE include to not toss error if there are not files that match the include

7f5af04... by Michael Jerris <email address hidden>

FS-8814: fix build on older libedit

809d5bd... by Mike Jerris <email address hidden>

Merge pull request #640 in FS/freeswitch from ~VIPKILLA/freeswitch-eschmidbauer:FS-8668 to master

* commit 'f2fcfe1a75833cf0c5e9b599e12169674460351a':
  FS-8668: allow channel variable prefix-a-leg to override global setting in mod_xml_cdr

eea9f03... by Anthony Minessale <email address hidden>

FS-8816 #resolve [switch_hashtable_insert_destructor() returns 0/-1 but switch_core_hash_insert_destructor never checks this]

79e2d4e... by Mike Jerris <email address hidden>

Merge pull request #701 in FS/freeswitch from ~TINKYWINKY/freeswitch:bugfix/FS-8809-avmd-compilation-fails-if-fastmath to master

* commit 'b8a8c88572cb0195aa274ed7bf07a6fe2fba1b06':
  FS-8809 fix MAP_POPULATE undeclared

b8a8c88... by Piotr Gregor <email address hidden>

FS-8809 fix MAP_POPULATE undeclared

Add AM_MOD_AVMD_CXXFLAGS compile flag to mod avmd
and set this flag to -std=gnu99 in configure.ac
in case compiler vendor is xgnu.

c7cb9d5... by Mike Jerris <email address hidden>

Merge pull request #702 in FS/freeswitch from ~ARTURZ/freeswitch:FS-8812-switch_channel_check_signal-in_thread_only to master

* commit 'e24c3939791657b7bf771bec11a3c7b3f1473ed8':
  FS-8812 Respect in_thread_only parameter in switch_channel_check_signal()

1b28dad... by Ken Rice <email address hidden>

FS-8808 #resolve fixed ^D in fs_cli with editline to delete char under cursor, not just backspace

e24c393... by =?utf-8?q?Artur_Zaprza=C5=82a?= <email address hidden>

FS-8812 Respect in_thread_only parameter in switch_channel_check_signal()