calabro / outcall

Automatically exported from code.google.com/p/outcall
0 stars 0 forks source link

Running Outcall through Association #30

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Not a problem more of a curiousity, but we are currently running a xml 
directory for our polycom phones through their microbrowser and the phone 
numbers are dialable with tel://xxxx.  I was wondering how the outCALL is 
issued and if I could setup an association to tel:// to run outCALL 
(sortof like ftp:// loads browser)

What version of the product are you using? On what operating system?
outCALL 1.55; Windows XP/Vista

Kevin

Original issue reported on code.google.com by civh...@gmail.com on 8 Apr 2009 at 10:50

GoogleCodeExporter commented 8 years ago
You can associate any application with "tel://", you just need to specify it in 
the registry.
As for the command line options, while OutCALL is running and connected to 
Asterisk, you can use following to place a call:
outcall originate;;;SIP/100;;;111
where SIP/100 is the extension from which the call is being placed, and 111 
number to be called.

Original comment by denis.ko...@gmail.com on 22 Sep 2010 at 8:55

GoogleCodeExporter commented 8 years ago
Hi,

I'm also trying to dial from command prompt but it does not seem to work for me.
Running Win7/64bit (if it's relevant) with outcall 1.6. Dialing from outcall's 
gui works without a problem.

When I try the command line way as suggested:
outcall originate;;;SIP/100;;;111
(different numbers of course...)
The originating extension rings (as it should) but when I pick it up instead of 
dialing it disconnects immediately.

Am I missing something here? Maybe I should add some more parameters to the 
originate function?

Original comment by zohars...@gmail.com on 16 Feb 2011 at 9:55