search for: app_flash

Displaying 20 results from an estimated 23 matches for "app_flash".

2005 Mar 28
1
Problem installing SpanDSP Makefile.patch
*************** *** 41,50 **** APPS+=$(shell if [ -f /usr/include/linux/zaptel.h ]; then echo "app_zapras.so app_meetme.so app_flash.so a pp_zapbarge.so app_zapscan.so" ; fi) APPS+=$(shell if [ -f /usr/local/include/zaptel.h ]; then echo "app_zapras.so app_meetme.so app_flash.so a pp_zapbarge.so app_zapscan.so" ; fi) APPS+=$(shell if [ -f /usr/include/osp/osp.h ]; then echo "app_osplookup.so" ; fi)...
2004 Jun 21
1
Problem compiling fax applications
...AILED at 35. Hunk #2 FAILED at 68. 2 out of 2 hunks FAILED -- saving rejects to file Makefile.rej -------------------------- Makefile.rej: *************** *** 35,44 **** #APPS+=app_sql_odbc.so APPS+=$(shell if [ -f /usr/include/linux/zaptel.h ]; then echo "app_zapras.so app_meetme.so app_flash.so app_zapbarge.so app_zapscan.so" ; fi) #APPS+=$(shell if [ -f /usr/include/zap.h ]; then echo "app_rpt.so" ; fi) CFLAGS+=-fPIC ifeq ($(USE_POSTGRES_VM_INTERFACE),1) CFLAGS+=-DUSEPOSTGRESVM endif --- 35,47 ---- #APPS+=app_sql_odbc.so APPS+=$(shell if [ -f /u...
2004 Feb 03
2
Dialling Hook Flash on Zaptel
...to the site with the Asterisk box+X100P connected to the Norstar. ====CONSOLE LOG==== -- Accepting AUTHENTICATED call from 192.168.1.1, requested format = 2, actual format = 2 -- Executing Flash("IAX2[voipsrv@voipsrv]/2", "Zap/1") in new stack Feb 3 22:37:19 WARNING[1146896]: app_flash.c:85 flash_exec: IAX2[voipsrv@voipsrv]/2 is not a Zap channel == Spawn extension (local, 922, 1) exited non-zero on 'IAX2[voipsrv@voipsrv]/2' -- Hungup 'IAX2[voipsrv@voipsrv]/2' ====CONSOLE LOG==== Is there some other way to dial a flash with the dial command? I notice there's...
2004 Sep 26
1
spandsp patch help
I've installed spandsp-0.0.1k on a RHv9 box with CVS-HEAD-09/19/04 and compiled the libraries just fine. Having a problem with patching the asterisk/apps Makefile however. The patch attempt results in: [root@phoenix apps]# patch <Makefile.patch patching file Makefile Hunk #1 FAILED at 35. Hunk #2 FAILED at 68. 2 out of 2 hunks FAILED -- saving rejects to file Makefile.rej [root@phoenix
2005 Jan 07
5
fax e-mail spandsp
I'm trying to install spandsp But when I try to patch the Makefile it gives this error [root@pbxmilkshake apps]# patch < apps_makefile.patch patching file Makefile Reversed (or previously applied) patch detected! Assume -R? [n] y Hunk #1 succeeded at 41 (offset -6 lines). Hunk #2 FAILED at 67. is it ok to go on
2005 May 10
3
MGCP : chan_mgcp.c:1509 find_subchannel
....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_csv.so ;noload => cdr_manager.so ;noload => app_zapras.so ;noload => app_flash.so ;noload => app_zapbarge.so ;noload => app_zapscan.so ;noload => app_talkdetect.so ;noload => app_alarmreceiver.so ;noload => chan_skinny.so ;noload => chan_sip.so noload => chan_alsa.so ;noload => chan_oss.so [global] chan_modem.so=yes Mgcp.conf : [general] port =...
2004 Aug 12
1
Problem installing Software Fax SpanDSP support into Asterisk
...g enabled. Is this Fax a viable solution? Any better/other suggestions for faxing? Makefile.rej listing below-------------------------------- *************** *** 35,44 **** #APPS+=app_sql_odbc.so APPS+=$(shell if [ -f /usr/include/linux/zaptel.h ]; then echo "app_zapras.so app_meetme.so app_flash.so app_zapbarge.so app_zapscan.so" ; fi) #APPS+=$(shell if [ -f /usr/include/zap.h ]; then echo "app_rpt.so" ; fi) CFLAGS+=-fPIC ifeq ($(USE_POSTGRES_VM_INTERFACE),1) CFLAGS+=-DUSEPOSTGRESVM endif --- 35,47 ---- #APPS+=app_sql_odbc.so APPS+=$(shell if [ -f /usr/include/lin...
2003 Oct 07
1
Digium FXO
Is it possible to send an external hookflash command to the Digium FXO card from the asterisk PBX? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20031007/fe5be94d/attachment.htm
2006 Nov 27
0
Queues and Flash/SendDTMF in hybrid PBX
...m busy until the conversation finishes.) In case of using the queue Asterisk runs: -- Executing Flash("Local/4002@from-internal-11e2,2", "") in new stack and the log shows: logger.c: -- Executing Flash("Local/4002@from-internal-11e2,2", "") in new stack app_flash.c: Local/4002@from-internal-11e2,2 is not a Zap channel logger.c: == Spawn extension (from-internal, 7021, 5) exited non-zero on 'Local/4002@from-internal-11e2,2' In case of using just a simple ring group or calling the softphone directly Asterisk runs: -- Executing Flash("Zap/2-1&...
2004 Nov 22
8
Patching asterisk for spandsp
When I try to patch the Makefile for asterisk with the Apps_makefile.patch from Spandsp I get the following error. patching file Makefile Hunk #1 FAILED at 47. Hunk #2 FAILED at 76. 2 out of 2 hunks FAILED Has anybody seen this.
2008 Sep 24
1
Zaptel/DAHDI ztdummy only
Let me know if I should post this on the asterisk-dev list instead. I am building a Linux-Vserver (http://www.linux-vserver.org) host system that will have several guests running Asterisk. Since the guests can't load kernel modules or do other dangerous stuff, but can access them I built zaptel 1.4 and it is now loaded by the host. The issue I see is there will be no "Zaptel"
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
2006 Feb 21
3
Send flash through zap channel
Hi everyone, our setup includes a NEC PBX connected to our asterisk via bri lines. The NEC has a doorphone feature, which is just an extension that calls you when someone rings. When connected to this extensions, a 'flash' signalling opens the door. So now, i'd like to trigger this from asterisk, too, but unfortunately wasn't able to do so. Setup: asterisk
2009 Dec 30
2
Skype for Asterisk
...l of 1 G.729 licenses == Registered translator 'g729tolin' from format g729 to slin, cost 1 == Registered translator 'lintog729' from format slin to g729, cost 5 codec_g729a.so => (Digium G.729 Annex A Codec (optimized for i686_32)) == Registered application 'Flash' app_flash.so => (Flash channel application) == Registered file format iLBC, extension(s) ilbc ************************************************************************************************* *CLI> Executing [s at skypeincoming:1] Answer("Skype/rexesbposolutions-084159e8", "")...
2004 Nov 20
1
Asterisk dead but pid file exists - gdb asterisk core.13089
...ding symbols from /usr/lib/asterisk/modules/app_zapras.so...done. Loaded symbols for /usr/lib/asterisk/modules/app_zapras.so Reading symbols from /usr/lib/asterisk/modules/app_meetme.so...done. Loaded symbols for /usr/lib/asterisk/modules/app_meetme.so Reading symbols from /usr/lib/asterisk/modules/app_flash.so...done. Loaded symbols for /usr/lib/asterisk/modules/app_flash.so Reading symbols from /usr/lib/asterisk/modules/app_zapbarge.so...done. Loaded symbols for /usr/lib/asterisk/modules/app_zapbarge.so Reading symbols from /usr/lib/asterisk/modules/app_zapscan.so...done. Loaded symbols for /usr/lib/...
2004 Aug 08
1
No Sound and Jungle:
...near) Voice Code 0 codec_gsm.so GSM/PCM16 (signed linear) Codec Translat 0 codec_ilbc.so iLBC/PCM16 (signed linear) Codec Transla 0 app_zapscan.so Scan Zap channels application 0 app_zapbarge.so Barge in on Zap channel application 0 app_flash.so Flash zap trunk application 0 app_meetme.so Simple MeetMe conference bridge 0 app_zapras.so Zap RAS Application 0 app_random.so Random goto 0 app_setcdruserfield.so CDR...
2005 Feb 18
0
Installing Asterisk on Mandrake 10.1 Official
...;Eval' [app_exec.so] => (Executes applications) == Registered application 'Exec' [app_groupcount.so] => (Group Management Routines) == Registered application 'GetGroupCount' == Registered application 'SetGroup' == Registered application 'CheckGroup' [app_flash.so] => (Flash zap trunk application) == Registered application 'Flash' [app_forkcdr.so] => (Fork The CDR into 2 seperate entities.) == Registered application 'ForkCDR' [app_getcpeid.so] => (Get ADSI CPE ID) == Registered application 'GetCPEID' [app_hasnewvoice...
2005 Jun 15
1
app_dial.c:977 dial_exec_full: Unable to create channel of type 'Zap' (cause 0)
...t; (Virtual Dictation Machine) == Registered application 'Dictate' [skipping app_zapras.so] [app_meetme.so] => (MeetMe conference bridge) == Registered application 'MeetMeAdmin' == Registered application 'MeetMeCount' == Registered application 'MeetMe' [app_flash.so] => (Flash zap trunk application) == Registered application 'Flash' [app_zapbarge.so] => (Barge in on Zap channel application) == Registered application 'ZapBarge' [app_zapscan.so] => (Scan Zap channels application) == Registered application 'ZapScan' [a...
2003 Aug 07
2
Problem -ATA-711-723-Oh323-Asterisk
Hi List, I am facing the reverse problem as stated here.I am using ATA 186 to make and recieve call to * through OH323 driver. When I use G711 codec in the ATA to make call then then as soon as i dial an extension the * crashes with 'segmentation fault'. But the same scenerio works fine when i use 723 codec in the ATA .I can dial the number and extension very well/(I have 723 support in
2004 May 25
10
spandsp hylafax asterisk and confusion
I have been attempting to download, compile and configure spandsp to function with * without much luck. I am guessing that some assumptions were made regarding the users knowledge level of Linux. Sadly, I must not live up to those assumptions. My problem begins when after compiling spandsp I look for the app_rxfax.c, app_txfax.c, app_dtmftotext.c and makefile.patch files to place in the