search for: app_intercom

Displaying 20 results from an estimated 35 matches for "app_intercom".

2004 Jun 23
1
capi.so problem on startup
...t, load the GTK console right away. ; Don't load the KDE console since ; it's not as sophisticated right now. ; noload => pbx_gtkconsole.so ;load => pbx_gtkconsole.so noload => pbx_kdeconsole.so ; ; Intercom application is obsoleted by ; chan_oss. Don't load it. ; noload => app_intercom.so ; ; Explicitly load the chan_modem.so early on to be sure ; it loads before any of the chan_modem_* 's afte rit ; load => chan_modem.so load => res_musiconhold.so ; ; Load either OSS or ALSA, not both ; By default, load OSS only (automatically) and do not load ALSA ; noload => chan_...
2004 Sep 14
1
Requested device 'ttyI1' does not exist
...Here is my modem.conf: --- [interfaces] context=remote driver=aopen ; modem by AOpen stripmsd=0 dialtype=tone mode=immediate group=1 ; group=1,2,3,9-12 And here my modules.conf: --- [modules] autoload=yes noload => pbx_gtkconsole.so noload => pbx_kdeconsole.so noload => app_intercom.so load => res_features.so load => chan_capi.so load => chan_modem.so load => res_musiconhold.so noload => chan_alsa.so [global] chan_modem.so=yes chan_capi.so=yes --- cat /dev/ttyI1 cat: /dev/ttyI1: No such device or address I guess this might now really be asterisk related...
2005 May 19
5
MusicOnHold probelms
This is my second attempt trying to get help and I am hoping someone can. When the musiconhold extension is matched, Asterisk attempts to execute musiconhold and stops right away, this is what I gets: Executing MusicOnHold("OSS/dsp", "") in new stack -- Started music on hold, class 'default', on OSS/dsp -- Stopped music on hold on OSS/dsp Is there a file that
2006 Mar 21
2
Voice mail not working with Asteriks 1.2.5
...headoffice] 901=>111, Arshed User, mazhar@nettechltd.com 12 => 235, Mazhar User, mazhar@nettechltd.com 6412 => 235, Mazhar User, mazhar@nettechltd.com [other] 1234 => 5678,Company2 User,root@localhost And here is modules.conf file [modules] autoload=yes noload => app_intercom.so noload => chan_modem.so noload => chan_modem_aopen.so noload => chan_modem_bestdata.so noload => chan_modem_i4l.so load => res_musiconhold.so noload => chan_alsa.so [global] A quick response in this regard will be highly appreciated Thanks, Mazhar ------...
2005 Jun 28
2
Asterisk Realtime and ODBC
...table <res_odbc.conf> [asterisk] dsn => "our DSN name" username => "our username" password => "our password" pre-connect => yes <modules.conf> [modules] autoload=yes noload => pbx_gtkconsole.so noload => pbx_kdeconsole.so noload => app_intercom.so load => chan_modem.so load => res_musiconhold.so noload => chan_alsa.so noload => res_config_mysql.so noload => cdr_addon_mysql.so load => app_realtime.so load => pbx_realtime.so After that, we loaded up Asterisk, and there were no error messages. Not only that, the res...
2005 May 10
3
MGCP : chan_mgcp.c:1509 find_subchannel
...lem, but I just can't seem to find exactly what is wrong. If someone has experienced the same problem or know what is wrong then I would really appreciate your help. Thanks, JF Modules.conf : [modules] autoload=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 nolo...
2006 Feb 21
1
Setting up an EICON CARD with CAPI
...Server V-4BRI-8 PORT: 3 SN: Successfully updated configuration of Diva TTY driver Successfully updated configuration of Diva MTPX driver Successfully updated configuration of Diva CAPI driver My modules.conf seems correct: ================================================= [....] noload => app_intercom.so ; ; Explicitly load the chan_modem.so early on to be sure ; it loads before any of the chan_modem_* 's afte rit ; ;load => chan_modem.so ;load => res_musiconhold.so load => chan_capi.so ; ; Load either OSS or ALSA, not both ; By default, load OSS only (automatically) and do not load...
2005 Jun 18
3
FATAL: Error running install command for wctdm
...ING WARNING WARNING Your Asterisk modules directory, located at /usr/lib/asterisk/modules contains modules that were not installed by this version of Asterisk. Please ensure that these modules are compatible with this version before attempting to run Asterisk. app_addon_sql_mysql.so app_intercom.so app_saycountpl.so cdr_addon_mysql.so format_mp3.so res_config_mysql.so WARNING WARNING WARNING I cannot remember that I have seen that before. asterisk-restart Unable to connect to remote asterisk (does /var/run/asterisk.ctl exist?) FATAL: Error inserting wctdm (/lib/modul...
2004 Aug 21
0
How to minimally configure modules.conf loading?
...r incoming calls, and that's it. No voicemail, no call parking, it just plays back voice clips. I can remove /etc/asterisk/modules.conf modules one by one: ------------------------------------ [modules] autoload=yes noload => pbx_gtkconsole.so noload => pbx_kdeconsole.so noload => app_intercom.so ;obsolete noload => chan_alsa.so noload => chan_oss.so noload => chan_skinny.so noload => chan_phone.so noload => app_voicemail.so noload => chan_zap.so noload => app_meetme.so ------------------------------------ But I've not made it very far building up just wh...
2005 Aug 28
2
error messages
Hey, does anyone know why i'd be receiving: Aug 28 19:40:04 DEBUG[1875]: ##### Testing 66.27.233.241 with 10.0.10.0 Aug 28 19:40:04 DEBUG[1875]: Target address 66.27.233.241 is not local, substituting externip I get tons of them, usually when the phone is registering/calling/receiving calls. Thanks! Chris
2005 Sep 02
1
No application 'AgentsLogin'
...for extension (from-internal, 28, 1) while chan_agent.so is beeing loaded i still don't seem to have access to the commands like agentlogin or agentcallbacklogin. my agents.conf and queues.conf are configured correctly imho. my modules.conf contains this: [modules] autoload=yes noload => app_intercom.so noload => cdr_pgsql.so noload => chan_mgcp.so ;noload => chan_agent.so noload => chan_skinny.so noload => chan_oss.so noload => chan_modem_bestdata.so noload => chan_modem_i4l.so noload => chan_phone.so noload => chan_modem_aopen.so noload => chan_modem.so noload =&...
2004 Jun 23
5
Really basic stuff :(
...ie:/etc/asterisk# more iax.conf [general] port=5036 [janie] type=friend username=janie secret=mysecret host=dynamic context=default auth=md5 notransfer=yes root@eddie:/etc/asterisk# more modules.conf [modules] autoload=yes noload => pbx_gtkconsole.so noload => pbx_kdeconsole.so noload => app_intercom.so load => res_musiconhold.so noload => chan_alsa.so noload => chan_oss.so noload => chan_skinny.so noload => chan_mgcp.so noload => chan_phone.so noload => chan_modem.so noload => chan_modem_aopen.so noload => chan_modem_bestdata.so noload => chan_modem_i4l.so noload...
2005 May 18
6
zaphfc troubles
...bchan=1-2 dchan=3 /etc/asterisk/zapata.conf: [channels] language=fr context=test switchtype=euroisdn signalling=bri_cpe echocancel=yes immediate=yes channel => 1-2 /etc/asterisk/modules.conf: [modules] autoload=yes noload => pbx_gtkconsole.so noload => pbx_kdeconsole.so noload => app_intercom.so load => chan_modem.so load => res_features.so load => res_musiconhold.so load => chan_zap.so noload => chan_alsa.so noload => chan_oss.so [global] chan_modem.so=yes chan_zap.so=yes The problem is that after ztcfg ran, I've got the following logs: Registered tone zone...
2004 Jun 24
2
Help with chan_capi
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: PGP.sig Type: application/pgp-signature Size: 186 bytes Desc: Signierter Teil der Nachricht Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20040624/fe4cdcbf/PGP.pgp
2005 Feb 13
1
MusicOnHold Native Mode, Please Clarify
...TK console right away. ; Don't load the KDE console since ; it's not as sophisticated right now. ; noload => pbx_gtkconsole.so ;load => pbx_gtkconsole.so noload => pbx_kdeconsole.so ; ; Intercom application is obsoleted by ; chan_oss. Don't load it. ; noload => app_intercom.so ; ; Explicitly load the chan_modem.so early on to be sure ; it loads before any of the chan_modem_* 's afte rit ; noload => chan_modem.so noload => chan_modem_bestdata.so noload => chan_modem_i4l.so noload => chan_modem_aopen.so load => format_mp3.so load => res_m...
2004 Jul 02
0
Problem locating stream files
...ant, load the GTK console right away. ; Don't load the KDE console since ; it's not as sophisticated right now. ; load => pbx_gtkconsole.so ;load => pbx_gtkconsole.so noload => pbx_kdeconsole.so ; ; Intercom application is obsoleted by ; chan_oss. Don't load it. ; noload => app_intercom.so ; ; Explicitly load the chan_modem.so early on to be sure ; it loads before any of the chan_modem_* 's afte rit ; ;load => chan_modem.so load => res_musiconhold.so ;load => app_dial.so ; Needed for CAPI load => chan_capi.so ; Needed for SIP load => res_parking.so load =>...
2005 Oct 11
2
IAX or IAX2 ?
...urce: /usr/lib/asterisk/modules/chan_iax2.so: undefined symbol: ast_check_signature Oct 11 10:09:52 WARNING[2288]: loader.c:391 load_modules: Loading module chan_iax2.so failed! [modules.conf] [modules] autoload=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_i4l.so noload => chan_modem_bestdata.so noload => chan_alsa.so noload => chan_oss.so noload => rate_engine.so nolo ad => chan_zap.so load => res_features.so load => res_musiconhold...
2004 Sep 21
3
FreeBSD 100% cpu
...t, load the GTK console right away. ; Don't load the KDE console since ; it's not as sophisticated right now. ; noload => pbx_gtkconsole.so ;load => pbx_gtkconsole.so noload => pbx_kdeconsole.so ; ; Intercom application is obsoleted by ; chan_oss. Don't load it. ; noload => app_intercom.so ; ; Explicitly load the chan_modem.so early on to be sure ; it loads before any of the chan_modem_* 's afte rit ; load => chan_modem.so load => res_musiconhold.so ; ; Load either OSS or ALSA, not both ; By default, load OSS only (automatically) and do not load ALSA ; noload => chan_...
2004 Oct 07
0
Incomming calls on Eicon Diva 4BRI Card
...t, load the GTK console right away. ; Don't load the KDE console since ; it's not as sophisticated right now. ; noload => pbx_gtkconsole.so ;load => pbx_gtkconsole.so noload => pbx_kdeconsole.so ; ; Intercom application is obsoleted by ; chan_oss. Don't load it. ; noload => app_intercom.so ; ; Explicitly load the chan_modem.so early on to be sure ; it loads before any of the chan_modem_* 's afte rit ; noload => chan_modem.so noload => chan_modem_aopen.so noload => chan_modem_bestdata.so noload => chan_modem_i4l.so load => res_musiconhold.so ; ; Load either OSS o...
2004 Dec 09
2
hfc card and isdn error E001B
I'm trying to use an hfc based pci card with asterisk but every call fails falling in the congestion extension. exten => _0.,1,Dial(${TRUNK}:${EXTEN:${TRUNKMSD}}||tr) exten => _0.,2,Congestion Looking in the syslog i can see: isdn: HiSax,ch0 cause: E001B it seems that this is a terrible error when arrives... hard to tell what is the cause. Also terrible is finding a lot of material