Displaying 7 results from an estimated 7 matches for "freeddom".
Did you mean:
freedom
2010 Nov 18
2
Asterisk Load Balance and Failover
Hi All
Does anyone know about any tool that does to Asterisk what mod_jk does for JBoss/Tomcat: a load-balance/failover server that is constantly connected to Asterisk backend servers and is capable of identify loaded or down servers?
Regards
Ant?nio The?philo
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2011 May 16
3
dahdi command not available
Hi All,
I have just latest branch of asterisk 1.8 and i didn't found dahdi command in CLI everything seem fine. am i missing something ?
campbx2*CLI> dahdi <tab tab>
No such command 'dahdi' (type 'core show help dahdi' for other possible commands)
campbx2*CLI>
root at campbx1:/etc/wanpipe# wanrouter hwprobe
-------------------------------
| Wanpipe Hardware
2011 Feb 25
1
Handle in dialplan user disconnection
Hi folks,
How handle in dialplan when a user disconnected ?
The first try was using the special context h, however all hangups are handled by this context and I only need identify when user's hangup in a Read/Background/Dial application.
Can asterisk send to dialplan only when the user hangup?
Best Regards,
S idarta Oliveira
-------------- next part --------------
An HTML
2011 Mar 10
1
Dialplan: funcionality testing
Hello,
I've tried to use adhearsion, but i think it's used for stress testing, not for funcionality testing.
Somebody knows somehow that i can test my dialplan?
Best Regards,
Luiz Gustavo Chiaretto
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2011 Apr 12
0
Debugging DTMF Detection
Hello
Does someones know a good low-level way to debug the DTMF that is arriving (or not arriving) at Asterisk? We've already used the DTMF logger level.
The picture is the following:
We are developing an application that calls to a customer to get authorization information through DTMF. We've used at development environment SIP/IAX channels and everything was great and the work was
2011 Mar 02
1
Doubt about cdr on asterisk
I have the following situation....
I'm using Action Originate to originate a call for a costumer. Originate goes to a context that call the dial application. Before the application (Dial using the G option) to be invoked i'm setting the variable cellphone like this:
[firstcontext]
exten => s,1,Set(CDR(cellphone)=${CELLPHONE})
exten => s,n,Dial(IAX2/user:pass at
2010 Nov 16
1
Issues with Local Channel
Hello,
I don't really understand how channel Local works. I need that asterisk initiate a call and get some data (DTMF).
So to do that I've created this dialplan :
; extensions.conf - the Asterisk dial plan
;
[general]
static=yes
writeprotect=no
clearglobalvars=no
[dtmf]
exten => 1,1,Verbose(Get User ID)
exten => 1,n,Dial(dahdi/1/99999999,120,G(read^1^1))
exten