Browse Source

more reminders/warnings inserted

Jiri Kuthan 22 years ago
parent
commit
6b08e1da12
1 changed files with 10 additions and 5 deletions
  1. 10 5
      examples/ctd.sh

+ 10 - 5
examples/ctd.sh

@@ -1,19 +1,24 @@
 #!/bin/sh 
 #!/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
 # 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: 
 # bugs: 
 # -----
 # -----
 # - to-tag in REFER not ok -- should be gained from initial 
 # - 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
 # - it would be cleaner to send "hold" in initial invite
 # - in my test setup, initial ACK is for some bizzar reason
 # - in my test setup, initial ACK is for some bizzar reason
 #   not forwarded statelessly by outbound proxy
 #   not forwarded statelessly by outbound proxy
+# - put this example in serdoc
 
 
 #URI="sip:[email protected]"
 #URI="sip:[email protected]"
 # address of user wishing to initiate conversation
 # address of user wishing to initiate conversation