similar to: dialed number notify at invalid dial situation

Displaying 20 results from an estimated 400 matches similar to: "dialed number notify at invalid dial situation"

2003 Apr 15
1
dialed number notify at invalid dial situation
Hi all Now I'm making IVR sequance that is customised [mainmanu]. I wish to notify invaid command like a following exten => i,1,playback('your command is ...') exten => i,2,playback(${EXTEN}) ; <---- Say 'i' oops! ;-( exten => i,3,playback(' is incorrect! please again ') # This exten lines are figure for instruction. # I know to use with gsm filename.
2003 Apr 17
3
mpg123 hangs on close, but plays fine.
I am running Asterisk CVS-04/16/03-18:57:13, and mpg123-0.59r It all sounds great and it plays at the correct pitch and speed. However at the end of the file it simply does nothing. It does not go on the the next step in the extension.conf nor does it hang up. It just sits there. During play I have two processes running for the mp3 stream: root 6300 6299 8 22:32 ?
2003 Dec 31
3
Java?
We needed the client browser to be open all the time for dynamic data to load without the page refreshing. After looking at all of our options we decided on programming it ourselves using flash rather than java. We have a flash frontend thats tied to our backend mysql DB. We use it for loading web site traffic data, email opens, click-throughs, bouncebacks, stats, etc. It could also be used with
2003 Jul 07
2
msn
hi guys, have any of you guys managed to use msn messenger to authenticate with asterisk using its DNS name? based on my experience with other sip proxies, msn will not authenticate if it sees a different realm than the realm of the client. one workaround i did was to edit the chan_sip.c to send a pre-defined realm, and also edit the Contact: field. after this, asterisk would send a 401 to the
2003 Mar 01
1
cannot disconnect by callee at first in SIP case
sorry, this problem is fixed by myself. we must need set 'canreinvite=no' each user. --- I'm try to discconect a call with SIP. when caller make a call, 'show channels' result is following. mack*CLI> show channels Channel (Context Extension Pri ) State Appl. Data SIP/mack-1bfc (default 1 ) Ringing AppDial (Outgoing
2003 Jun 26
3
PHP Web interface for Asterisk
ok guys I have a PHP GUI that will be great for both of you. direct editor to the whole file intact OR click to go to an extension. I will post a link to it tomorrow morning... as soon as I can get it off my production server HEHE.... it can do CRC checks on the *.cnf files and it will allow you to edit and parse out for you all your config entries with complex cnf files and default sample
2003 Mar 11
8
SIP registration
I have a test SIP account set up with WorldCom and I have been trying to have Asterisk register to the WorldCom server with no luck. It appears that the SIP headers are different coming from Asterisk. I have included a packet capture from a successful login with a Windows Messenger client for reference. I have also copied in the SIP packet I captured with sip debug turned on. In my sip.conf file,
2005 Sep 19
1
OT: Xoops Skype module
I know this is OT but.... :-) Not sure if you guys have ever come across www.xoops.org <http://www.xoops.org/> but it's this amazing open source cms platform. It's extremely well developed with a heap of innovations and has just undergone the latest revision to 2.2.3 with even easier access to module development. I run my website www.aussienymeetup.net
2003 Nov 24
1
NTT FSK - Japanese Caller ID
Hi Isamar maybe I think disclose your code to CVS is best and fast :-) mack > > Hi folks, > > I'm trying now to play with fsk_modem.c and callerid.c > to get the Japanese callerid working and I already got to make some > steps.. > I don't know if anybody accomplished that already... but > Since two or more minds think better than one, send private messages >
2004 Oct 05
1
asterisk with sipphone.com
Hi all. I found a connection error from sipphone.com. It seems 'realm based authentication' by sipphone.com. any ideas? Regards. mack
2007 Feb 23
1
Website Error...
For lack of knowlege of a better place to put this, I'm reporting an error on the CentOS FAQ. Trying to read http://www.centos.org/modules/smartfaq/category.php?categoryid=2 question "How do I download and burn the isos?" I encountered this web page with the following text: [http://www.centos.org/modules/smartfaq/faq.php?faqid=46] This page cannot be displayed due to an internal
2007 Jul 24
2
samba 4 svn23995 live CD release (maybe tp6?)
Dear all, After 1week++ finally I'm able to publish my samba4 live cd in my community website. For those want to have a preview of samba 4 please check out at this url: http://www.extraknowledge.org/xoops/modules/articles/article.php?id=29 Any problem simply throw at my forum. Ks
2005 May 27
3
Re: Shorewall development web site (Mike Noyes)
Hello, I leave for a couple days .. (Well months) and look at what has happened. :-) I would throw my support in behind Xoops .. to be honest .. If a portal is what we are trying to achieve here. I just happen to think that sometimes .. More work goes into web design etc than goes into actual Code. But thats because I am a lamer at web design :-) I am coming in here a bit late .. But tell
2003 Jul 17
2
Silly questions due to ingrained knowledge of analog phone use.
Greetings all! I've got some really silly questions. I'm a technical guy, and I understand how the astrisk server works and how VOIP works, etc... The problem I have is that at my small company we have a phone system with analog lines and everyone here is comfortable with the concept of using them. I've never seen IP phones in action so I don't know how they work from a users
2009 Jan 03
5
Improving the website and forums
Hi, Something that is not helping us with Google is the prefix "www.centos.org - " to every page of the website (including the forums). It is annoying in the sense that it pushes the important keywords to the end of the title and sometimes out of view of regular users (yes, Google search resuls are trimmed). As an example, seaching for "wireless site:www.centos.org"
2011 Jan 31
1
align xyplot
Dear R users, I'm using xyplot to obtain a graph about a correlation x~y for different years (a categoric variable). The program dispose automatically the graphs in this way: 2010 2007 2008 2009 2004 2005 2006 2001 2002 2003 1998 1999 2000 Which code should I use to obtain this sequance of graphs? 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 I have tried with
2002 Oct 14
1
help, HTB2 and filter ?
Hi ; HTB2 patch for kernel 2.2.17 HTB2 patch for iproute2 Here is my script : tc qdisc del dev eth0 root tc qdisc add dev eth0 root handle 10: htb default 20 tc class add dev eth0 parent 10: classid:10:1 htb rate 90mbit ceil 90mbit burst 2000 tc class add dev eth0 parent 10:1 classid 10:100 htb rate 10mbit ceil 30mbit prio 1 tc class add dev eth0
2009 Jul 04
2
Question on security issue alert from recent centos-announce
What exactly does the announcement mean to the CentOS community? >From what point in the past to what point present/future should the user community be concerned? Once you find the final culprit, how sure will you be whether any issue is/was malicious vs benign? Do you perform regular server checksums to compare what _might_ have changed (i.e. tripwire, etc)? What is the level and
2005 Oct 10
11
Open Source Content Management System - Joomla
There was some discussion in the past about which one is the best Content Management System that can be used in conjunction with Asterisk. Mambo was supposed to be the best out there under GPL. The guys who developed Mambo have a new product now - Joomla. I am using this and it appears to be better than Mambo in many respects. Read the gist about Joomla below. ------------- If you've read
2009 Jul 04
0
Security Notice: Attempted Break-In on www.centos.org
Subject: Break-In attempt on www.centos.org Dear Users, on Friday evening, July 3rd (UTC) we found a few suspicious files on the CentOS webserver. Upon investigating we found out that the files had been put there through Xoops (the CMS www.centos.org runs on) - and that this was possible due to a an administrative error which has been corrected. As far as we can see there has been no data or