Displaying 20 results from an estimated 3000 matches similar to: "CURL to post application/json"
2018 Sep 29
2
WebRTC as Softphone substitute ?
Hi Olivior,
We have recently worked on a WebRTC based agent panel. As based on my
experience I think that WebRTC based phones are far better and cheaper then
those soft / sip phone. the big plus is that they are easy to customize and
developer can use the power of browser and web to build / offer features
which are not possible with regular phones.
Regarding your concern about BLF or call
2018 Oct 03
2
WebRTC as Softphone substitute ?
@Olivior
I agree that seting up WebRTC is hard, however when done it is smooth to
use. For replication you can build RPMs with working configurations.
Regarding stability, it is not being used widly, so can't say it is mature.
However we have no complain so far regarding audio or connectivity.
sometime we provide support for "allow media / mic" type issues, but you
know it is
2016 Jun 14
4
Pet project: one step Asterisk compile on Centos 7
Hi all,
I thought I'd share I script I made (based on some of Leif's works)
that lets you download, compile and install Asterisk all in one go;
and then removed the dev tools used.
We use it quite a bit to provision systems using Ansible, but it is
easier than remembering everything every time even if you are using a
shell.
At the moment I have scripts for Centos 7 and Asterisk 13, but
2018 Sep 26
2
WebRTC as Softphone substitute ?
On Wed, Sep 26, 2018 at 9:40 AM Carlos Chavez <cursor at telecomab.mx> wrote:
>
> On 9/26/2018 4:46 AM, Olivier wrote:
>
> > Hello,
> >
> > This morning, I asked myself if WebRTC could be a viable alternative
> > to softphone deployment.
> >
> > For me, main issue with Softphones is the amount of work needed for
> > installation and
2011 Oct 06
3
Digium FFA + Gafachi T38 outgoing issues
Hi, folks.
I'm having a heck of a time trying to get outgoing T38 faxing (I don't
need inbound right now) working with FFA and Gafachi. G711 faxing works
(as well as can be expected over the internet), but I want the higher
reliability of T38.
I'm running Asterisk 10-beta1.
When I drop my callfile in to make the call, I get this:
-- Attempting call on SIP/18884732963 at
2011 Dec 31
1
Outbound Dialer, Agent Login and Logout
Hi All;
I am looking for a good Outbound Dialer and to be practical with possibility to do modification on it, the outbound dialer should send the calls to the agent when the agent is logged in as long the agent is belong to the queue (or let us say the skill group of this campaign).
Any one can guide me?
If I can build this using the AMI, so I appreciate if anyone did it before me so I can use
2007 Jun 02
3
Dynamically adding Context in dialplan?
Hi everybody,
>From asterisk CLI we can add extensions in dial-plan dynamically using
"dialplan add extension" command.
but how we can dynamically create a context in dialplan. is that
possible?
Nasir Iqbal
2018 Oct 04
4
Spontaneous reboot due to MySQL lookups ?
Hello
thank you for your answer.
If I read your (and others) reaction correctly I can conclude that this
is an Asterisk problem and not a problem of MySQL or dialplan logic ?
You should know that the MySQL database is heavily questioned :
mysql> show status like '%onn%';
+--------------------------+--------+
| Variable_name | Value |
2007 May 31
5
Auto Dial Problem
Hi All,
I setup auto dial on my asterisk server. The problem
is asterisk does not wait for called party to answer
the call but proceed to process the extension specifed
in my .call file
My sample call file :
hannel: local/0124787924@outbound-reminder
MaxRetries: 5
RetryTime: 300
WaitTime: 40
Account: Reminder
context: remindem
extension: s
priority: 1
Set: MSG=0135.20070601.0124787924
Set:
2007 Jun 20
1
different codec for different extensions
Hi All,
I am wondering that how I can setup different codec for different
extensions in my dial plan.
scanario will
when user X (Sip) call 111 extension in default context. The Asterisk
response should be in GSM codec
When user X (Sip) call 222 extension in default context. the Asterisk
response should be in G711 Codec
Actually I want to setup an extension for FAX receiving (rx_fax) and
2010 Aug 08
3
How to track a call result originated from originate AMI command
Hi All,
I want to track a call that is originated using originate AMI command
through AstManProxy server.
I m using AstManProxy server and I developed an AstManProxy client.
By using my AstManClient program I can able to login AstManProxy server.
Now I can able to issue/send originate command to generate a call but I m
very confuse that I cannot able to track my
call.
The AMI events were
2010 Aug 06
4
How do I install speex for asterisk?
Hi,
I have followed steps which were mentioned on forum and given below. Still
couldn't get speex working. On test calls getting error "chan_sip.c:
sip_call: No audio format found to offer."
# yum install speex
# yum install speex-devel
# cd /usr/src/asterisk
# make clean
# make
# service asterisk stop
# make install
# service asterisk start
Also, it is not
2018 Dec 19
2
New features released in ICTBroadcast
Following new features are now supported by asterisk based
telemarketing software
Auto subscription / registration after call recipient press a key in voice
broadcasting
https://www.ictbroadcast.com/Subscription-Campaign-to-automatically-register-customers-at-website-with-Voice-broadcasting-Autodialer
There will be restriction to call a number in off time accordingly to
timezone of
2011 Sep 21
2
T.38 "client" for Linux?
I am looking for a simple way to send occasional faxes via the FXO
port on my SPA3102 -- without having to connect a fax modem to an
ATA. In an ideal world, this would be some sort of "softfax" that
runs on my Linux desktop and talks (via Asterisk) to the SPA3102 with
T.38.
This is one of those things that I thought would be relatively
straightforward, but a couple of hours of Googling
2009 Nov 24
1
asterisk trunk CURL hangs in the dialplan
We've encountered a strange issue with the trunk version of asterisk.
Our dialplan makes CURL calls and occasionally CURL stops working.
The dialplan looks something like this:
[macro-curl]
; ${ARG1} CURL URL
; ${ARG2} CURL POST
exten => s,1,NoOp(CURL)
...
exten => s,n(post),Set(RF_CURL_POST=userID=${RF_DIALER_USERID}&password=${RF_PASSWORD}&${ARG2})
exten =>
2007 Oct 25
2
T.38 Faxing and Asterisk
I understand that Asterisk 1.4 should support T.38 pass-through, but I
need Asterisk (or something on the Asterisk box) to act as a T.38
endpoint. Judging from the unclaimed $12,000USD bounty, it doesn't
appear that Asterisk itself can do this.
http://www.voip-info.org/wiki-Asterisk+T.38+Bounty
Does anyone have any experience with this, or are able to point to an
example of this working?
2010 Aug 02
3
IAX softphone
Hi all,
Can some one suggest me an IAX client for Linux and Windows?
I used KIAX once, but know it seems complicated to have it working on Ubuntu.
Thanks.
Ronaldo.
2007 Jul 24
1
MySQL components in asterisk-addons not being built
I'm trying to add MySQL CDR recording in Asterisk 1.4.6. I'm
following the instructions posted here:
http://www.voip-info.org/wiki-Asterisk+cdr+mysql
I have MySQL installed and it works fine - starts on stratup, I can
create DBs, tables and so on and I can connect through php. rpm -qa
indicates:
MySQL-server-5.0.22-0
MySQL-devel-5.0.22-0
MySQL-client-5.0.22-0
However I still get XXX
2010 Jul 18
1
Logging registration/unregistration of peers/extensions in database
Can asterisk log the registration date/time in a database? Is there a
standard option to do this?
I know it being logged in the asterisks 'full' (debug) log and we are
probably able to script something with the API interface but there might
be somewhat easier if there is a option to make asterisk log this
information directly into a database.
Thanks in advance,
Bram
2010 Jul 20
1
Preserving CDR(accountcode) in Local channels
Greetings list,
Whilst running through a routine check of some CDRs, I've noticed that the
originating channel's accountcode isn't preserved on creating a local
channel. For example, if we start with:
exten => 123,1,Set(CDR(accountcode)=foo)
exten => 123,n,Queue(bar,nrtw,,,)
And the queue 'bar' is defined as follows:
[bar]
member => Local/456 at outbound
member