asterisk/addons
Brian P. Martin 52ed6bcc8f chan_mobile: support handling of caller-id names ("cnam").
Add support to handle caller-ID names ("cnam") in addition to caller-ID
numbers.  The prior code ignored the caller-ID name altogether, and
used the local name for the cell phone (e.g. "my-iphone") in its place.

Note: as of this writing, at least some Android phones don't pass cnam to
us. This can be seen by issuing "core set debug 2" in the CLI and watching
the "CLIP" record when a call comes in.  If cnam isn't in the CLIP record,
there's nothing we can do to provide one.  We'll provide a null cnam field,
so later Asterisk processes know to try other sources (e.g. cidname database,
OpenCNAM, etc.).

Reported by: Brian Martin
Tested by: Brian Martin
ASTERISK-27726

Change-Id: I89490d85fa406c36261879c50ae5e65595538ba5
2018-05-17 15:24:34 -06:00
..
ooh323c Merge "chan_ooh323: introduce localras config parameter" 2018-04-26 11:42:06 -05:00
.gitignore Add .gitignore and .gitreview files 2015-04-11 19:43:43 -06:00
Makefile Fix GCC 8 build issues. 2018-05-11 09:48:58 -04:00
app_mysql.c Remove as much trailing whitespace as possible. 2017-12-22 09:23:22 -05:00
cdr_mysql.c cdr_mysql: Compile error because MYSQL_PORT definition is missing 2018-04-11 14:26:18 -06:00
chan_mobile.c chan_mobile: support handling of caller-id names ("cnam"). 2018-05-17 15:24:34 -06:00
chan_ooh323.c Merge "chan_ooh323: introduce localras config parameter" 2018-04-26 11:42:06 -05:00
chan_ooh323.h Remove as much trailing whitespace as possible. 2017-12-22 09:23:22 -05:00
format_mp3.c Remove as much trailing whitespace as possible. 2017-12-22 09:23:22 -05:00
ooh323cDriver.c Remove as much trailing whitespace as possible. 2017-12-22 09:23:22 -05:00
ooh323cDriver.h ooh323cDriver: Fix typo in header guard. 2018-01-05 13:19:36 +01:00
res_config_mysql.c loader: Convert reload_classes to built-in modules. 2018-03-14 05:20:12 -04:00