similar to: No more loading asterisk...

Displaying 20 results from an estimated 2000 matches similar to: "No more loading asterisk..."

2005 Jan 07
4
Monitoring
Hi, I have some trouble with the Monitor() application. I start and stop it via the management interface, giving no special parameters except the channel name. What happens is: - if I specify WAV as the format, the resulting files are exactly 44 bytes big and contain nothing at all - if I specify GSM as the format, the resulting files are of size 0. I did not request mixing of the files or
2005 Jan 17
2
Does Asterisk do that?
Hello. I have just arrived to Asterisk. I would like to know if Asterisk can perform some functionalities I am looking for. I want to allow voip over sip to some users. All of them must have their own user name and password to login to Asterisk so only allowed users can login. All calls started by users have to be redirected to one account at our voip provider. I think those functionalities can
2005 Jan 18
9
# Transfers.
So I have read and read and read... google is my friend and the wiki is by brother... However, I am still unclear on what the preferred method of using the pound sign is. If the Pound sign is set aside for Transfer.. Then when I make an outbound call to my bank I can not "Enter my PIN followed by Pound" Likewise if I turn off the ability to transfer when initiating a call, my bank pin
2006 May 12
6
voicemailmain()
Hi, in the menu of voicemailmain, appear a lot of options, there is a way to leave only some of them? Also I want to know if there is a option that erase all message in a user box. Best REgards Ever Zalazar -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060512/98a6f962/attachment.htm
2004 May 02
1
phonejack and linejack in the same system
Hi, I am a newbie in asterisk, i could compile it and run it with no problem on a RedHat 9. In the same box, i got a linejack and a phonejack cards and i downloaded the CVS driver from quicknet. This 2 card were working in a openh323 (openphone and pstn) project with gnugk on a RedHat 9. I am using the default samples, and i tried /dev/phone0 and /dev/phone1, but when i run asterisk, i get this
2004 Apr 02
1
error with asterisk -vvvvc
Hi I?m a new user and I do test with my hardware . I have a x100p and telephone vozip. And when I run this command asterisk ?vvvvc for to test it . My computer show it ?warning? [chan_iax.so] => (Inter Asterisk eXchange) == Manager registered action IAX1peers == Parsing '/etc/asterisk/iax1.conf': Not found (No such file or directory) Apr 2 07:45:12 ERROR[16384]:
2006 Nov 16
2
installing asterisk for Ubuntu Synaptic
I have an Ubuntu system and went into Synaptic and checked asterisk for installation. Once installed, I started it with /usr/sbin/asterisk -vvvgc and got the following output with several errors and notices. Do I need to do more or are these ok? I expected to have some conf files in /etc/asterisk but there is nothing there. Thanks! Created by Mark Spencer <markster@digium.com>
2004 Jun 04
3
illegal instruction
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 1604 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20040604/8bc355fd/smime.bin
2003 Jul 09
1
IAX2 Warning
When starting *, I get the following when the chan_iax2.so loads: [chan_iax2.so] => (Inter Asterisk eXchange (Ver 2)) == Manager registered action IAXpeers == Parsing '/etc/asterisk/iax.conf': Found WARNING[16384]: File chan_iax2.c, Line 4980 (set_config): Ignoring port for now == Registered channel type 'IAX2' (Inter Asterisk eXchange Driver (Ver 2)) == Using TOS
2005 Mar 17
2
gsm cannot be found in any file form... but it's there
Hey, I recorded this intro, and changed it to a gsm file in the shell, and I'm getting an error saying that it isn't in the directory at all when it's sitting right there. I don't know why that is. If you want to hear it, it's http://scheda.underfireradio.com/astintro.mp3 I don't know what the matter is, I've tried renaming it, copy and pasting it in there, deleting
2005 Jan 10
0
AGI EXEC trouble
Hi, I have a big problem with EXEC in AGI scripts: I do, for example, "EXEC Dial SIP/phone1", Asterisk says -- AGI Script Executing Application: (dial) Options: (sip/phone1) Jan 10 14:33:20 WARNING[10567]: chan_sip.c:1389 create_addr: No such host: phone1 Jan 10 14:33:20 NOTICE[10567]: app_dial.c:743 dial_exec: Unable to create channel of type 'sip' I do "EXEC
2005 Jan 13
0
current CVS version
I can't build it, errors: chan_zap.c:61: #error "You need newer libpri" chan_zap.c: In function `zt_call': chan_zap.c:1806: warning: implicit declaration of function `pri_sr_set_redirecting' chan_zap.c: In function `pri_dchannel': chan_zap.c:7776: structure has no member named `redirectingreason' chan_zap.c:7778: structure has no member named `redirectingreason'
2005 Jan 13
2
about AGI command parsing
Hi, I still have some trouble with the AGI interface: - I can use EXEC now, but it never gives me the error returned by the executed application, if an error occurs - I can use ANSWER, but I have to put something else behind "ANSWER". If I say "ANSWER", I get "510 Invalid or unknown command". If I say "ANSWER ''" or "ANSWER ." or
2005 Jan 17
0
AGI / Sockets
Hi, what happens if the dialplan contains something like exten => s,1,AGI(agi://10.0.0.1) exten => s,2,Dial(SIP/phone1|20|tr) etc. - if 10.0.0.1 isn't reachable or doesn't react on the connection? In my test cases, I always got a hangup and no further processing of the dialplan. Any hints? ( the call mustn't go into Nirvana if the AGI server isn't available!) Thanks
2005 Mar 21
1
DISA Hangs up after DTMF is sent
Hey, this is happening to anyone who I try this with. We get into the DISA, then hear the dial tone. Dial 1 then start dialing the number, and it hangs up. I thought adding a wait time after the DISA may help, I was wrong. Here is what I have thus far in the DISA extentions. [DISA] exten => 7,1,DISA(no-password||"Scheda" <565> 455-1337) exten => 7,2,Wait(45) exten =>
2005 Mar 22
1
Help Debugging my code?
Hey, I'm currently using the GotoIf application to set it so if certain caller ID's call my number, it will transfer it to my cell phone, here is the code I have so far. I get an error message that states "call rejected by 198.22.67.70: No such context/extention." when I call the number from my house number. Anyway, here is the code I have. [inbound] exten =>
2005 Mar 15
3
Asterisk@Home Install Problem
Whenever I try to install Asterisk@Home, I get this error at about 43% There was an error installing rpmdb-redhat-3.4-0.20050105. This can indicate media failure, lack of disk space, and/or hardware problems. This is a fatal error and your install will be aborted. Please verify your media and try your install again. I've gotten this on 3 different cd's I've burned. To make sure
2013 Nov 27
2
Asterisk uses 105% CPU
Hello, Using asterisk 1.8.24 on CentOS 6.4 I notice that the asterisk process is using between 105 en 110 % CPU : PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 1765 root 20 0 2508m 102m 8864 S 105.8 2.7 102:11.55 asterisk 2682 mysql 20 0 627m 29m 6204 S 0.7 0.8 1:59.51 mysqld 1 root 20 0 19228 1508 1220 S 0.0 0.0 0:00.75 init
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 Dec 21
2
IAXTEL Configuration
I signed up for an IAXTEL account and have been trying, unsuccessfully, to get it working. In IAX.CONF I have: [iaxtel_out] type=peer host=iaxtel.com username=USERNAME secret=SECRET auth=rsa inkeys=iaxtel [iaxtel] type=friend context=incoming host=iaxtel.com auth=rsa inkeys=iaxtel However, when I start Asterisk, I get the following warning: [chan_iax2.so] => (Inter Asterisk eXchange