Displaying 20 results from an estimated 4000 matches similar to: "Monitor not merging calls"
2007 Apr 13
3
LED does not glow on new Voicemail
I have a CISCO 7912 phone, the LED on the phone does not glow when there is new voicemail, can we configure Asterisk to have the LED glow on new Voicemail.
Regards,
Sanjay Rajdev
2007 Mar 29
2
Problem while using asterisk Realtime
I am having problem while having asterisk work with ODBC (Postgres)
The error that I am getting is
"config.c: Realtime mapping for 'sippeers' found to engine 'odbc', but the engine is not available"
I really donot know what has went wrong. I have set the ODBC connection properly I have verified it using ::
[root@asterisk ~]# echo "select 1 " | isql asterisk
2007 Apr 16
6
BSNL caller ID (India)
Has anyone figured out the way of getting the caller id for BSNL on Asterisk 1.4.2
I have tried following link
http://bugs.digium.com/view.php?id=6683&nbn=24
but was not able to get it, although did not ge any error too.
I always get the caller id as asterisk.
Can someone please help.
Regards,
Sanjay Rajdev
2007 Jun 04
4
Detecting card on the PCI Slot
I have some Analog card on a PCI slot of a remote computer, Is their a way I can figure out remotely the name of the card.
I have FC6 installed on the machine.
Regards,
Sanjay Rajdev
2007 Apr 11
3
missing chan_zap.so
Few days back I installed Asterisk 1.4.2 with Zaptel 1.4.0.
All SIP accounts were working fine, today I tried to install a fxs Sangoma A200 card and got the following error.
[Apr 12 01:15:17] WARNING[31018]: channel.c:3024 ast_request: No channel type registered for 'Zap'
[Apr 12 01:15:17] WARNING[31018]: app_dial.c:1090 dial_exec_full: Unable to create channel of type 'Zap'
2007 Apr 03
2
Require only GSM Codec
Hello All,
I would like to only use the gsm codec for all the calls, is it possible I want to use minimum possible bandwidth as we have most of calls over Internet.
Regards,
Sanjay Rajdev
2008 Mar 11
7
Best alternative for getting prompts recorded.
What is the best alternative for getting the IVR and other prompts recorded for Asterisk.
Regards,
Sanjay.
2007 Mar 29
5
SIP RTP Tunnel
Hello,
is it possible to rout ALL RTP Data over Asterisk, like
SIP1 <---RTP---> Asterisk <---RTP---> SIP2
I know it seems quite useless. But I want to simulate a IAX -> SIP connection and have no Phonecard installed on my computer ;)
Thanx,
Kalle
2009 Oct 10
3
Method to use SOX inside a Dialplan
I'm trying create a feature that allows a callers to add more speech to his recording. I think this can be done inside a dialplan, but I can't find an example of how to do this.
Basically,after he records the primary message, a menu would play asking if he wants to append to this message. If yes, then he would record a temp file with the additional message and when done, I want SOX to
2008 Mar 28
1
how to register IAX user without password for any user
Dear Sanjay,
Sorry sanjay i miss to explain completely. My PC2PC mean is
Dialer2Dialer i want to allow call between Dialer with out any
registry and authentication through IAX.
so i need to setup Asterisk accept calls from any user and users can
call to each other without any password and registration.
please help how can i configure Asterisk using IAX in this regards.
thanks,
Asif
Message: 9
2008 Apr 03
4
C# SIP API to Comiunicate with Asterisk
Do anyone has an idea about an open source SIP API written in C# that can communicate with Asterisk, to call out?
Regards,
Sanjay.
2008 Mar 14
2
Logs for Call generated by Manager API
I am generating an outbound call through the Manager API and bridging it to an internal Extension, my problem is I am not able to find the logs for the call generated by the Manger API, Since on the same Asterisk server there are many users connected and I am receiving lot of Events back, not able to recognize which was the call generated by me as same time multiple users are dialing out.
2011 Sep 21
3
RESEND: Mixmonitor command parameter problem on Asterisk 1.8.4
Is anyone can help me with this ? I'm really desperate.
Thx in ad.
From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Ikka - Mitra
Kreasindo
Sent: Wednesday, September 14, 2011 5:02 PM
To: 'Asterisk Users Mailing List - Non-Commercial Discussion'
Subject: [asterisk-users] Mixmonitor command parameter problem on
2008 May 16
2
Fetching Binary data from SQL Server
I am trying to write a customized app using C that would fetch voice file from SQL Server 2000 using ODBC and FREETDS.
Currently I am only able to fetch first 63 KB chunk from the DB, and not able to fetch the rest of the file, below is the code that i am using to do so,
fd = open(fullpath, O_RDWR | O_CREAT | O_TRUNC, 0770);
if (fd < 0) {
ast_log(LOG_WARNING, "Failed to write
2008 May 19
2
Recording problems, reinvites
Hello,
I'm wondering if anyone else has been observing problems lately with
1.4.18 and higher releases of asterisk not properly recording calls.
When using MixMonitor, the resulting file is only a few bytes long.
I think this is because asterisk is doing Native bridging even though
MixMonitor should block that.
Did something change around the release of 1.4.18 that would have
changed
2012 Jan 25
3
Executing Script after MixMonitor is called
Hello Guys,
I am trying to convert files that are .wac to mp3 after mixmonitor command is called but it doesnt execute the command, I tried the command in terminal it worked, any help please ... below is my dial plan
exten=6500,n,Set(MIXMONITOR_EXEC=&& nice -n 19 /usr/local/bin/lame -b 8 -t -F -m m --bitwidth 8 --quiet "/var/spool/asterisk/monitor/${CALLFILENAME}.wav"
2009 Jun 07
2
Call recording in - out
Hello to all
I'm trying to record the calls going to my queues, but asterisk creates
2 files, one with the inbound and another with the outbound sound.
I know Sox should mix the 2 files automatically in the end, but this
isn't happening.
I have sox installed in my server.
How can I force Sox to mix the files?
Here is my config:
queues.conf-----------------------------
[general]
2006 Feb 10
1
2wav2mp3, monitor, mixmonitor, mpg123, queues
Hello!
I'm using Asterisk for our office telephony, but we have some problems
that still we can't resolve about it. Here they are:
1) merge in/out call recording files
I also tried to use a script I found on the internet, called 2wav2mp3
In extensions.conf I added the following lines
; script to be executed when monitoring has been finished
MONITOR_EXEC=/usr/local/bin/2wav2mp3
exten
2007 Apr 16
2
Problem with queue
I have queue set up in realtime on Asterisk 1.4.2.
Below is the senario that is happenening ::
I have created a test queue with only one agent. Once I call the test queue the agents phone rings if the aagent is logged on. everything till here is fine.
Now if the agent does not pick up the call, the call automaticaly disconnects after 15 secs as set for the queue, till here also it is fine.
But
2009 Dec 15
2
monitor-type=MixMonitor
Hi!
Since we upgraded to 1.6.1.11, asterisk is only outputing monitored files
-in and -out.
It is not mixing them in the end.
queues.conf has monitor-type=MixMonitor...
Would somebody help me debug why it doesn't mix the sounds??
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: