Re: [asterisk-users] Add Monitor application to call suppresses audio

2009-05-26 Thread David Backeberg
On Wed, May 13, 2009 at 11:53 AM, Barry L. Kline blkl...@attglobal.net wrote: If I insert a Monitor() prior to dialing the outbound call, I get no audio in the recording and the caller hears no audio.   Occasionally it works (perhaps 1 out of 5 times) but most of the time the caller can't hear

Re: [asterisk-users] Add Monitor application to call suppresses audio

2009-05-26 Thread Barry L. Kline
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David Backeberg wrote: 5) exten = s,n,Dial(${OUTGOING_PRI}/${ANSWERINGSVC},15,r); 6) exten = s,n,Goto(s-${DIALSTATUS},1); What is the 6 for? What is the goto supposed to do? Hi David. The '6' is in case I get a CHANUNAVAIL or other error back

Re: [asterisk-users] Add Monitor application to call suppresses audio

2009-05-19 Thread Barry L. Kline
This is getting really interesting. I had a chance to do some testing last night. To recap, here is what I'm attempting to do: Caller -- INBOUND_PRI -- Asterisk -- OUTBOUND_PRI -- AnswerService The caller dials our number, * picks the call and offers some choices. If the caller needs to speak

Re: [asterisk-users] Add Monitor application to call suppresses audio

2009-05-18 Thread Barry L. Kline
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sorry for the delayed response, I was out of the office. David Backeberg wrote: But there's not the native bridging status on the calls with recording enabled, where as the native bridging report fires on the recording-less dialplan. A clue

Re: [asterisk-users] Add Monitor application to call suppresses audio

2009-05-18 Thread David Backeberg
On Mon, May 18, 2009 at 5:16 PM, Barry L. Kline blkl...@attglobal.net wrote: So you say call 1 with recording made a file, and the call connected with voice. And call2 with recording made a file, but the customer didn't hear the voice? Yes.  In this case I'm using an outside Asterisk server

Re: [asterisk-users] Add Monitor application to call suppresses audio

2009-05-14 Thread David Backeberg
On Wed, May 13, 2009 at 11:00 PM, Barry L. Kline blkl...@attglobal.net wrote: The first call is the dialplan I have been using which works perfectly. The second call, which worked, was the first attempt to use Monitor(), after having restarted Asterisk. The third call is another attempt at

[asterisk-users] Add Monitor application to call suppresses audio

2009-05-13 Thread Barry L. Kline
I have an application where we receive calls on an inbound PRI. After hours, our Asterisk box dials our answering service on an outbound PRI and then bridges the caller to the answering service. The flow looks like this: (CALLER)INBOUND_PRI -- CONTEXT -- GOSUB(Incoming) --

Re: [asterisk-users] Add Monitor application to call suppresses audio

2009-05-13 Thread David Backeberg
On Wed, May 13, 2009 at 11:53 AM, Barry L. Kline blkl...@attglobal.net wrote: If I insert a Monitor() prior to dialing the outbound call, I get no audio in the recording and the caller hears no audio.   Occasionally it works (perhaps 1 out of 5 times) but most of the time the caller can't hear

Re: [asterisk-users] Add Monitor application to call suppresses audio

2009-05-13 Thread Barry L. Kline
David Backeberg wrote: I don't know why recording is breaking your calls. My guess is something is screwed up with your PRI configuration. Are you getting alarms in your logs from dahdi? Not a peep, either with or without using the monitor command. I've been using this system for around