aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-01-12 19:34:40 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-01-12 19:34:40 +0000
commit2497e04e5a2cbe58b8bb044b8876f2bb34f05f94 (patch)
tree40a7f9a0d5f7a6e8745bbf91b9b30be1f0f47bcf
parentd36064fe2d692603ff74d41a0c0d449cc32a3da7 (diff)
Add new sound, fix nit picky detail in channel registration
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1985 f38db490-d61c-443f-a65b-d21fe96a405b
-rwxr-xr-xchannels/chan_sip.c2
-rwxr-xr-xsounds.txt3
-rwxr-xr-xsounds/vm-mailbox-full.gsmbin0 -> 6534 bytes
3 files changed, 4 insertions, 1 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index b43f4068c..b25fbdcb6 100755
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -80,7 +80,7 @@ static int default_expiry = DEFAULT_DEFAULT_EXPIRY;
#define MAX_RETRANS 5 /* Try only 5 times for retransmissions */
static char *desc = "Session Initiation Protocol (SIP)";
-static char *type = "sip";
+static char *type = "SIP";
static char *tdesc = "Session Initiation Protocol (SIP)";
static char *config = "sip.conf";
diff --git a/sounds.txt b/sounds.txt
index 71b5c1655..924245d57 100755
--- a/sounds.txt
+++ b/sounds.txt
@@ -394,3 +394,6 @@
%vm-forwardoptions.gsm%press 1 to prepend a message or 2 to forward the
message without prepending
+
+%vm-mailbox-full.gsm%sorry but the users mail box can't accept more messages
+
diff --git a/sounds/vm-mailbox-full.gsm b/sounds/vm-mailbox-full.gsm
new file mode 100755
index 000000000..f5de9ef2e
--- /dev/null
+++ b/sounds/vm-mailbox-full.gsm
Binary files differ