Labs/Ubiquity/dial: Difference between revisions

no edit summary
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
Back to [[Labs/Ubiquity/Commands_In_The_Wild]].
Asterisk related functionality will go here [[Labs/Ubiquity/Asterisk]]
'''LEGAL NOTICE: Mozilla is providing links to these third-party Ubiquity commands as a courtesy, and makes no representations regarding the commands or any information related there to. Any questions, complaints or claims regarding the commands must be directed to the appropriate developer or software vendor.'''
'''Dial Command'''
'''Dial Command'''


Line 44: Line 50:
   name: "dial",
   name: "dial",
   takes: { "number":noun_arb_text },
   takes: { "number":noun_arb_text },
   icon: "http://wtfcalls.com/favicon.ico",
   icon: "http://foovax.com/favicon.ico",
   author: {name: "Justin", email: "justin@foovax.com"},
   author: {name: "Justin", email: "justin@foovax.com"},
   description: "Dials a call with Asterisk",
   description: "Dials a call with Asterisk",
Line 76: Line 82:
* Update channel to match the user or extension of your SIP phone.  (IAX, Zap, or Local)
* Update channel to match the user or extension of your SIP phone.  (IAX, Zap, or Local)


The command will send auth varaibles as an HTTP GET to the PBX.  When a successful return is received the dial (originate) variables will then be passed which causes the call to begin.   
The command will send auth varaibles to the PBX.  When a successful return is received the dial (originate) variables will then be passed which causes the call to begin.   


== Usage ==
== Usage ==
Line 85: Line 91:


* Extension 201 will start ringing as soon as enter is pressed.   
* Extension 201 will start ringing as soon as enter is pressed.   
* Answer Extension 201.
* Answer Extension 201 (x-lite auto answer button is handy)
* 1231231234 starts to dial.
* 1231231234 starts to dial.
* Talking with called party
* Talking with called party
* ???
* PROFIT


= TODO =
= TODO =
Line 99: Line 103:
= Contact =
= Contact =


*justin@foovax.com
*[http://ubiquitously.org/forum Sarge_] - Discuss in the ubiquitously forum.
*[http://ubiquitously.org/forum Sarge_] - Discuss in the ubiquitously forum.
35

edits