Displaying 6 results from an estimated 6 matches for "leebo".
Did you mean:
leeb
2006 Dec 19
1
.Call files do not seem to work
Hi,
I was trying out call file just to see how they worked and my system
does not seem to do anything with them, although asterisk *is* deleting
the files that I put into /var/spool/asterisk/outgoing.
1. I nano'd a quick call file like so:
Channel: SIP/axVoice/9105555555
CallerID : Leebo <5555555555>
MaxRetries: 2
RetryTime: 30
WaitTime: 10
Context: main_menu
Extension: s
Priority: 1
2. And then mv'd to /var/spool/asterisk/outgoing
As I mentioned, Asterisk appears to be grabbing the file, but there is
no call made.
Q. Do calls originated like this show up in CLI outp...
2008 Feb 27
3
Attended transfers through a GUI
Greetings list,
I've been playing around this afternoon with Flash Operator Panel, trying to
get it to do attended transfers. I am running the latest version.
Has anyone managed to get this working reliably, and if so, would you mind
sharing how you did it please?
Alternatively, are there any other GUIs (free or commercial) that reliably
support attended transfers?
I'm trying to
2007 May 14
4
[*Win32 0.60] Sending call notification by e-mail/web?
Hello,
In case there are other users of the AsteriskWin32 port...
I haven't really used the AGI feature of Asterisk to run an application
from extensions.conf. *Win32 supports Perl, which I don't know. Apparently,
it's also possible to write AGI applications as EXE's (there's a
eagi-test.exe file installed by default).
=> When a call comes in, I'd like an AGI
2008 Jan 19
0
AMIProxyPal - AMI Proxy Project
...m using the proxy for a re-write of an existing operator panel I have in order
to make it cross platform, but I've released the proxy itself released under
GPL. It is written in ObjectPascal using Lazarus IDE (0.9.24) with Freepascal
compiler (2.2.0);
Sources are available here:
http://www.leebo.dreamhosters.com/AMIProxy/
--
Warm Regards,
Lee
"The only thing that kept me out college...was high school."
2008 Mar 31
1
AsterPas ObjectPascal Based FastAGI Server goes Open Source
...ad's pascal ;)
AsterPas has been compiled and tested on:
CentOS 4/Linux
Windows 2000/XP
Windows Server 2000
More information on AsterPas can be found on its web page at:
http://www.datatrakpos.com/pos/datatalk/asterpas.aspx
Source Code can be downloaded via svn or viewed from here:
http://leebo.dreamhosters.com/asterpas/
Note:
AsterPas relies on several 3rd party libraries:
- Synapse (http://synapse.ararat.cz)
(Open Source)
- Pascal Data Object (http://pdo.sourceforge.net/)
(Open Source)
- sqlite3ds (included with lazarus/Freepascal)
(Open Source)
- TPasAGI (included with Aste...
2008 Feb 13
3
Asterisk Manager and Visual Basic
Has anyone tried to used VB6 to communicate with the Asterisk Manager?
If so, would you be willing to share some basic code showing your
approach to getting connected and parsing results?
I've got a Telnet control that is allowing me to connect, authenticate
and see the "flow" of status, etc., but I'm sure there is a better way
to do this without using Telnet (maybe not?). Any