Is there any kind of Configuration guide available? I've been trying to get a SIP Soft phone to work and all I get is: NOTICE[81926]: File chan_sip.c Line 4716 handle_request): Registration from '<sip:xxx@xxx.xxx.xxx.xxx> failed for 'yyy.yyy.yyy.yyy' I know I'm missing something in the configuration. But don't know much about * yet. Thanks, Kyle -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20030724/6df0b487/attachment.htm
http://www.automated.it/guidetoasterisk.htm http://asterisk.gnuinter.net/ http://www.digium.com/index.php?menu=documentation If you need more ask jtodd in #asterisk IRC. He has some good example config files. Erik -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com]On Behalf Of Kyle Hagan Sent: Thursday, July 24, 2003 6:17 PM To: Asterisk Subject: [Asterisk-Users] Configuration Is there any kind of Configuration guide available? I've been trying to get a SIP Soft phone to work and all I get is: NOTICE[81926]: File chan_sip.c Line 4716 handle_request): Registration from '<sip:xxx@xxx.xxx.xxx.xxx> failed for 'yyy.yyy.yyy.yyy' I know I'm missing something in the configuration. But don't know much about * yet. Thanks, Kyle -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20030724/82aa9fd0/attachment.htm
Is everything with Asterisk setup using configuration files or is there a GUI type of an interface that can be used? Thanks Costas -- Costas Menico Meezon Software Corp 201-224-8111 costas@meezon.com --
costas wrote:>Is everything with Asterisk setup using configuration files or is there a GUI type of an interface that can be used? > >Thanks > >Costas > > >Yes its all in the .conf files.. There is phpconfig which will allow you to edit your config files in a web browser, but you are still editing the config files.. Later..
Create the 2 extensions in /etc/asterisk/extension.conf exten = 88888,1,Answer() . Script 1 . exten = 99999,1,Answer() . Script 2 . Make sure that the channel where the calls come in route the call to the context where you defined the scripts. Hope this helps, Henk ________________________________________ From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of issam Sent: donderdag 1 juni 2006 9:41 To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [Asterisk-Users] configuration hello I have 2 services with 2different numbers. the first is 888888 and the second is 999999. if a user call 888888 I want to execute the script1 and if he call 999999 I execute the script2. How can I do my configs files? big Thanks issam
hello I have 2 services with 2different numbers. the first is 888888 and the second is 999999. if a user call 888888 I want to execute the script1 and if he call 999999 I execute the script2. How can I do my configs files? big Thanks issam -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060531/3ed4223d/attachment.htm