Displaying 20 results from an estimated 20000 matches similar to: "How do I monitor the whole conversation on a Zap channel ..."
2006 May 08
1
How do I monitor a Zap channel ...
How do I monitor a Zap channel as soon as the telephone is off the hook,
till it is on the hook again?
2014 Jul 30
2
compiling dahdi and exporting it to another system
Hello asterisk-users,
I need to compile dahdi and then export it to another system. I managed to
do this with DESTDIR=/root/destDir, then make a tar file and extract in / of
the other system. However the module is not loading and /dev/dahdi is not
created.
Anyone done this?
Thank you,
Anthony.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2008 Feb 28
1
Asterisk monitor() zap channel problem
im trying to use monitor() aplication with "b" option, to start the
recordigin just once the conversation has actuallly begun.
It works fine with a sip extensi?n, but when i use a zap channel, it records
all the channel bridging, including the ringing sounds...
could you please help me with this issue?
ill keep reporting
thanks.
-------------- next part --------------
An HTML
2006 Mar 18
0
I have my asterisk machine behind a Linux, Nat ...
I would like to make a suggestion and recommend that you put your Asterisk box on the outside and let it also pull duty as your firewall/nat router. The iptables overhead will be minimal on the system and you'll save yourself a lot of headaches in the long run.
The biggest problem being that having an asterisk server behind a nat, and then also having sip phones trying to connect to said
2014 Sep 03
4
(no subject)
Hello asterisk-users,
Just compiled and installed 11.12.0 however when I try to connect with
rasterisk I get:
Unable to connect to remote asterisk (does /var/run/asterisk/asterisk.ctl
exist?)
It seems that asterisk.ctl is not created.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2005 Sep 12
2
Zap Channel
Hi all,
How can I make a X100P ZAP channel not answering to any incoming calls?
Thanks.
Newbie
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050912/73c47a3f/attachment.htm
2012 Oct 12
2
pdf viewer with bookmarking facility?
pdf viewer with bookmarking facility?
2006 Jan 08
3
Monitor Logged in Agent's conversation
Hi,
Is it possible to monitor conversation of logged in Agents? Currently I
am using ZapScan to monitor incoming calls, but I would like to monitor
individual agents.
raj
2006 Jun 13
4
how to hang the zap channel
hello,
I got those extensions:
exten => 555,1,MeetMeCount(500|count)
exten => 555,2,Gotoif,$[${count} = 1]?6
exten => 555,3,Meetme,500|pMs|1234
exten => 555,4,Playback,goodbye
exten => 555,5,Hangup
exten => 555,6,Goto(from-internal-custom,556,1)
exten => 555,7,hangup
exten => 556,1,System(/bin/cp /etc/asterisk/1-test
/var/spool/asterisk/outgoing/)
exten =>
2007 Aug 03
1
Knowing zap channel status
I'm trying to write a zap monitor program to visually display the status
of each channel. It's working well -:
However, one thing that I am still struggling with is knowing the status
of the zap channels when the program starts.
Zap show channels only seems to show an extension on an inbound call. I
don't know which channels are in use for outbound calls.
Anyone got an
2006 Jan 09
3
Same Zap channel in multiple groups
Does anyone know if it would cause problems to have the same Zap channel in
multiple goups? So, for example, if I have two PRIs would the following
work or would it cause problems:
channel => 1-23
group => 1
channel => 25-47
group => 2
channel => 1-23,25-47
group => 3
I am just curious if anyone has set some thing like this up and how it
worked out.
Thanks,
Patrick
2007 Sep 27
1
Zap channel stuck in conference
Hello, I have a strange problem with one of my Zap channels. A user told me
that he was in a voicemail system during a call, hit the Flash button, and
the call hung up. Now we get no dialtone on the phone hooked up to the
channel. Here's the status of the channel:
jmartin at rogue:~$ sudo asterisk -r -x "zap show channel 7"
Parsing /etc/asterisk/extconfig.conf
Channel: 7
File
2007 Feb 20
1
How to repeat pri show span and zap show channel commands
Hi,
For debugging purpose, it might be useful to repeat every 30s or so, pri
show span and zap show channel commands have the results merged with
/var/log/asterisk/full log file?
Any better idea than running an dedicated shell script with a "asterisk -rx
pri show span 1" line ?
Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Oct 19
2
/dev/zap/channel ownership
* is having permission problems accessing /dev/zap/channel. When I
look, these devices (everything in /dev/zap) shows root.root for uid and
gid. If I start Asterisk from the command line, it runs fine (running
as Root). When I start it as a service, I get
Oct 19 23:02:55 WARNING[10587] chan_iax2.c: Unable to open IAX timing
interface: Permission denied
Oct 19 23:02:55 WARNING[10587]
2010 Feb 11
2
app_dial.c: Unable to create channel of type 'Zap' (cause 34 - Circuit/channel congestion)
Just to share some experience with everyone about what happened today to
our Asterisk 1.4 box with Digium TE412P card.
We had an unscheduled power outage which shut down the Asterisk box.
When the power went up, Asterisk came back up okay but the ports on the
card were all red. Zttool show red alarm and cat /proc/zaptel/1 show
red alarm today.
Both incoming and outgoing cannot be made.
When a
2005 Mar 17
1
ZAp channel numbering question
Hi there,
Newbie questions on ZAP channel numbering (forgive me if this was asked before):
1. How are channels numbered if I have multiple FXS/FXO cards in the
system? Is there a fixed mapping between PCI slot id and the number
range allocated for all the ports on that PCI card?
2. Same question for T1/E1 spans.
Appreciate your help!
Yester
2005 Jan 17
1
Can I start recording channel in the middle of conversation ?
Hi,
I'd kindly ask for simple example if this is possible ?
Is any key press encountered during conversation and action taken in
dialplan ?
Thanks,
regards,
Rob.
2007 Aug 08
2
Monitor doohicky got event Event 160 on channel..
Hi all,
I am seeing on my logs this message:
Jun 13 09:14:51 DEBUG[4944] chan_zap.c: Monitor doohicky got event Event 160
on channel 3
Jun 13 09:14:51 DEBUG[4944] chan_zap.c: Monitor doohicky got event Event 160
on channel 3
(repeated much more then what I will show here).
I see that it comes from static void* do_monitor(void *data) in chan_zap.c,
but I do not understand what does it
2005 Jul 25
3
Zap channel configuration problem
Hi,
I would like to use a digum card to call an external number through my
PSTN. I think that I have a problem in the configuration. Asterisk
returns me app_dial.c:764 dial_exec: Unable to create channel of type 'Zap'
I use Fedora core 3.
I installed libpri, zaptel and asterisk.
I plugged my line on the FXS module (green part).
I make modprobe zaptel && modprobe wctdm without
2006 Feb 09
1
How come I don't have the MeetMe application registered?
How come I don't have the MeetMe application registered?
Regards,
Anthony.