Skip to content

Instantly share code, notes, and snippets.

@suellenstringer-hye
Created February 10, 2017 20:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save suellenstringer-hye/eec6918515a1096e54e455d44fc66387 to your computer and use it in GitHub Desktop.
Save suellenstringer-hye/eec6918515a1096e54e455d44fc66387 to your computer and use it in GitHub Desktop.
telephony Cypher code
http://wisdom.jelastic.servint.net/traverse/0/Digits=1
http://wisdom.jelastic.servint.net/telephony/node/0
MATCH (a:{name:"access-or-share"})
return a
match (a {id:3}), (b {id:2})
merge (a)-[:Key {say:"Please press 2 followed by # to discontinue this call.", event:"2"}]-(b)
$MATCH (a {name:"access-or-share"}),(b {name:"share"}) return a
MATCH (a {name:"access-or-share"}),(b {name:"share"})
MERGE (b)-[:Key {say:"To return to the previous options press 9 followed by #",event:"9"}]->(a)
*****************************
match (a {id:"20"})<-[r]-()
delete a,r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment