ports/net/asterisk15/files/patch-channels__sip__include__sip.h
Guido Falsi 3218099f1b Add asterisk15 port, bringing branch 15 of the asterisk project.
Note that branch 15 is NOT a Long Term Support branch. Asterisk 15
will reach EOL before Asterisk 13.

Requested by:   "Herbert J. Skuhra" <herbert@gojira.at> (thanks for
		help testing)
2018-03-15 21:14:11 +00:00

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