diff options
| author | Guido Falsi <madpilot@FreeBSD.org> | 2020-07-17 08:21:54 +0000 | 
|---|---|---|
| committer | Guido Falsi <madpilot@FreeBSD.org> | 2020-07-17 08:21:54 +0000 | 
| commit | 910dddabdd80322bb09227a976c535e29b44e23c (patch) | |
| tree | 46eae0cbba64acfe81525ef84c9305cf3ef694ca /net/asterisk16/files/patch-channels_sip_include_sip.h | |
| parent | - Update asterisk13 to 13.35.0 (diff) | |
- Update asterisk16 to 16.12.0
- Asterisk project now embeds pjsip 2.10, get it's distribution
  from github and adapt port
- Remove patch merged upstream
- Refresh patches and rename to current naming scheme
- Reorder some variables to silnce portlint warning
Diffstat (limited to 'net/asterisk16/files/patch-channels_sip_include_sip.h')
| -rw-r--r-- | net/asterisk16/files/patch-channels_sip_include_sip.h | 11 | 
1 files changed, 11 insertions, 0 deletions
| diff --git a/net/asterisk16/files/patch-channels_sip_include_sip.h b/net/asterisk16/files/patch-channels_sip_include_sip.h new file mode 100644 index 000000000000..d1668bf70598 --- /dev/null +++ b/net/asterisk16/files/patch-channels_sip_include_sip.h @@ -0,0 +1,11 @@ +--- channels/sip/include/sip.h.orig	2020-07-09 15:39:17 UTC ++++ channels/sip/include/sip.h +@@ -192,7 +192,7 @@ + #define DEFAULT_MOHINTERPRET   "default"  /*!< The default music class */ + #define DEFAULT_MOHSUGGEST     "" + #define DEFAULT_VMEXTEN        "asterisk" /*!< Default voicemail extension */ +-#define DEFAULT_CALLERID       "asterisk" /*!< Default caller ID */ ++#define DEFAULT_CALLERID       "Unknown" /*!< Default caller ID */ + #define DEFAULT_MWI_FROM       "" + #define DEFAULT_NOTIFYMIME     "application/simple-message-summary" + #define DEFAULT_ALLOWGUEST     TRUE | 
