~phatforge/freeswitch/+git/master:v1.4.beta

Last commit made on 2014-05-19
Get this branch:
git clone -b v1.4.beta https://git.launchpad.net/~phatforge/freeswitch/+git/master

Branch merges

Branch information

Name:
v1.4.beta
Repository:
lp:~phatforge/freeswitch/+git/master

Recent commits

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

Merge branch 'master' into v1.4.beta

285e7dc... by Ken Rice <email address hidden>

slight tweat to pgsql version detection using awk instead of sed for bsd portability

f683ac2... by Michael Jerris <email address hidden>

FS-6533: --resolve fix gcc 4.9 warning due to useless right-hand operand of comma expression

ea78f4d... by Tamas Cseke <email address hidden>

Fix race in erlang process spawning

We received the reply and signaled the condition
earlier then started to wait for it

3480720... by Steve Underwood <email address hidden>

Chinese say now say "one" before "ten" for numbers >99

e488834... by Travis Cross <email address hidden>

Prevent opus lib from re-configuring on every make

We were using the libopus directory itself rather than a file within
it as a makefile target. This is a bad idea as make will see the
target as updated whenever files are created in or removed from the
directory. Since running configure creates and removes files, the
target will always appear dirty.

The effect was that when mod_opus was enabled in FS make would always
cause libopus to be reconfigured.

We'll target instead the configure file in libopus as that's the first
thing we need anyway.

c19aa58... by William King <email address hidden>

CID: 1214222

sofia_glue_get_url_from_contact to strdup the value so before
overwriting the value signal to sofia that we have finished with the
raw header.

388e119... by William King <email address hidden>

CID: 1214221,1214222

sip_header_as_string returns new memory alloc'd on the nua_handle's memory pool. This memory would not be freed until
the handle was destroyed. Since there is no usage of the call-info header after it is added to the event as a header value,
we should make sure to both su_free the sofia returned string, but also more cleanly create the event header value to reduce a strdup.

dc83348... by William King <email address hidden>

Fix build for 31b8b55d0b31dfd58b5e6f8166a228ab2f456d3d

29e2263... by Moc

CID:1210789 Make return value of a function available from the another calling function. Also add a small status check.