summaryrefslogtreecommitdiffstats
path: root/branches/1.0/tinyDEMO/open-ims.test.sn
diff options
context:
space:
mode:
Diffstat (limited to 'branches/1.0/tinyDEMO/open-ims.test.sn')
-rw-r--r--branches/1.0/tinyDEMO/open-ims.test.sn56
1 files changed, 0 insertions, 56 deletions
diff --git a/branches/1.0/tinyDEMO/open-ims.test.sn b/branches/1.0/tinyDEMO/open-ims.test.sn
deleted file mode 100644
index 7ad3a0a..0000000
--- a/branches/1.0/tinyDEMO/open-ims.test.sn
+++ /dev/null
@@ -1,56 +0,0 @@
-## For more information about scenarios, please refer to the Programmer's Guide
-# 2233392625mamadoud3sb7j4fb8
-
-# user's parameters (like ANSI-C #define)
-%%domain open-ims.test
-%%user bossiel
-%%pwd diopmama
-#%%proxy_ip 2a01:e35:8b32:7050:212:f0ff:fe99:c9fc # IP address or FQDN
-%%proxy_ip 192.168.0.13
-%%proxy_port 4060
-%%proxy_trans udp # udp, tcp, tls or sctp
-%%expires 300 # expires used by all dialogs
-%%sleep-sec 1.0 # number of seconds to wait before sending next sip message
-
-%%reg-sid
-%%sub-reg-sid
-%%sub-pres-sid
-%%pub-sid
-%%inv_audio_sid
-
-#--ipv6
-
-# Configure the stack
-# Realm, IMPI and IMPU are mandatory
-++cst --realm $$(domain) --impi $$(user) --impu sip:$$(user)@$$(domain) --pwd $$(pwd) \
- --pcscf-ip $$(proxy_ip) --pcscf-port $$(proxy_port) --pcscf-trans $$(proxy_trans) \
- --header Privacy=none --header Allow=INVITE, ACK, CANCEL, BYE, MESSAGE, OPTIONS, NOTIFY, PRACK, UPDATE, REFER \
- --header P-Access-Network-Info=ADSL;utran-cell-id-3gpp=00000000 \
- --header User-Agent=IM-client/OMA1.0 doubango/v1.0.0 # last should not have backslash
-
-# Run the engine
-++r
-
-# OPTIONS to hack AOR
-#++opt
-#++sleep --sec $$(sleep-sec)
-
-# REGISTER
-++reg --xp $$(expires) --caps +g.oma.sip-im --caps +g.3gpp.smsip --caps language="en,fr" \
- --header Action-Header=Myheader-value @@action \
- >>(reg-sid)
-
-
-# Press ENTER
-++sleep --sec -1
-
-++a --to sip:johndoe@$$(domain) \
- --header Action-Header=Myheader-value @@action \
- >>(inv_audio_sid)
-
-++sleep --sec -1
-#++hu --sid $$(inv_audio_sid)
-
-
-# Exit the application
-++e
OpenPOWER on IntegriCloud