similar to: Monitor problem, Asterisk 1.2.13

Displaying 20 results from an estimated 9000 matches similar to: "Monitor problem, Asterisk 1.2.13"

2010 Feb 05
8
Losing local SIP phones when internet goes down?
Hi, I'm getting some strange behaviour on Asterisk 1.4 running on Debian Stable (Lenny). I suspect it's something to do with my setup, rather than a bug, but I'm struggling to see it, and would appreciate any input. Setup: PC with two ethernet cards: eth0 goes to local network, including two SIP phones (Aastra 9112i, wired, and Nokia E75, over WIFI); eth1 goes to router and
2007 Dec 04
4
Echo cancellation and DTMF from the Asterisk console?
Hi, I'd like to try using a good quality microphone and a set of PC speakers (in the first instance) to create a powerful speakerphone; if I get that working, I'll probably try more elaborate audio equipment. For this to work, I'll need software acoustic echo cancellation, or the caller at the other end will constantly hear his/her voice echoing back. I gather Asterisk can do
2009 Aug 20
1
Call routing between two Asterisk boxes using SIP not working ...
Hello there! I need some help to configure two Asterix boxes to route calls using SIP. I followed the instructions present at this site: "http://astbook.asteriskdocs.org/en/2nd_Edition/asterisk-book-html-chunk/connecting_two_asterisk.html", but I couldn't get it working so far. The only difference, besides the names that I've used, is that I'm using realtime to retrieve
2010 Nov 15
4
Best way to connect to a MySQL Database
Is this command the best way to access a MySQL database - MYSQL(Connect connid dhhost dbuser dbpass dbname) ? I thought I heard that using ODBC was a bit more stable. Anyone have any experience? Thanks, Matt
2003 Aug 17
3
Monitor application temporary hack
[apologies for no line wrap; config lines at bottom] I have mentioned on several threads here that the Monitor application doesn't do exactly what one would expect: the originating and answering legs of a call are unsynchronized by the duration of the interval that it takes for the answering leg to pick up the phone. This can be very distracting in a final mixed version of the file. Brian
2006 Nov 03
1
Monitor, MixMonitor and volume levels
Hi, I have started using the call recording facilities in Asterisk 1.2 recently, and having worked out some of the foibles regarding call forwarding etc etc, I think I have a mostly working system. I do still seem to have a problem with recording volume though. It seems that all SIP call legs are recorded at "normal" volume, but all my Zap (ISDN) and IAX (via Provider -> ISDN) calls
2009 Feb 21
1
VoIP Information in CDRs
Hi, I am trying to find a way to add the following info in CDRs (with asterisk 1.4.23.1): 1. Codec used 2. RTP QoS statistics 3. RTP IP of remote host 4. For answered calls, the peer that requested to end the conversation I have managed to get 1 and 2 for the caller, like that: exten => h,1,Set(CDR(userfield)=RIP=${SIPCHANINFO(recvip)}
2005 Nov 16
3
Association collections problems
Hi all! I find association collections to be quite hard to understand and use. I have a Leg class that has_many :choices, and a Choice class that belongs_to :leg. In a controller I want to update both a Leg and its Choices. If I do it like this: @leg.choices.update params[:choice].keys, params[:choice].values It updates the database directly (or more specifically only updates records that
2006 Dec 18
1
Queue Monitor not mixing if using UNIQUEID in MONITOR_FILENAME
Hello Asterisk Users, I guess the subject says the most of it; here goes some more detail: - Running Asterisk 1.2.14 - Objective: record all calls managed by a specific queue - Name those files ${TIMESTAMP}-${CALLERIDNUM}-${UNIQUEID} Facts: - If the UNIQUEID chan var is used in the MONITOR_FILENAME, before calling the Queue() application, the two legs of the call are not
2015 Aug 27
2
Is it possible to perform PJSIP Add Header prior to calling Queue and have it part of the INVITE packet?
Thanks Scott. I?m taking over for someone else?s code, so I must admit I?m still learning the Agent and Queue concepts. Local channels are something I have not used either. Would local channels essentially be an internal bridge? How would I ?Register Local/number at agent in the queue on behalf of the agent (replace number with the agent's extension number)? From: asterisk-users-bounces
2005 Jan 19
1
who changed the codec?
'morning everybody, Here is the setup: 5126800422 called 3035 (3035 is a Cisco 7960). The call is g729. 3035 presses 'Conference' on her phone and calls 8327549222. This call is ulaw. (65.72.107.2 is our Cisco 7206 SIP->PRI gateway.) asterisk*CLI> sip show channels Peer User/ANR Call ID Seq (Tx/Rx) Format 65.72.107.2 8327549222 1758081f67e
2014 Feb 17
2
h extension isn't processed after call file finishes.
Hi all, I'm trying to build a fax relay mechanism where faxes come in and get relayed out to their final destination. I'm using the h extension to store various results from both legs. This data is being saved correctly for the first (receiving) leg. The second leg isn't calling the h extension when it's finished. The second leg is being initiated by a .call file like:
2010 May 06
1
Make the call finish after executing Dial(G())
Dear List, My Dial command: exten => _X.,n,Dial(SIP/PBX2/1234,60,G(connect-jack^${EXTEN}^1)) exten => h,1,.... [connect-jack] exten => _X.,1,NoOp(${CHANNEL}) ; Leg A exten => _X.,2,NoOp(${CHANNEL}) ; Leg B The problem is: after answering, [connect-jack] both priorities are executed, and right after executing them call drops. Log: -- Executing [123456 at NPDB2:76]
2015 Aug 27
2
Is it possible to perform PJSIP Add Header prior to calling Queue and have it part of the INVITE packet?
Thanks Scott. I was able to get the basic concept to run. However, it seems PJSIP INVITE for the Dial also does not support added headers. The Local channel dial plan did have the channel variable values. I added them as SIP headers, then Dial(PJSIP/Agent). The INVITE for the Dial on PJSIP continues to not include the SIP Headers I added. For chan_sip, I have no problem with this. Even the
2009 Oct 14
2
Queues with unavailable members
We have the possibly rather unique setup where we have cell phones posing as SIP devices. The SIP registration for those unfortunately doesn't go away just because the phone is off, since the registration is done by our cell-phone<=>SIP gateway, and that gateway has no way of knowing whether the phone is on or off. This is usually ok, but it gets problematic if the cell phone is a
2013 Jan 14
1
php programming for working with asterisk
Hi, I write some php code in AMI to working with asterisk command. I don't know exactly what is the different between AMI and AGI and witch one is better for my planning. Im planning to call party users that their number is is my panel on web. We have some operator and they can call party users via client softphone by clicking on their number, so they have to limited to call just listed
2010 Nov 18
3
How to register SIP phone on Asterisk 1.6.2.14 on Centos 5.5 64bit
Hi all, I registered sip phone(X-Lite) on Asterisk 1.6.2.14 on CentOS 5.5 64 bit but not successful, Can anyone help me to do it? Thanks and best regards. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20101118/97cba039/attachment.htm
2004 Jan 08
4
2nd call leg status?
Hi, okay heres what I want to do .. simple ivr, we take a call, answer it, play a menu, dial out based on options. No problems so far. The CDR always shows the call as answered as I answer the 1st leg to play the prompts, I am actually more interested in if the 2nd leg - the outbound part - has been answered or not before the call is hungup. How can I get this and record the information in
2011 Feb 15
1
outbound call leg CALLID
Hello everyone Is there a possibility to catch an outbound callleg ID for the follovong scenario: some carrier -----> ------(asterisk1) --->-----asterisk2 ? I can get inbound callid for asterisk1 with a ${SIPCALLID} in extensions.conf or to look it up in cdrs field (are the same). But how about outbound? I have all calls just forwarded through asterisk1, not answered and for every call I
2017 Jun 26
4
Autodialer - call simultaneously to both ends
Hello List, I'm working on an autodialer project. At the moment I use the Originate application then I "throw" it to an extension where I Dial() the other party and then both legs are bridged. The problem is that the Dial() will only run after the Originate finish its bit and I have lots of wasted time or even worse, the remote party hanging the call because instead of a human