Skip to content

Instantly share code, notes, and snippets.

@benlangfeld
Created September 2, 2010 15:50
Show Gist options
  • Save benlangfeld/562458 to your computer and use it in GitHub Desktop.
Save benlangfeld/562458 to your computer and use it in GitHub Desktop.
<message from="pubsub.active-calls.xmpp.onsip.com" type="headline" to="admin@my.studiotalker.com" >
<event xmlns="http://jabber.org/protocol/pubsub#event">
<items node="/my.studiotalker.com/testdomain.com-studio" >
<item id="4654ebea886a18b776652a0c6b0aa1a6:99ad3e5a7e82fd353b76ea6f29ad273c" >
<active-call xmlns="onsip:active-calls" publish-time="2010-09-02T15:44:22Z" >
<dialog-state>requested</dialog-state>
<call-id>3EQ06688BadAfH5PUV.zBYOPLSGmywrT</call-id>
<from-uri>sip:ben@studiotalker.com</from-uri>
<to-uri>sip:testdomain.com-studio@my.studiotalker.com</to-uri>
<to-aor>testdomain.com-studio@my.studiotalker.com</to-aor>
<from-tag>Uusifv8kbR6tJMbw1yhex3fd7hSg.SQp</from-tag>
<to-tag/>
<branch>z9hG4bK8227.a501d156.0</branch>
<call-setup-id/>
</active-call>
</item>
</items>
</event>
<headers xmlns="http://jabber.org/protocol/shim">
<header name="Collection" >/my.studiotalker.com/testdomain.com-studio</header>
</headers>
</message>
<message from="pubsub.active-calls.xmpp.onsip.com" type="headline" to="admin@my.studiotalker.com" >
<event xmlns="http://jabber.org/protocol/pubsub#event">
<items node="/my.studiotalker.com/testdomain.com-studio" >
<item id="4654ebea886a18b776652a0c6b0aa1a6:99ad3e5a7e82fd353b76ea6f29ad273c" >
<active-call xmlns="onsip:active-calls" publish-time="2010-09-02T15:44:28Z" >
<dialog-state>confirmed</dialog-state>
<call-id>3EQ06688BadAfH5PUV.zBYOPLSGmywrT</call-id>
<from-uri>sip:ben@studiotalker.com</from-uri>
<to-uri>sip:testdomain.com-studio@my.studiotalker.com</to-uri>
<to-aor>testdomain.com-studio@my.studiotalker.com</to-aor>
<from-tag>Uusifv8kbR6tJMbw1yhex3fd7hSg.SQp</from-tag>
<to-tag>57c90334</to-tag>
<branch>z9hG4bK8227.a501d156.0</branch>
<call-setup-id/>
</active-call>
</item>
</items>
</event>
<headers xmlns="http://jabber.org/protocol/shim">
<header name="Collection" >/my.studiotalker.com/testdomain.com-studio</header>
</headers>
</message>
<iq type="set" to="commands.active-calls.xmpp.onsip.com" id="transfer-1" >
<command xmlns="http://jabber.org/protocol/commands" node="transfer" >
<x xmlns="jabber:x:data" type="submit" >
<field type="text-single" var="call-id" >
<value>3EQ06688BadAfH5PUV.zBYOPLSGmywrT</value>
</field>
<field type="text-single" var="from-tag" >
<value>Uusifv8kbR6tJMbw1yhex3fd7hSg.SQp</value>
</field>
<field type="text-single" var="to-tag" >
<value>57c90334</value>
</field>
<field type="list-single" var="endpoint" >
<value>caller</value>
</field>
<field type="text-single" var="target-uri" >
<value>sip:testdomain.com-producer1@my.studiotalker.com</value>
</field>
</x>
</command>
</iq>
<iq from="commands.active-calls.xmpp.onsip.com" type="result" id="transfer-1" to="admin@my.studiotalker.com/desktop" >
<command xmlns="http://jabber.org/protocol/commands" status="completed" node="transfer" sessionid="5edbdf21c0e7d6e81abce523d39ef9b9" />
</iq>
<message from="pubsub.active-calls.xmpp.onsip.com" type="headline" to="admin@my.studiotalker.com" >
<event xmlns="http://jabber.org/protocol/pubsub#event">
<items node="/my.studiotalker.com/testdomain.com-studio" >
<retract id="4654ebea886a18b776652a0c6b0aa1a6:99ad3e5a7e82fd353b76ea6f29ad273c" />
</items>
</event>
<headers xmlns="http://jabber.org/protocol/shim">
<header name="Collection" >/my.studiotalker.com/testdomain.com-studio</header>
</headers>
</message>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment