search for: app_url

Displaying 20 results from an estimated 30 matches for "app_url".

Did you mean: app2_url
2010 Feb 02
3
Generating a PDF using popen and wkhtmltopdf
As described on wkhtmltopdf Google group (http://code.google.com/p/wkhtmltopdf/issues/detail?id=162), I have a problem generating a PDF while using popen and wkhtmltopdf. wkhtmltopdf takes HTML code as input and ouputs a PDF file. Here is what I''m doing: command = ''"C:\Program Files\wkhtmltopdf\wkhtmltopdf.exe" - - -q'' IO.popen(command,
2006 Jan 26
2
Change email template for Salted Hash Login Generator?
There are a couple of things I''m trying to do with the salted hash login generator. First off I am trying to change the email template to include some other things such as links to the site, instructions and other email goodness. Second I am trying to find where the gem is pulling the app_url from because I changed it to reference my host name, but I have not been able to get it to use that - it keeps showing http://localhost:3000. -- Posted via http://www.ruby-forum.com/.
2012 Nov 01
4
[PATCH v2 0/3] New inspect_list_applications2 API
Here's the new API method and update to virt-inspector. I still need to implement app_arch for debian and windows (if applicable), for now they just return empty strings. New in v2: incorporated feedback from v1, also added patch #3 which updates the documentation where it references the deprecated API. Take it or leave it.
2006 Jan 28
3
Urgent: Unable To Execute after updating from SVN
...alarmreceiver.so] => (Alarm Receiver for Asterisk) == Parsing '/etc/asterisk/alarmreceiver.conf': Found == Registered application 'AlarmReceiver' [app_settransfercapability.so] => (Set ISDN Transfer Capability) == Registered application 'SetTransferCapability' [app_url.so] => (Send URL Applications) == Registered application 'SendURL' [app_md5.so]Jan 29 02:49:10 WARNING[32424]: loader.c:326 __load_resource: /usr/lib/asterisk/modules/app_md5.so: undefined symbol: option_priority_jumping Jan 29 02:49:10 WARNING[32424]: loader.c:555 load_modules: Loadi...
2005 May 10
3
MGCP : chan_mgcp.c:1509 find_subchannel
...yes noload => pbx_gtkconsole.so noload => pbx_kdeconsole.so noload => app_intercom.so noload => chan_modem.so noload => chan_modem_aopen.so noload => chan_modem_bestdata.so noload => chan_modem_i4l.so ;noload => res_musiconhold.so noload => app_festival.so noload => app_url.so noload => app_image.so noload => app_disa.so noload => app_qcall.so noload => app_adsiprog.so noload => app_ices.so ;noload => codec_g726.so ;noload => codec_alaw.so ;noload => format_vox.so ;noload => format_h263.so noload => format_jpeg.so ;noload => cdr_cs...
2012 Nov 01
2
[PATCH 0/2] New inspect_list_applications2 API
Here's the new API method and update to virt-inspector. I still need to implement app_arch for debian and windows (if applicable), for now they just return empty strings.
2012 Oct 22
3
[PATCH 0/2 NOT WORKING] Symbol versioning
John, This was my attempt to add symbol versioning to the library, letting us break ABI without breaking any existing callers. Unfortunately it doesn't work: - the new versioned symbols are marked local in libguestfs.so - the existing symbols should now have @GUESTFS_0.0 versions, but don't The documentation for this stuff is extremely thin, and I've got a bad case of
2006 Feb 06
6
ActionMailer - ROR Recipes - Multipart/alternative
...header info @subject += "Forgotten password notification" # Email body substitutions @body["name"] = "#{member.firstname} #{member.lastname}" @body["login"] = member.login @body["url"] = url || MemberSystem::CONFIG[:app_url].to_s @body["app_name"] = MemberSystem::CONFIG[:app_name].to_s end Thanks for your assistance. Frank --------------------------------- Yahoo! Mail - Helps protect you from nasty viruses. -------------- next part -------------- An HTML attachment was scrubbed......
2004 Jul 21
0
Asterisk sees inbound call, but won't answer
...cdruserfield.so load => app_setcidname.so load => app_setcidnum.so load => app_sms.so load => app_softhangup.so load => app_striplsd.so load => app_substring.so load => app_system.so load => app_talkdetect.so load => app_transfer.so load => app_txtcidname.so load => app_url.so load => app_userevent.so load => app_voicemail.so load => app_waitforring.so load => app_zapateller.so ; [global] chan_phone.so=yes ---------------------- phone.conf: [interfaces] mode=fxo format=slinear echocancel=medium ;silencesupression=yes context=linejack ;txgain=100% ;rxgain=1...
2005 Jul 18
0
Crash on reload only with autoload=no
...P) 0 And here are the additionnal modules that the server with autoload=yes shows res_crypto.so Cryptographic Digital Signatures 1 app_sms.so SMS/PSTN handler 0 format_wav_gsm.so Microsoft WAV format (Proprietary GSM) 0 app_url.so Send URL Applications 0 app_test.so Interface Test Application 0 chan_mgcp.so Media Gateway Control Protocol (MGCP) 0 app_sendtext.so Send Text Applications 0 app_txtcidname.so TXTCI...
2004 Sep 14
1
asterisk does not start...
...[format_wav_gsm.so] => (Microsoft WAV format (Proprietary GSM)) == Registered file format wav49, extension(s) WAV|wav49 [app_url.so] => (Send URL Applications) == Registered application 'SendURL'...
2003 Apr 04
2
chan_h323 problems....
I have had * installed for a couple of weeks now and am very impressed. I have got Zap, SIP and MGCP working and can call freely between them with just things like transfer still to sort out etc. I then though I would add H.323 support to my working system, having read the previous threads on the subject before I installed I installed the pre-reqs pwlib openh323 gnugk for h.323 gatekeeper
2004 Nov 20
1
Asterisk dead but pid file exists - gdb asterisk core.13089
...eading symbols from /usr/lib/asterisk/modules/app_record.so...done. Loaded symbols for /usr/lib/asterisk/modules/app_record.so Reading symbols from /usr/lib/asterisk/modules/app_image.so...done. Loaded symbols for /usr/lib/asterisk/modules/app_image.so Reading symbols from /usr/lib/asterisk/modules/app_url.so...done. Loaded symbols for /usr/lib/asterisk/modules/app_url.so Reading symbols from /usr/lib/asterisk/modules/app_disa.so...done. Loaded symbols for /usr/lib/asterisk/modules/app_disa.so Reading symbols from /usr/lib/asterisk/modules/app_qcall.so...done. Loaded symbols for /usr/lib/asterisk/mod...
2012 Oct 30
5
[PATCH v3 0/5] Add symbol versioning.
This is a simpler patch series to add symbol versioning. I have pushed patches 1-3 upstream. Rich.
2004 Aug 08
1
No Sound and Jungle:
...0 app_adsiprog.so Asterisk ADSI Programming Application 0 app_qcall.so Call from Queue 0 app_agi.so Asterisk Gateway Interface (AGI) 0 app_disa.so DISA (Direct Inward System Access) Appli 0 app_url.so Send URL Applications 0 app_image.so Image Transmission Application 0 app_record.so Trivial Record Application 0 app_echo.so Simple Echo Application 0 app_system.so G...
2012 Oct 30
7
[PATCH v2 0/7] Add symbol versioning (now working).
This rather more complex patch series adds symbol versioning (7/7 shows it in action). This works for me, tested by running old and new virt-inspector binaries against the new library. Rich.
2005 Aug 11
2
wildcard/FXO config
...icator for whether a voice mailbox has messages in a given folder.[) == Registered application 'HasVoicemail' == Registered application 'HasNewVoicemail' [format_wav_gsm.so] => (Microsoft WAV format (Proprietary GSM)) == Registered file format wav49, extension(s) WAV|wav49 [app_url.so] => (Send URL Applications) == Registered application 'SendURL' [chan_modem_i4l.so] => (ISDN4Linux Emulated Modem Driver) [app_test.so] => (Interface Test Application) == Registered application 'TestClient' == Registered application 'TestServer' [chan_mgcp....
2007 May 15
1
Asterisk 1.4.4 reproducibly dumps core on Solaris 10
...ding symbols from /opt/asterisk/lib/modules/app_test.so...done. Loaded symbols for /opt/asterisk/lib/modules/app_test.so Reading symbols from /opt/asterisk/lib/modules/app_transfer.so...done. Loaded symbols for /opt/asterisk/lib/modules/app_transfer.so Reading symbols from /opt/asterisk/lib/modules/app_url.so...done. Loaded symbols for /opt/asterisk/lib/modules/app_url.so Reading symbols from /opt/asterisk/lib/modules/app_userevent.so...done. Loaded symbols for /opt/asterisk/lib/modules/app_userevent.so Reading symbols from /opt/asterisk/lib/modules/app_verbose.so...done. Loaded symbols for /opt/aste...
2007 Jul 26
0
Asterisk 1.4.9 reproducibly dumps core on Solaris 10
...pt/asterisk/lib/modules/app_test.so...done. > Loaded symbols for /opt/asterisk/lib/modules/app_test.so > Reading symbols from /opt/asterisk/lib/modules/app_transfer.so...done. > Loaded symbols for /opt/asterisk/lib/modules/app_transfer.so > Reading symbols from /opt/asterisk/lib/modules/app_url.so...done. > Loaded symbols for /opt/asterisk/lib/modules/app_url.so > Reading symbols from /opt/asterisk/lib/modules/app_userevent.so...done. > Loaded symbols for /opt/asterisk/lib/modules/app_userevent.so > Reading symbols from /opt/asterisk/lib/modules/app_verbose.so...done. > Loa...
2004 Aug 06
2
Asterisk not starting
Hello! Asterisk "CVS-HEAD-08/06/04-14:55:13" won't start on two of three different Gentoo machines. This is the output of gdb: ultra asterisk # gdb /usr/sbin/asterisk GNU gdb 6.0 Copyright 2003 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions.