Skip to content

Instantly share code, notes, and snippets.

@bjhaid
Created July 27, 2011 14:22
Show Gist options
  • Save bjhaid/1109447 to your computer and use it in GitHub Desktop.
Save bjhaid/1109447 to your computer and use it in GitHub Desktop.
1 $(function(){
2 var client = new Faye.Client('http://10.10.5.96:9292/faye');
3 client.subscribe("/incomings", function(data) {
4
5 var a = (data.exten_id);
6
7 a.dialog();
8 }
9
10 });
11 });
12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment