소스 검색

more reminders/warnings inserted

Jiri Kuthan 22 년 전
부모
커밋
6b08e1da12
1개의 변경된 파일10개의 추가작업 그리고 5개의 파일을 삭제
  1. 10 5
      examples/ctd.sh

+ 10 - 5
examples/ctd.sh

@@ -1,19 +1,24 @@
 #!/bin/sh 
-
+#
+# $Id$
 # 
-# click-to-dial example using REFER
-#----------------------------------
+# (currently lame) click-to-dial example using REFER
+#----------------------------------------------------
 #
 # it half-way works using FIFO/uac; I tested it with
-# Cisco 7960 reaching Mitel 5055
+# Cisco 7960 reaching Mitel 5055 and vice versa
 #
 # bugs: 
 # -----
 # - to-tag in REFER not ok -- should be gained from initial 
-#   conversation (need to take fifo processing from sc)
+#   conversation (need to take fifo processing from sc) as
+#   well as the whole dialog stuff (awk could be a better hit)
+# - remove user prompt (act on receipt of a reply)
+# - bye is missing after REFER
 # - it would be cleaner to send "hold" in initial invite
 # - in my test setup, initial ACK is for some bizzar reason
 #   not forwarded statelessly by outbound proxy
+# - put this example in serdoc
 
 #URI="sip:[email protected]"
 # address of user wishing to initiate conversation