summaryrefslogtreecommitdiffstats
path: root/src/router/call.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/router/call.c')
-rw-r--r--src/router/call.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/router/call.c b/src/router/call.c
index 9933a2f..5b8c28b 100644
--- a/src/router/call.c
+++ b/src/router/call.c
@@ -50,10 +50,10 @@
* If RTP proxy is enabled, the SDP is negotiated with the supported codecs of
* this router. The first reply to the CC-SETUP-REQ message will include the
* SDP reply as well as progress indicator set to 8 (if not a CC-SETUP-CNF
- * message) towards originating endpoint. The SDP negoatiation on the
+ * message) towards originating endpoint. The SDP negotiation on the
* originating side is complete. If the call gets forwarded to a single or
- * multiple terminating endpoints, an SDP is generated with teh supported
- * codecs of this router. In case of single terminating endpont, the SDP of the
+ * multiple terminating endpoints, an SDP is generated with the supported
+ * codecs of this router. In case of single terminating endpoint, the SDP of the
* first reply to the CC-SETUP-IND message is used to negotiate the codec. In
* case of multiple terminating endpoints (call forking) the SDP reply is
* stored and processed when a CC-SETUP-RSP is received from the first
@@ -1729,7 +1729,7 @@ static void routing_dtmf(call_t *call)
dtmf_decode_exit(&relation->dtmf_dec);
- /* we add 13, because we working at speech level and not at 0dBm, wich is -13 dBm */
+ /* we add 13, because we working at speech level and not at 0dBm, which is -13 dBm */
dtmf_decode_init(&relation->dtmf_dec, relation, recv_dtmf, 8000, db2level(6.0 + 13.0), db2level(-30.0 + 13.0));
relation->dtmf_dec_enable = 1;