search for: res_ind

Displaying 20 results from an estimated 48 matches for "res_ind".

Did you mean: res_id
2003 Jun 04
1
new application Dialtone()
Hello, I created a new application for myself called Dialtone() by modifing res/res_indications.c file. It can be used as such: exten => s,4,Dialtone(30|${CALLERIDNUM}) exten => s,5,Playback(time-exceeded) exten => s,6,Goto(s|1) It will stutter if you have new voicemail and you have passed the mailbox number as I did above. It will stop dialtone the moment you...
2003 Jun 20
1
Error compiling, is it only mee?
...=\"/var/spool/asterisk\" -DASTLOGDIR=\"/var/log/asterisk\" -DASTCONFPATH=\"/etc/asterisk/asterisk.conf\" -DASTMODDIR=\"/usr/lib/asterisk/modules\" -DASTAGIDIR=\"/var/lib/asterisk/agi-bin\" -DBUSYDETECT -DZAPATA_MOH -DOPENSSL_NO_KRB5 -fPIC -c -o res_indications.o res_indications.c res_indications.c: In function `handle_playtones': res_indications.c:195: too few arguments to function `ast_playtones_start' res_indications.c:197: too few arguments to function `ast_playtones_start' res_indications.c: At top level: res_indications.c:216: wa...
2003 Jul 22
2
enabling dtmf detection on zap channel?
Hi, is there a way to enable dtmf detection on zap channels? I am trying to pickup, play a ringtone and the dial out. I.e. exten => s,1,Wait,1 exten => s,1,Answer exten => s,2,Playtones(dial) exten => s,3,DigitTimeout,5 exten => s,4,ResponseTimeout,10 exten => _X,1,StopPlaytones exten => _X,2,Dial,Zap/g8/BYEXTENSION|10
2005 Aug 14
1
ogg causing me heart burn
...]: [res_adsi.so] => (ADSI Resource) Aug 14 10:06:38 VERBOSE[4326]: [res_features.so]Aug 14 10:06:38 VERBOSE[4326]: [res_features.so] => (Call Parking Resource) Aug 14 10:06:38 WARNING[4326]: Unknown directive 'parkingtime' at line 9 of features.conf Aug 14 10:06:38 VERBOSE[4326]: [res_indications.so]Aug 14 10:06:38 VERBOSE[4326]: [res_indications.so] => (Indications Configuration) Aug 14 10:06:38 VERBOSE[4326]: [res_monitor.so]Aug 14 10:06:38 VERBOSE[4326]: [res_monitor.so] => (Call Monitoring Resource) Aug 14 10:06:38 VERBOSE[4326]: [format_ogg_vorbis.so]Aug 14 10:06:38 W...
2005 Oct 03
1
suse 9.3 pro asterisk install from source problem
...sk directory I get the following error. Is there anybody that could give me a pointer as to what the issue may be? DDIR=\"/usr/lib/asterisk/modules\" -DASTAGIDIR=\"/var/lib/asterisk/agi-bin\" -DBUSYDETECT_MARTIN -DZAPATA_MOH -DOPENSSL_NO_KRB5 -fPIC -c -o res_indications.o res_indications.c gcc -shared -Xlinker -x -o res_indications.so res_indications.o gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686 -DZAPTEL_OPTIMIZATIONS -DASTERISK_VERSION=\"CVS...
2006 Apr 20
3
Asterisk Won't start after SVN Trunk Update
...cation 'StopMusicOnHold' == Parsing '/etc/asterisk/musiconhold.conf': Found Apr 20 08:27:58 WARNING[13559]: res_musiconhold.c:1007 load_moh_classes: The old musiconhold.conf syntax has been deprecated! Please refer to the sample configuration for information on the new syntax. [res_indications.so]Apr 20 08:27:58 WARNING[13559]: loader.c:726 __load_resource: new style res_indications.so (0x10) loaded RTLD_LOCAL => (Indications Configuration) == Parsing '/etc/asterisk/indications.conf': Found -- Registered indication country 'cl' -- Registered indicati...
2006 Apr 26
0
Help! * Won't Start after SVN Trunk Update - SuSE 10
...cation 'StopMusicOnHold' == Parsing '/etc/asterisk/musiconhold.conf': Found Apr 20 08:27:58 WARNING[13559]: res_musiconhold.c:1007 load_moh_classes: The old musiconhold.conf syntax has been deprecated! Please refer to the sample configuration for information on the new syntax. [res_indications.so]Apr 20 08:27:58 WARNING[13559]: loader.c:726 __load_resource: new style res_indications.so (0x10) loaded RTLD_LOCAL => (Indications Configuration) == Parsing '/etc/asterisk/indications.conf': Found -- Registered indication country 'cl' -- Registered indicati...
2005 Feb 18
3
Help asterisk startup errors
..._musiconhold.so] => (Music On Hold Resource) == Parsing '/etc/asterisk/musiconhold.conf': Not found (No such file or directory) == Registered application 'MusicOnHold' == Registered application 'WaitMusicOnHold' == Registered application 'SetMusicOnHold' [res_indications.so] => (Indications Configuration) == Parsing '/etc/asterisk/indications.conf': Not found (No such file or directory) == Registered application 'Playtones' == Registered application 'StopPlaytones' [res_monitor.so] => (Call Monitoring Resource) == Regi...
2003 Jun 19
1
Unable to find a path
...BestData (Conexant V.90 Chipset) VoiceMo 0 chan_oss.so OSS Console Channel Driver 0 chan_sip.so Session Initiation Protocol (SIP) 0 chan_iax.so Inter Asterisk eXchange 0 res_monitor.so Call Monitoring Resource 1 res_indications.so Indications Configuration 0 res_crypto.so Cryptographic Digital Signatures 1 res_parking.so Call Parking Resource 1 res_adsi.so Call Parking Resource 1 pbx_config.so Text Extension Configuration...
2008 May 01
1
ast_indicate_data: Unable to handle indication 3
Hi guys, When I try to get ring tones when dialing out with the command Dial(SIP/sipout/${PHONE},15,r), I get the error message indicated in the subject. I've checked my indications.conf file using the sample file provided with asterisk 1.4.10 (the version I'm using) and it's not better. Any idea ? Regards. -- Cyril SCETBON
2019 May 30
0
Asterisk 13.27.0 Now Available
...by Abhay Gupta) * ASTERISK-28353 - stasis: Crash at shutdown when statistics enabled (Reported by Joshua C. Colp) * ASTERISK-28374 - latest asterisk unconditionally launch gcc --version, even if the compiler is different (Reported by Guido Falsi) * ASTERISK-28391 - res_indications: Crash requesting autocomplete on indications cli command (Reported by Lucas Mendes) * ASTERISK-27935 - app_voicemail: emailbody per user can't contain commas (Reported by S��bastien Duthil) * ASTERISK-17695 - 1.8.3.2 extenpatternmatchnew=yes cannot find...
2005 Feb 19
3
Still asterisk startup crash plz help
...kedCall' == Registered application 'Park' == Manager registered action ParkedCalls [res_crypto.so] => (Cryptographic Digital Signatures) -- Loaded PUBLIC key 'iaxtel' -- Loaded PUBLIC key 'freeworlddialup' -- Loaded PUBLIC key 'voicepulse01' [res_indications.so] => (Indications Configuration) == Parsing '/etc/asterisk/indications.conf': Found -- Registered indication country 'cl' -- Registered indication country 'tw' -- Registered indication country 'us' -- Registered indication country '...
2004 Aug 26
1
Newbie needs help - Dev_Kit_Lite installation problem
...em.so] => (Generic Voice Modem Driver) => (A/Open (Rockwell Chipset) ITU-2 VoiceModem Driver) [res_musiconhold.so] => (Music On Hold Resource) [res_adsi.so] => (ADSI Resource) [res_features.so] => (Call Parking Resource) [res_crypto.so] => (Cryptographic Digital Signatures) [res_indications.so] => (Indications Configuration) [res_monitor.so] => (Call Monitoring Resource) [res_agi.so] => (Asterisk Gateway Interface (AGI)) [chan_sip.so] -z: No such file or directory => (Session Initiation Protocol (SIP)) [chan_modem_bestdata.so] => (BestData (Conexant V.90 Ch...
2019 May 30
0
Asterisk 16.4.0 Now Available
...by Abhay Gupta) * ASTERISK-28353 - stasis: Crash at shutdown when statistics enabled (Reported by Joshua C. Colp) * ASTERISK-28374 - latest asterisk unconditionally launch gcc --version, even if the compiler is different (Reported by Guido Falsi) * ASTERISK-28391 - res_indications: Crash requesting autocomplete on indications cli command (Reported by Lucas Mendes) * ASTERISK-27935 - app_voicemail: emailbody per user can't contain commas (Reported by S��bastien Duthil) * ASTERISK-17695 - 1.8.3.2 extenpatternmatchnew=yes cannot find...
2006 Nov 16
2
installing asterisk for Ubuntu Synaptic
...egistered application 'Set' [SetVar] == Registered application 'SetVar' [ImportVar] == Registered application 'ImportVar' [Wait] == Registered application 'Wait' [WaitExten] == Registered application 'WaitExten' Asterisk Dynamic Loader Starting: [res_indications.so] => (Indications Configuration) == Registered application 'PlayTones' == Registered application 'StopPlayTones' [res_monitor.so] => (Call Monitoring Resource) == Registered application 'Monitor' == Registered application 'StopMonitor' == R...
2005 Oct 15
2
What would cause a high memory usage in pbx_spool.c ?
...ytes in 144 allocations in file 'sched.c' 513542 bytes in 124 allocations in file 'chan_zap.c' 11907 bytes in 403 allocations in file 'logger.c' 40320 bytes in 140 allocations in file 'loader.c' 4262 bytes in 265 allocations in file 'res_indications.c' 50839 bytes in 850 allocations in file 'pbx.c' 7653 bytes in 585 allocations in file 'pbx_config.c' 2345 bytes in 147 allocations in file 'app_dial.c' 107472352 bytes in 46007 allocations in file 'pbx_spool.c' 5218074 bytes i...
2004 Jul 21
0
Asterisk sees inbound call, but won't answer
...t_jpeg.so load => format_pcm.so load => format_pcm_alaw.so load => format_vox.so load => format_wav.so load => format_wav_gsm.so load => cdr_csv.so load => pbx_config.so load => pbx_spool.so load => pbx_wilcalu.so load => res_adsi.so load => res_crypto.so load => res_indications.so load => res_monitor.so load => res_musiconhold.so load => res_parking.so load => app_adsiprog.so load => app_agi.so noload => app_alarmreceiver.so load => app_authenticate.so load => app_cdr.so load => app_chanisavail.so load => app_controlplayback.so load =...
2005 Jul 18
0
Crash on reload only with autoload=no
...proper modules. What could be the problem? Problem with autoload=no in the reload? I'm not loading a necessary module that causes the crash? A "show modules" on the autoload=no servers (the ones that crash) shows: res_musiconhold.so Music On Hold Resource 1 res_indications.so Indications Configuration 0 res_features.so Call Parking Resource 1 res_agi.so Asterisk Gateway Interface (AGI) 0 res_adsi.so ADSI Resource 1 res_monitor.so Call...
2004 Sep 14
1
asterisk does not start...
...ication 'WaitMusicOnHold' == Registered application 'SetMusicOnHold' [res_indications.so] => (Indications Configuration) == Parsing '/etc/asterisk/indications.conf': Found -- Registered indication country 'cl'...
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