Re: [asterisk-users] Popup URL for outgoing calls.

2014-06-27 Thread Ikka Vertika Tirtawidjaja

You can learn the source code of predictive dialer like vicidial, osdial, etc. 
You have to discover how they work, then you can implement it on your asterisk. 
But it's going to take a lot of time.

Sorry for my bad English


Regards,

Ikka Vertika
Jakarta - Indonesia


 Rusty Newton rnew...@digium.com wrote:

On Sat, Jun 21, 2014 at 5:57 AM, Inventions resea...@businesstz.com wrote:
 Can anyone tell me how to implement a popup URL native asterisk when
 making outbound call?

 For example, a user (A Part) dial from a softphone number 07112233, when a
 call is received (or even before) by B-Part, a CRM pops up with
 information for user 07112233 on A-Part computer. More less like incoming
 url popup on a queue.

No one is going to do the work for you. You'll have to do the
research. A good place to start is probably the sections in the
Asterisk Definitive Guide on Asterisk Gateway Interface and Asterisk
Manager Interface

http://shop.oreilly.com/product/0636920025894.do

-- 
Rusty Newton
Digium, Inc. | Community Support Manager
445 Jan Davis Drive NW - Huntsville, AL 35806 - US
direct: +1 256 428 6200

Check us out at: http://digium.com  http://asterisk.org

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] MixMonitor creating file on non-bridged calls with option b

2012-08-02 Thread Ikka Vertika (Mitra Kreasindo)
HI,

 

What version is your asterisk ? I'm using 10.2, 10.4. 10.6, there all have
the same problem.

I had read once, that there's a bug in asterisk 10.4, and fixed with patch.
But if it fixed, why 10.61 still have the same problem ?

I tried to patch it (ver 10.6x), but the patching process was unsuccessfull.
Some error occurs. The problem is still there.

 

Regards,

Ikka (Jakarta, Indonesia)

 

From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Thorben Jensen
Sent: Saturday, July 28, 2012 1:58 PM
To: asterisk-users
Subject: [asterisk-users] MixMonitor creating file on non-bridged calls with
option b

 

I am using MixMonitor to record calls and I have set the b option as I
don't want to get files for non-bridged calls. 

 

Mixmonitor always creates a file with 0 bytes even when the call is not
bridged. Is it possible to avoid this somehow?

 

This is what I do:

 

Set(CALLFILENAME=${STRFTIME(${EPOCH},,%Y%m%d-%H%M%S)}_${CALLERID(num)});

MixMonitor(${CALLFILENAME},b);

 

Regards

Thorben

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] CDRs do not record in asteriskcdrdb using Digium repository

2012-06-17 Thread Ikka Vertika
Please correct me if I'm wrong...

 

The current version of asterisk now is 10.x

Cdr_mysql is not used anymore. Now they using odbc to connect to mysql
database.

 

Why dont you try to install asterisk using source TAR.GZ ? It will make you
learned where you have to do some setting... :D. Rather difficult but fun...
:D

 

 

 

From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Bruce B
Sent: 18 Juni 2012 9:29
To: isr...@gmail.com; Asterisk Users Mailing List - Non-Commercial
Discussion
Subject: Re: [asterisk-users] CDRs do not record in asteriskcdrdb using
Digium repository

 

Pinpointed the problem to do with Digium repository. When I do yum install
asterisk18 system installs:

asterisk18.i386 1.8.7.0-2_centos5asterisk-current

 

After, when I do yum update asterisk18-* then the asterisk18-core updates:

asterisk18.i386 1.8.13.0-1_centos5 

 

I don't know if this is a bug in Digium repository or what but 1.8.7.0-2
should NOT show as asterisk-current.

 

Problem is that upon update, not all packages update. So, when trying to do
module load cdr_mysql this error prints:

loader.c: Module 'cdr_mysql.so' was not compiled with the same compile-time
options as this version of Asterisk.

loader.c: Module 'cdr_mysql.so' will not be initialized as it may cause
instability.

loader.c: Module 'cdr_mysql' could not be loaded.

 

I tried download .rpm files of asterisk18-addons.rpm,
asterisk18-addons-core.rpm, and asterisk18-mysql.rpm but the
asterisk18-mysql.rpm fails due to dependencies upon install. So, this seems
a bit complicated but it's probably an easy fix if Digium updates the system
to use all REAL current version at first install instead of needing to
update right after fresh install.

 

Any thoughts?

 

Thanks

 

 

 

 

On Sun, Jun 17, 2012 at 9:34 PM, Bruce B bruceb...@gmail.com wrote:

Yes, asterisk18-addons and asterisk18-addons-mysql are installed. The file
cdr_mysql.so exists and I added it to modules.conf with load =
cdr_mysql.so. But the module doesn't show loaded when I do module show
like cdr.

 

Seems like some config is missing. Which file is responsible for this type
of config.

 

Thanks

 

 

 

 

On Sat, Jun 16, 2012 at 4:35 PM, isr...@gmail.com wrote:

Did you install the addons
Yum install asterisk18-addons-mysql


-Original Message-
From: Duncan Turnbull dun...@e-simple.co.nz
Sender: asterisk-users-boun...@lists.digium.com
Date: Sun, 17 Jun 2012 08:30:00
To: Asterisk Users Mailing List - Non-Commercial
Discussionasterisk-users@lists.digium.com
Reply-To: Asterisk Users Mailing List - Non-Commercial Discussion
   asterisk-users@lists.digium.com
Subject: Re: [asterisk-users] CDRs do not record in asteriskcdrdb using
   Digium repository

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
  http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
  http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

 

 

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users