View previous topic :: View next topic |
Author |
Message |
timlegge at gmail.com Guest
|
Posted: Wed Jan 02, 2008 11:49 am Post subject: [asterisk-users] AGI stream file |
|
|
Hi
I have created a rudimentary perl script that does most of what I want
but occasionally in seems that a file will not play. I see the
message getting sent to Asterisk but no reply to say that it
completed. In fact, the very next SAY DATE command works and
everything after that but the previous message seems to be ignored.
In addition, I found in one case that I had to read to STDIN
immediately before sending a message to get it to work even though
previous requests had already read the STDIN.
Any ideas?
Tim |
|
Back to top |
|
|
david.cantera at iacne... Guest
|
Posted: Wed Jan 02, 2008 12:13 pm Post subject: [asterisk-users] AGI stream file |
|
|
tim,
I found exactly the same thing... hit or miss... I'm using php.
daveC
Timothy Legge wrote:
Quote: | Hi
I have created a rudimentary perl script that does most of what I want
but occasionally in seems that a file will not play. I see the
message getting sent to Asterisk but no reply to say that it
completed. In fact, the very next SAY DATE command works and
everything after that but the previous message seems to be ignored.
In addition, I found in one case that I had to read to STDIN
immediately before sending a message to get it to work even though
previous requests had already read the STDIN.
Any ideas?
Tim
_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
|
--
My wife's sister is in California.
I should buy her a Videophone2008!
Truly, The Next Best Thing to Being There!
--
WorldWideVideoPhones.com
856.380.0894 |
|
Back to top |
|
|
goksie at gmail.com Guest
|
Posted: Wed Jan 02, 2008 12:52 pm Post subject: [asterisk-users] AGI stream file |
|
|
Timothy Legge wrote:
Quote: | Hi
I have created a rudimentary perl script that does most of what I want
but occasionally in seems that a file will not play. I see the
message getting sent to Asterisk but no reply to say that it
completed. In fact, the very next SAY DATE command works and
everything after that but the previous message seems to be ignored.
In addition, I found in one case that I had to read to STDIN
immediately before sending a message to get it to work even though
previous requests had already read the STDIN.
Any ideas?
Tim
_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
|
I am using asterisk-agi module and it worked for me both the streaming
and other activities are okay here with me.
goksie |
|
Back to top |
|
|
timlegge at gmail.com Guest
|
Posted: Wed Jan 02, 2008 1:11 pm Post subject: [asterisk-users] AGI stream file |
|
|
Hi
So you are using the perl module, not custom code? I had been fooling
with a proof of concept so I had not bothered to install the perl
module.\
Tim
On Jan 2, 2008 1:52 PM, Goke Aruna <goksie at gmail.com> wrote:
Quote: |
Timothy Legge wrote:
Quote: | Hi
I have created a rudimentary perl script that does most of what I want
but occasionally in seems that a file will not play. I see the
message getting sent to Asterisk but no reply to say that it
completed. In fact, the very next SAY DATE command works and
everything after that but the previous message seems to be ignored.
In addition, I found in one case that I had to read to STDIN
immediately before sending a message to get it to work even though
previous requests had already read the STDIN.
Any ideas?
Tim
_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
|
I am using asterisk-agi module and it worked for me both the streaming
and other activities are okay here with me.
goksie
_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
|
|
|
Back to top |
|
|
|