Displaying 20 results from an estimated 1000 matches similar to: "Continue processing AGI script after hangup"
2005 Sep 26
1
Precomputing the remaining floating point operations.
I see there are still some floating point operations left in the codec 
init(ialization) code. Changing that code to fixed point is not only 
difficult (due to the trigonometric functions etc) but may also degrade the 
precision.
Here is an idea whereby we can easily precompute (record) all those values 
on a powerful processor and then use (replay) them on an embedded processor 
/ DSP. The only
2009 Jun 30
1
Setting CDR(userfield) from Macro called from feature doesn't work with cdr_mysql
cdr_mysql doesn't set the userfield when it's set inside a macro
called from a feature (1.4.25, addons 1.4.8).
I have a feature code:
 autorecord => *1,self,Macro,apprecord
The apprecord macro looks like:
 [macro-apprecord]
 exten => s,1,Playback(beep)
 exten =>
2010 Aug 12
1
Recording the conversation with MixMonitor() ends when the call is transfered
Hello.
I notice that when a call that is recorded with MixMonitor is transfered 
to another co-worker, the recording ends.
exten => 409,n,Macro(SDstartrecording,external,${DID})
the incoming call then goes to a queue...
[macro-startrecording]
; ARG1 = incoming DID or CALLERID(name)
; ARG2 = outgoing dialnumber
...
exten => s,n,MixMonitor(/var/ftp/${NR}/${recordfile},b,chown -R 
2009 Jun 04
2
broken pipe in perl agi
Hi gang, 
             Since I'm getting no joy from device_Status or SIPPEER in
1.4.26-rc1, I thought I would do an AGI to read my hints and check for line
in use that way.  The AGI works fine from a prompt, but returns the dreaded
"utils.c:966 ast_carefulwrite: write() returned error: Broken pipe" when I
try to run it from the dialplan.  Here is my dialplan snippet;
 
2006 Feb 24
2
Missing 31 DTMF tones over ZAP
Hello,
    I'm posting this to the list in case others run into the same issue.
   
    I've recently been connecting * to a legacy Avaya InDEX switch over 
E1 ISDN PRI here in the UK.  Everything was working OK, except that DTMF 
digits were not being recognised by * when sent by the Avaya switch to 
the * system.  Instead, the background noise of the call centre would be 
silenced while
2009 Aug 20
6
Cannot play soundfile, doesnt find it or wrong format? Weird, worked yesterday! :-)
I'm trying to play a wav-file on a channel.
This is what I see in the asterisk debug console
AGI Rx << STREAM FILE "test.wav" "12345"
[Aug 20 16:10:19] WARNING[25219]: file.c:602 ast_openstream_full: File test.wav does not exist in any format
So it doesn't find the file, or it's in a wrong format?
I can listen to it with windows media player... it's a
2007 May 23
3
TE205P, E1, Panasonic PBX and hang-up issues
Hey folks,
I have a Digium TE205P working as a man in the middle:
PRI line -------- Asterisk/TE205P -------- PBX
The PBX is a Panasonic KX - TVP 100.
Everything is working great except for one little issue. Asterisk isn't 
hanging up the PRI B channel when the PBX channel is hung up. 
I don't want to overload you with information but please ask if more is 
needed. I suspect I'm
2006 Mar 29
4
Collecting data from forms
Hi,
I?m having some problems collecting the content of some forms.
This is whats in list.rhtml:
<%= form_tag :action => ''send_message'' %>
From:
<%= text_field	''message'', ''from''%>
<br>Message:
<%= text_area	''message'', ''text'', :rows => 6 %>
<tr>
   <td></td>
2007 Nov 04
3
Specing raising error, handling, and then not raising error
Hey guys and gals,
I have a snippet of code:
Net::SMTP(@host, @port, @from_domain) do |smtp|
  @emails.each do |email|
    begin
      smtp.send_message email.encoded, email.from, email.destinations
      @emails_sent += 1
    rescue Exception => e
      # blah
    end
  end
end
What I want to do is:
Say there are 4 emails.
First email is sent OK
On the second email smtp raises a IOError
2009 Apr 27
1
No format for saving voicemail?
All;
  I just came accross this problem, and I am a bit stumped. I am using Asterisk 1.4.23.1 and am using Asterisk Realtime Static for voicemail. I have not had a problem before, but now when someone tries to leave a vm, I get the error "No format for saving voicemail?" and Asterisk hangs up the call. According to the docs, Asterisk should default to wav49|gsm|wav. Clearly it is not
2009 Jan 24
2
Reading/Writing the Astdb
All;
   I have a question regarding the Astdb. When reading more than a few values, it can
take quite a while to grab several
values in the astdb using say, asterisk -rx "database show" >
output.txt and work with that and then set a new value such as asterisk
-rx "database put $key $value". The whole process can take over 1
second for EACH ENTRY which adds up for more than a
2007 Apr 17
2
Voicemail files permission
I'm using asterisk 1.2.14
When asterisk stores voicemail messages in
/var/spool/asterisk/voicemail/default/EXTENSION/INBOX files are created with:
-rwx------ 1 asterisk web-aster   6690 Apr 17 16:08 msg0002.WAV
-rwx------ 1 asterisk web-aster   6732 Apr 17 16:08 msg0002.gsm
-rw------- 1 asterisk web-aster    274 Apr 17 16:08 msg0002.txt
-rwx------ 1 asterisk web-aster  65324 Apr 17 16:08
2006 Oct 27
8
Error after moving to production server
so i have an after_create method on my track model that kicks off a  
background process that converts an mp3 to a swf.
this is working fine locally on my machine, but upon moving it to my  
production server, i am getting the following error.  I''ve only been  
using backgroundRB for like 48 hours, so i''m not really sure what  
this means or where to go.  any ideas?
2008 Dec 04
3
The RSpec way of doing this? Need help on validating block
Hello, I''m back again with more questions about mocks and how to do good
testing in general. Let''s say I''m writing this EmailSender class and I
want to make it totally awesomely tested with RSpec. Here''s how far I''ve
gotten so far:
require ''net/smtp''
class EmailSender
  def send_email
   
2006 Feb 21
26
Net::SMS::BulkSMS 0.1
This is the first release of a new Ruby library for the
www.bulksms.co.ukAPI which should allow simple integration of SMS
functionality into your
Ruby or Rails apps.
Sending a message is as simple as:
@service = Service.new(''username'', ''password'')
@service.send_message(''This is my message!'', ''4479123456789'')
# whats my
2003 Jul 23
5
Asterisk as a stand alone voice mail server
I'm sure asterisk would make a great stand alone voice mail server.
Basically I want to get rid of our voice mail system and replace it with
*, but the problem is we use a cisco cluster with skinny clients. So I
was thinking the way to contact a * server, would be through our 3640.
But so far any attempt has failed. I am wondering if anyone has done
something similar. Just want to verify the
1997 Nov 29
1
Workgroup popups with samba
Hello,
I'd like to know if there's a way to receive Workgroup's winpopup messages 
with samba under linux.
If it's impossible, what are the technical problems caused by such a request ?
Thank you
-- 
                              ,,,
                              o +
+-----------------------ooO---(_)---Ooo---------------------------+
|                 "Xylo", a.k.a
2007 Jan 11
4
counter-intuitive behaveour when passing a proc to Mocha::Expectation#returns
Let''s say that I have a procedure that:
* gets the number of bytes to write into some file
* and returns the number of successfully written bytes
   def save( text, len )
This procedure is being used all over the place especially inside the method
"process" which I want to test. Thus in order not to polute my filesystem I stub
the "save" procedure. But of course in
2019 Aug 21
3
CentOS 5 file system read only issue
Hello Everyone,
We are using CentOS 5 system for certain application. Those are VM guests
running in VMware. There is datastore issue occasionally, causing all file
systems becoming read only file systems. So application stop working, and
opened files cannot be written either. We cannot even ssh login to the
system. Typically we had to power cycle the VM. We are trying to add
reliability to the
2008 Oct 17
4
Error when posting facebook.feed.publishActionOfUser
posting ''facebook.feed.publishActionOfUser'' with {:title=>"<fb:fbml>
<fb:name ifcantsee=\"A Hidden User\" linked=\"true\" uid=\"579947937\"
/> wrote a <a href=\"http://apps.facebook.com/dailycaption/captions/1273\">caption</a></fb:fbml>",