mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
- Update g72x module to 1.4.3, which add support for asterisk 16 - Add asterisk16 flavor and conflicts to asterisk modules ports which support it - Add conflicts to other asterisk versions ports - Add deprecation notice to asterisk15 which will reach EOL on 2019-10-03 - Fix wording on SOUNDS option description - Remove old MOVED line for asterisk16 which was for the long removed asterisk 1.6 version Approved by: portmgr (flavors already approved in the past)
11 lines
578 B
C
11 lines
578 B
C
--- channels/sip/include/sip.h.orig 2014-07-24 17:47:29 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
|