From 2414aeb4dddcd179458dad50a28977938204e438 Mon Sep 17 00:00:00 2001 From: Malcolm Davenport Date: Fri, 19 Mar 2004 21:29:13 +0000 Subject: [PATCH] Fix small typo in sip.conf.sample git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2479 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/sip.conf.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample index d8de566..dbda3a0 100755 --- a/configs/sip.conf.sample +++ b/configs/sip.conf.sample @@ -50,7 +50,7 @@ context = default ; Default context for incoming calls ;localmask = 255.255.255.0 ; Internal netmask ; The externip, localnet and localmask is used ; when registering and communication with other proxies - ; that we're registred with + ; that we're registered with ;[snomsip] ;type=friend @@ -86,7 +86,7 @@ context = default ; Default context for incoming calls ; RTP media stream (audio) to go directly from ; the caller to the callee. Some devices do not ; support this (especially if one of them is - ; behinda a NAT). + ; behind a NAT). ;qualify=200 ; Qualify peer is no more than 200ms away ;defaultip=192.168.0.4 -- 1.7.9.5