Mike Wright
2005-Feb-07 02:48 UTC
[Asterisk-Users] Newbie help/pointers required - configure xlite with asterisk
I could use a few pointers to get this working please? I have asterisk installed on my linux server. It is setup to register with sipgate and works for incoming calls. I have xlite installed on my windows pc and this connects fine with the asterisk server and can get the incoming calls fine. Now I want to be able to make outboun calls from xlite via sipgate. I also need to be able to dial extensions on the asterisk server (for voicemail etc) Any pointers appreciated as I cannot see how the later bit (outgoing and extensions) works! Cheers -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.300 / Virus Database: 265.8.5 - Release Date: 03/02/2005
Wilson Pickett
2005-Feb-07 05:48 UTC
[Asterisk-Users] Newbie help/pointers required - configure xlite with asterisk
The answers to the questions you've been asking are probably here: Starter articles: http://www.onlamp.com/pub/a/onlamp/2003/07/03/asterisk.html http://www.onlamp.com/pub/a/onlamp/2004/01/22/asterisk2.html Full install etc. http://automated.it/guidetoasterisk.htm And of course: http://www.asteriskdocs.org
Mike Wright
2005-Feb-09 07:49 UTC
[Asterisk-Users] Newbie help/pointers required - configure xlite with asterisk
I just want one of my incoming numbers to go to an IVR service that will allow me to select what I want. For example "Press 1 for Mike, 2 for Karen, 3 for other, 9 for voicemail" etc> Just need to learn how to configure services now so that I can put a menuon> one of my numbers!Elaborate please, I'm not clear on "put a menu on one of my numbers". Give an example of what you want to accomplish and I'm sure many people here will help you. -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.300 / Virus Database: 265.8.6 - Release Date: 07/02/2005
timebandit001@gmail.com
2005-Feb-09 10:37 UTC
[Asterisk-Users] Newbie help/pointers required - configure xlite with asterisk
> I just want one of my incoming numbers to go to an IVR service that will > allow me to select what I want. > > For example > > "Press 1 for Mike, 2 for Karen, 3 for other, 9 for voicemail" etcjust put your incoming line in a context where you have a "s" extension Something like this (not really good one, just wrote it from the top of my head) [incoming-menu] exten => s,1,Answer exten => s,2,Playback(welcome-message) exten => s,3,... look in the sample config that came with asterisk, you have samples in there And remember, google is your friend ;)
Wilson Pickett
2005-Feb-09 11:11 UTC
[Asterisk-Users] Newbie help/pointers required - configure xlite with asterisk
> I just want one of my incoming numbers to go to an IVR service that will > allow me to select what I want.IVR is a key word. Try this: http://asteriskdocs.org There is a movie theatre example that will give you this.