similar to: Creating a HTTP Request on missed call?

Displaying 20 results from an estimated 200 matches similar to: "Creating a HTTP Request on missed call?"

2010 May 05
0
res_config_mysql - maximum field length for appdata
Hello list, as I am trying to write a complex macro for my users i have the problem, that the appdata field in the extensions table is to small for all my macro parameters. I am using the DB definition from http://www.voip-info.org/wiki/view/Asterisk+RealTime+Extensions so appdata is limited to 128 characters. And I would prefer some more ;) After looking around in res_config_mysql.c I did
2001 Nov 26
1
Logon Script Problems
Hello Everyone, I am having some trouble with logon scripts! They were working perfectly once but I must have changed something... I would really appreciate any advice you could give me about how to fix it. My user name is 'jeff'. My logon script should be '\\server\netlogon\jeff.bat'. When I log on, windows briefly says it can't find the logon script. After I have
2005 Dec 22
6
Plot problems: xlim
Hi, Still fresh in R, tried to figure this out, now on my second day running with no luck (and a pile of hair on my desk) so I have thrown in the towel and would like to ask for some help. Here is what I am trying to do. I am trying to plot a distribution, I have 99 points, bound in the range xlim.min: -0.0173 xlim.max: 0.02103 However, I have a value outside this range (0.2454959) which I
2010 May 05
1
Getting calee audio in Asterisk (real time)
Hello, I need to capture calee's audio in real-time in order to capture operator messages (I've written sound recognition software that works with Jack: http://github.com/Motiejus/SoundPatty/). Jack does the following: Incoming call audio -> audio in to jack, audio out from jack -> current Asterisk application Outgoing call audio <- current Asterisk application However, I need
2010 May 26
1
Jack in /usr/local/ means failure for asterisk
Hi, I have been headbanging with asterisk and Jack for a while, decited to ask other linuxists for an advice. The problem is that Jack is compiled from source (0.118) in /usr/local/, but menuselect says "XXX" for it (cannot enable it). I need jack... Otherwise I will inotify Monitor WAVs, what is bad :`( After installing jack from sources: Add system-wide
2010 May 21
2
Connecting 1-2 GSM ports to asterisk?
Hi, List, I am looking for a cheapest (and therefore most funny) way to attach GSM card to my asterisk home box. Needed features: Calls+SMS in/out one or two SIM cards (ports) Should I try looking for a GSM PCI card that is compatible with linux/asterisk, or GSM USB card, or modern full-blown SIP GSM gateway (with ethernet)? Maybe an ordinary cell phone with USB interface and mangling with
2006 Jul 12
5
2 subdirectories 1 controller?
Hi, I''d like to create the following setup with RoR: www.mywebsite.com/subdir1/order/create www.mywebsite.com/subdir2/order/create I''d like both urls to call the same action in the same controller. How can I do this? I know this may be complicated, but I''m prepared to go a long way. Shimon -------------- next part -------------- An HTML attachment was scrubbed...
2010 Jan 10
7
IIS + Apache + Mongrel: Problem with big data submit form
Hi all, I deployed a Rails application on a Windows Server 2003 machine as follows: + I created two instances of Mongrel at ports 4001, 4002 to serve the application + I set up an Apache instance at port 8080 for balancing load for the two Mongrels => So I can access my website at URL http://mywebsite:8080/ + I want to allow users access my website without typing port 8080 in the URL.
2010 Aug 08
3
How to track a call result originated from originate AMI command
Hi All, I want to track a call that is originated using originate AMI command through AstManProxy server. I m using AstManProxy server and I developed an AstManProxy client. By using my AstManClient program I can able to login AstManProxy server. Now I can able to issue/send originate command to generate a call but I m very confuse that I cannot able to track my call. The AMI events were
2006 Jan 30
5
Action Mailer woes
Hi gang, Im having my first stab at ActionMailer and not having any luck. Perhaps someone could help me out. I generated a a mailer called ItemMailer - its purpose is to take some information that I''ve already gathered in a ToDo list form and to mail it out to the person who is nominated for the task In environment.rb I have; ActionMailer::Base.server_settings = { :address =>
2010 May 26
1
VoIP over virtualized VPN
Hi List, Our company has several small distributed offices we would like to inter-connect with bridged VPN a single subnet (last example in http://www.shorewall.net/OPENVPN.html). We have SIP phones in every office (up to 5) so we can use SIP without any NATing and securely. Max theoretical simultaneous calls possible ~30, but we have ~5-10 @ regular basis. OpenVPN server would be in the same
2010 Aug 04
2
Identify remote prompts: Partial audio matching?
Ok, here's the challenge: I would like to be able to find, match - and then react - upon prompts that are presented by the outbound/remote side of a call. Think mobile phone and "This user is temporarily unavailable". Collecting a limited number of known prompt snippets should not be a problem, but how would you then detect their presence in a longer recording (or live audio
2006 Jun 15
4
ldap administration tool??
Greetings I am nearing being prepared to get our corporate network from Active Directory to samba3 with ldap. The last hurdle is to get an administrative interface to the ldap repository containing the users and Groups. I,m hoping for some recommendations. I have attempted the following. Samba Console: http://imc.sourceforge.net/samba-console.html The difficulty I'm having is that it is
2006 Jan 17
2
actionmailer
I''m getting an error when I''m tyring to use the actionmailer. undefined method `deliver_signup_thanks'' for Notifier:Class This is what I have in the controller. def emailTest Notifier::deliver_signup_thanks() render_text "email test" end This is what I have in notifier model (notifier.rb) class Notifier < ActiveRecord::Base def
2007 Jan 22
5
rails helpers are adding extra folders
i have a new rails site that i am setting up just like i normally do with all of the other sites. i created a subdomain which is pointed to a subfolder in my public_html. i can view the site both at test.mywebsite.com and mywebsite.com/test/ but when i view it by the subdomain, rails helpers are adding the /test/ to all of my resources, so none of my images or style sheets are found. this
2016 Apr 01
1
Using R for cURL commands
Hello, I'm looking for a way in which R can make my live easier. Currently i'm using R convert data from a dataframe to json's and then sending these json's to a rest api using a curl command in the terminal (i'm on a mac). I've been looking for a way to use R for sending data from R to the rest api. My primairy focus was on using R for executing the curl command,
2006 Jun 20
4
Invoking MouseOver using link_to tag ?
Hi, How can we trigger a JavaScript built in function from a <%= link_to %> ie. i have the below statement in my view. I want to invoke a JavaScript function on "MouseOver" of this below text (''TestingMouseOverEvents''). <%= link_to "TestingMouseOverEvents" , :controller => "login", :action => "logout"%> Note: The
2006 Aug 11
5
actionmailler corrupting emails
Hi All, I have a problem with actionmailer corrupting my html emails. It is adding the character ''3D'' before any quotes (single or double) in my source and smattering ''='' characters throughout as well. Very strange. Here''s an example from one of the emails: ________________ <body> <div id=3D''wrapper''> <div
2017 May 29
1
{centos 6} errors in libvirtd, all sites down, need advice
Today out of the blue...boom all sites down. I use a bridge and virtual machines, 5 websites. virsh shows me all machines are up and running, everything looks okay, but cannot get to sites. Here are the errors listed in the log, condensed due to multiples of same errors. there is some kid or error reading data, then there is some kind of network collision (bobnet, no idea what that is)
2010 Apr 22
2
Follow-me to my answering machine :-(
Hello asterisk users! I, like many people, have a cell phone. I also have some SIP phone devices (software and hardware). I'd like to have one number that rings all my phones and routes the call to wherever I pick up. However, my cell phone has its own call forwarding voicemail. I can't just turn that off, because then direct-to-cell calls wouldn't ever get to voicemail - that