Re: [Asterisk-Users]I wanted to understand

2005-04-26 Thread Julius Kidubuka
 someone direct me to some URLs ? Or tell me how to try to begin to
 understand the code ?

Check out;

http://www.asterisk.org/
http://www.voip-info.org/wiki-Asterisk


___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] SMS Alert Script - Voice e-mail

2005-03-22 Thread Julius Kidubuka
Hello,

I have come up with a php script that I believe should be able to send sms
alerts to cell phones as specified. I have added an option under the
extension account settings (am using [EMAIL PROTECTED] 0.6) successfully.

I would like to embed this script into the various specific configuration
files so that it performs it function. I have looked at the conf files
under /var/www/html/admin, which I suspect are the ones I need to
specifically change for this to work, but I haven't had any luck with
that. I can't seem to work out where I need to place the php script!

Does anyone know how I can go about this, in terms of specifying where
exactly I should place my php script and also which other conf files I
need to re-configure so as to have this sms alert facility work right for
me?

Ideas are most welcome and shall be highly appreciated!

Rgds,
Julius.




___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] SMS Alert Script - Voice e-mail

2005-03-21 Thread Julius Kidubuka
Hello,

I have come up with a php script that I believe should be able to send sms
alerts to cell phones as specified. I have added an option under the
extension account settings (am using [EMAIL PROTECTED] 0.6) successfully.

I would like to embed this script into the various specific configuration
files so that it performs it function. I have looked at the conf files
under /var/www/html/admin, which I suspect are the ones I need to
specifically change for this to work, but I haven't had any luck with
that. I can't seem to work out where I need to place the php script!

Does anyone know how I can go about this, in terms of specifying where
exactly I should place my php script and also which other conf files I
need to re-configure so as to have this sms alert facility work right for
me?

Ideas are most welcome and shall be highly appreciated!

Rgds,
Julius.
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Dial from a URL - Possible?

2005-03-20 Thread Julius Kidubuka
Hello,

Is it possible to initiate/receive calls from a url (that is without
having to install and configure a PC soft phone) using asterisk?

If yes, may I please get some sites, pointers, HOWTOs on how its done?

Thanks,

Julius.
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] voicemail.conf extractor?

2005-03-19 Thread Julius Kidubuka
Hi,

I believe there is a script that reads the contents of voicemail.conf and
goes on to send the voice e-mail messages to whatever e-mail address
specified in voicemail.conf. What's the name of this script and where is
it located?

Thanks,

Julius.




___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] voicemail.conf extractor?

2005-03-18 Thread Julius Kidubuka
Hi,

I believe there is a script that reads the contents of voicemail.conf and
goes on to send the voice e-mail messages to whatever e-mail address
specified in voicemail.conf. What's the name of this script and where is
it located?

Thanks,

Julius.
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Location of Voice e-mail Code???

2005-03-14 Thread Julius Kidubuka
I need to be able to send an sms alert to one's mobile/cell phone. For
instance, when I receive a voicemail message in my inbox, I also want to
be able to get a message on my cell phone alerting me of this e-mail. How
possible is this? And if it is, what do I need to do to get the service up
and running?

Ideas are most welcome.

Thanks,

Julius.
 On Sat, Mar 12, 2005 at 01:03:00PM +0300, Julius Kidubuka wrote:
 Hi,

 Where can I find the code that performs the voice e-mail function (that
 is, the code that reads the contents of voicemail.conf and then performs
 the necessary action)?

 I am using [EMAIL PROTECTED] 0.6.

 The mail is delivered by piping it to a sendmail program (by default
 /usr/sbin/sendmail). /usr/sbin/sendmail does not have to be sendmail.
 Postfix and Exim provide a sendmail-compatible interface along with a
 host of more minimal programs such as ssmtp and nullmailer.

 With sendmail and similar (Exim and Postfix) the aliases (normally
 /etc/aliases) file is a useful place to set up forwarding. e.g: suppose
 you want to keep your voicemail.conf as simple as possible:

 [default]
 #vmbox=pass,name,recipients
 200=200,,[EMAIL PROTECTED]
 201=201,,[EMAIL PROTECTED]
 202=202,,[EMAIL PROTECTED]
 202=202,,[EMAIL PROTECTED]
 203=203,,[EMAIL PROTECTED]
 204=204,,[EMAIL PROTECTED]

 to your aliases file you could then add:

 200: john
 201: [EMAIL PROTECTED]
 202: david,|/usr/local/bin/send_sms_to_david

 Note that I have ommited the names, but those names are actually also
 used for things other than voicemail.

 --
 Tzafrir Cohen | New signature for new address and  |  VIM is
 http://tzafrir.org.il | new homepage   | a Mutt's
 [EMAIL PROTECTED] ||  best
 ICQ# 16849755 | Space reserved for other protocols | friend
 ___
 Asterisk-Users mailing list
 Asterisk-Users@lists.digium.com
 http://lists.digium.com/mailman/listinfo/asterisk-users
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users



___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Voicemail SMS Alert - Possible?

2005-03-14 Thread Julius Kidubuka
I need to be able to send an sms alert to one's mobile/cell phone. For
instance, when I receive a voicemail message in my inbox, I also want to
be able to get a message on my cell phone alerting me of this e-mail. How
possible is this? And if it is, what do I need to do to get the service up
and running?

Ideas are most welcome.

Thanks,

Julius.



___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: R: [Asterisk-Users] Voicemail SMS Alert - Possible?

2005-03-14 Thread Julius Kidubuka
We do have that service here using [EMAIL PROTECTED] The
way it works is that I can do mail2sms and sms2mail.

What I would like to do is to have my * box send an sms to a cellphone,
that is, to say [EMAIL PROTECTED] where 0485.. is my cellphone number
and it.co.ug my sms provider/domain. This sms should be sent as soon as I
get a voicemail message in my mail inbox. A kind of sms e-mail alert
service.

Hope this is much clearer.

Otherwise thanks for all the contributions so far. Still waiting for more...

Rgds,
Julius.

 Another option is to send sms by mail.

 1-) You subscribe to an sms provider who can allow you to do mail2sms;

 2-) You send sms message under the form [EMAIL PROTECTED] ;

 3-) SMS provider receives SMS from you and will send it through its
 gateway;

 Hope this helps

 Quoting Marco Ziglioli [EMAIL PROTECTED]:

 Use externnotify (see
 http://www.voip-info.org/wiki-Asterisk+config+voicemail.conf) with a
 script
 to send sms.
 Some time ago I used a perl script called sendSms found in Internet.

 Bye.
 Marco

 -Messaggio originale-
 Da: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Per conto di Julius
 Kidubuka
 Inviato: lunedì 14 marzo 2005 09.09
 A: asterisk-users@lists.digium.com
 Oggetto: [Asterisk-Users] Voicemail SMS Alert - Possible?


 I need to be able to send an sms alert to one's mobile/cell phone.
 For instance, when I receive a voicemail message in my inbox, I also
 want to be able to get a message on my cell phone alerting me of
 this e-mail. How possible is this? And if it is, what do I need to
 do to get the service up and running?

 Ideas are most welcome.

 Thanks,

 Julius.



 ___
 Asterisk-Users mailing list
 Asterisk-Users@lists.digium.com
 http://lists.digium.com/mailman/listinfo/asterisk-users
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users


 ___
 Asterisk-Users mailing list
 Asterisk-Users@lists.digium.com
 http://lists.digium.com/mailman/listinfo/asterisk-users
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users



 
 This message was sent using IMP, the Internet Messaging Program.

 ___
 Asterisk-Users mailing list
 Asterisk-Users@lists.digium.com
 http://lists.digium.com/mailman/listinfo/asterisk-users
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users




___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Location of Voice e-mail Code???

2005-03-12 Thread Julius Kidubuka
Hi,

Where can I find the code that performs the voice e-mail function (that
is, the code that reads the contents of voicemail.conf and then performs
the necessary action)?

I am using [EMAIL PROTECTED] 0.6.

Thanks in advance!

-- 
Rgds,
Julius.





___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Voicemail - No Audio Output!

2005-03-11 Thread Julius Kidubuka
Hi all,

I am able to receive voicemail in my mail box but when I try to play the
audio file attachment, I hear nothing at all (yet the caller on the other
end does leave a voicemail message)!

Anyone had a similar problem before? Ideas are welcome!

Note: I am using [EMAIL PROTECTED] 0.6

Thanks in advance,
-- 
Rgds,
Julius Kidubuka.
My advice to you is get married: if you find a good wife you'll be happy;
if not, you'll become a philosopher.




___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Location of Voice e-mail Code???

2005-03-10 Thread Julius Kidubuka
Hi,

Where can I find the code that performs the voice e-mail function (that
is, the code that reads the contents of voicemail.conf and then performs
the necessary action)? I am using [EMAIL PROTECTED] 0.6.

Thanks in advance!

-- 
Rgds,
Julius.

___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Voicemail - No Audio Output!

2005-03-09 Thread Julius Kidubuka
Hi all,

I am able to receive voicemail in my mail box but when I try to play the
audio file attachment, I hear nothing at all (yet the caller on the other
end does leave a voicemail message)!

Anyone had a similar problem before? Ideas are welcome!

Note: I am using [EMAIL PROTECTED] 0.6

Thanks in advance,
-- 
Rgds,
Julius Kidubuka.
My advice to you is get married: if you find a good wife you'll be happy;
if not, you'll become a philosopher.
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Getting phpconfig to work?

2005-03-03 Thread Julius Kidubuka
Hi,

I have just tried to get phpconfig to work but to no avail. In my browser
I type; http://ip-of-machine/phpconfig/ and this returns the following
output;

Index of /phpconfig
 NameLast modified   Size  Description

 Parent Directory03-Mar-2005 12:15  -
 asterisk.reload 03-Mar-2005 12:28 1k
 cls_phpconfig.php   03-Mar-2005 11:4814k
 cls_phpconfig_html.php  03-Mar-2005 11:5517k
 images/ 24-Feb-2005 09:06  -
 phpconfig.php   14-Sep-2003 19:32 6k
 phpconfig_init.php  03-Mar-2005 11:44 2k




Apache/1.3.33 Server at ip-of-machine Port 80


I have made the necessary changes to all the files in the phpconfig
directory and my DocumentRoot is set to /usr/local/www/. To add to this,
I have php4-4.3.10_1 and apache+mod_ssl-1.3.33+2.8.22 installed on my
Asterisk box.

What could I be doing wrong?

Thanks in advance!

Rgds,
Julius.

___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] RE: Getting phpconfig to work?

2005-03-03 Thread Julius Kidubuka
Hi,

When I do click on the phpconfig.php link from
http://ip-of-machine/phpconfig/, it returns a page with the actual
contents of that file (phpconfig.php) and doesn't load the page. See some
of the output below;

?PHP
/**
 *
 * Asterisk configuration file interface script
 *
 *
 *
 *
 *
 * phpconfig:,v 1.0 2003/07/03 17:19:37
 * Authors: Dave Packham [EMAIL PROTECTED]
 *  Rob Birkinshaw [EMAIL PROTECTED]
 */
require_once(phpconfig_init.php);
require_once(cls_phpconfig.php);
require_once(cls_phpconfig_html.php);

// create and initalize objects //
$page = new Open_Conf_HTML();
$conf = new Open_Conf();

// setup 3pane html theme
$page-OC_HTML_set3Pane(true);

// pass thru phpconfig_init paramaters to object
$conf-OC_setConfDirectories($conf_directories);
$conf-OC_setTempDir($temporary_directory);
$conf-OC_setTempPrefix($temporary_file_prefix);
$conf-OC_setAccessFile($access_file);
$conf-OC_setConfDir($default_conf_file_direcotry,$conf_directories);
$conf-OC_setConfFilter($conf_file_filter);
$conf-OC_setResetCmd($reset_cmd);
$conf-OC_setRemark($remark);


// pass thru html output parameters
$page-OC_HTML_setTextareaRows($textarea_rows);
$page-OC_HTML_setImagesDir($images_dir);
$page-OC_HTML_setLogo($logo);
$page-OC_HTML_setTitle($title);
$page-OC_HTML_setPageTitle($page_title);
$page-OC_HTML_setDescription($description);
$page-OC_HTML_setKeywords($keywords);
$page-OC_HTML_setWebmaster($webmaster);
$page-OC_HTML_setDisclaimer($disclaimer);
$page-OC_HTML_setFooterText($footer_text);
$page-OC_HTML_setLogoLink($logo_link);

// init top menu bar
$page-OC_HTML_setHeaderBar(array_merge($conf-_OC_conf_dirs ,
 array(Re-Read
Configs=phpconfig.php?reset=reset)));

// init side menus
$menuList = array();
$rightMenuList = array();

session_start();

// this session variable will be set by a login screen
// in a future release
// for now, fake it for the prototype
$_SESSION['valid_user'] = $fakeuser;

$conf-OC_checkValidUser();

if($_GET['file'])  // conf file requested via menu

How do I proceed from here?

Thanks,
Julius.

 Hi,

 You need to click on the phpconfig.php to actually load the page. It is
because the file is not called index.php.
 This could be changed in the apache conf file if wished.

 Let us know how you go.

 C

 -Original Message-
 From: World Wide Web Owner [mailto:[EMAIL PROTECTED] On Behalf Of
Julius Kidubuka
 Sent: 03 March 2005 09:45
 To: [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]; asterisk-users@lists.digium.com
 Subject: Getting phpconfig to work?

 Hi,

 I have just tried to get phpconfig to work but to no avail. In my
browser I type; http://ip-of-machine/phpconfig/ and this returns the
following output;

 Index of /phpconfig
  NameLast modified   Size  Description
 

  Parent Directory03-Mar-2005 12:15  -
  asterisk.reload 03-Mar-2005 12:28 1k
  cls_phpconfig.php   03-Mar-2005 11:4814k
  cls_phpconfig_html.php  03-Mar-2005 11:5517k
  images/ 24-Feb-2005 09:06  -
  phpconfig.php   14-Sep-2003 19:32 6k
  phpconfig_init.php  03-Mar-2005 11:44 2k


 


 Apache/1.3.33 Server at ip-of-machine Port 80


 I have made the necessary changes to all the files in the phpconfig
directory and my DocumentRoot is set to /usr/local/www/. To add to
this, I have php4-4.3.10_1 and apache+mod_ssl-1.3.33+2.8.22 installed on
my Asterisk box.

 What could I be doing wrong?

 Thanks in advance!

 Rgds,
 Julius.










-- 
Rgds,
Julius Kidubuka.
My advice to you is get married: if you find a good wife you'll be happy;
if not, you'll become a philosopher.
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] RE: Getting phpconfig to work?

2005-03-03 Thread Julius Kidubuka
Hi,

When I do click on the phpconfig.php link from
http://ip-of-machine/phpconfig/, it returns a page with the actual
contents of that file (phpconfig.php) and doesn't load the page. See some
of the output below;

?PHP
/**
 *
 * Asterisk configuration file interface script
 *
 *
 *
 *
 *
 * phpconfig:,v 1.0 2003/07/03 17:19:37
 * Authors: Dave Packham [EMAIL PROTECTED]
 *  Rob Birkinshaw [EMAIL PROTECTED]
 */
require_once(phpconfig_init.php);
require_once(cls_phpconfig.php);
require_once(cls_phpconfig_html.php);

// create and initalize objects //
$page = new Open_Conf_HTML();
$conf = new Open_Conf();

// setup 3pane html theme
$page-OC_HTML_set3Pane(true);

// pass thru phpconfig_init paramaters to object
$conf-OC_setConfDirectories($conf_directories);
$conf-OC_setTempDir($temporary_directory);
$conf-OC_setTempPrefix($temporary_file_prefix);
$conf-OC_setAccessFile($access_file);
$conf-OC_setConfDir($default_conf_file_direcotry,$conf_directories);
$conf-OC_setConfFilter($conf_file_filter);
$conf-OC_setResetCmd($reset_cmd);
$conf-OC_setRemark($remark);


// pass thru html output parameters
$page-OC_HTML_setTextareaRows($textarea_rows);
$page-OC_HTML_setImagesDir($images_dir);
$page-OC_HTML_setLogo($logo);
$page-OC_HTML_setTitle($title);
$page-OC_HTML_setPageTitle($page_title);
$page-OC_HTML_setDescription($description);
$page-OC_HTML_setKeywords($keywords);
$page-OC_HTML_setWebmaster($webmaster);
$page-OC_HTML_setDisclaimer($disclaimer);
$page-OC_HTML_setFooterText($footer_text);
$page-OC_HTML_setLogoLink($logo_link);

// init top menu bar
$page-OC_HTML_setHeaderBar(array_merge($conf-_OC_conf_dirs ,
 array(Re-Read
Configs=phpconfig.php?reset=reset)));

// init side menus
$menuList = array();
$rightMenuList = array();

session_start();

// this session variable will be set by a login screen
// in a future release
// for now, fake it for the prototype
$_SESSION['valid_user'] = $fakeuser;

$conf-OC_checkValidUser();

if($_GET['file'])  // conf file requested via menu

How do I proceed from here?

Thanks,
Julius.

 Hi,

 You need to click on the phpconfig.php to actually load the page. It is
because the file is not called index.php.
 This could be changed in the apache conf file if wished.

 Let us know how you go.

 C

 -Original Message-
 From: World Wide Web Owner [mailto:[EMAIL PROTECTED] On Behalf Of
Julius Kidubuka
 Sent: 03 March 2005 09:45
 To: [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]; asterisk-users@lists.digium.com
 Subject: Getting phpconfig to work?

 Hi,

 I have just tried to get phpconfig to work but to no avail. In my
browser I type; http://ip-of-machine/phpconfig/ and this returns the
following output;

 Index of /phpconfig
  NameLast modified   Size  Description
 

  Parent Directory03-Mar-2005 12:15  -
  asterisk.reload 03-Mar-2005 12:28 1k
  cls_phpconfig.php   03-Mar-2005 11:4814k
  cls_phpconfig_html.php  03-Mar-2005 11:5517k
  images/ 24-Feb-2005 09:06  -
  phpconfig.php   14-Sep-2003 19:32 6k
  phpconfig_init.php  03-Mar-2005 11:44 2k


 


 Apache/1.3.33 Server at ip-of-machine Port 80


 I have made the necessary changes to all the files in the phpconfig
directory and my DocumentRoot is set to /usr/local/www/. To add to
this, I have php4-4.3.10_1 and apache+mod_ssl-1.3.33+2.8.22 installed on
my Asterisk box.

 What could I be doing wrong?

 Thanks in advance!

 Rgds,
 Julius.











___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Getting phpconfig to work?

2005-03-03 Thread Julius Kidubuka
That url returns the actual contents of the phpconfig file and doesn't
load the page as required.

How can I go about it?

Thanks,
Julius.

 Try using the url

 http://ip-of-machine/phpconfig/phpconfig.php

 On Thu, 3 Mar 2005 12:45:03 +0300 (EAT), Julius Kidubuka
 [EMAIL PROTECTED] wrote:
 Hi,

 I have just tried to get phpconfig to work but to no avail. In my
 browser
 I type; http://ip-of-machine/phpconfig/ and this returns the following
 output;

 Index of /phpconfig
 NameLast modified   Size  Description
 
 Parent Directory03-Mar-2005 12:15  -
 asterisk.reload 03-Mar-2005 12:28 1k
 cls_phpconfig.php   03-Mar-2005 11:4814k
 cls_phpconfig_html.php  03-Mar-2005 11:5517k
 images/ 24-Feb-2005 09:06  -
 phpconfig.php   14-Sep-2003 19:32 6k
 phpconfig_init.php  03-Mar-2005 11:44 2k

 

 Apache/1.3.33 Server at ip-of-machine Port 80

 I have made the necessary changes to all the files in the phpconfig
 directory and my DocumentRoot is set to /usr/local/www/. To add to
 this,
 I have php4-4.3.10_1 and apache+mod_ssl-1.3.33+2.8.22 installed on my
 Asterisk box.

 What could I be doing wrong?

 Thanks in advance!

 Rgds,
 Julius.

 ___
 Asterisk-Users mailing list
 Asterisk-Users@lists.digium.com
 http://lists.digium.com/mailman/listinfo/asterisk-users
 To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users





___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] RE: Getting phpconfig to work?

2005-03-03 Thread Julius Kidubuka
Hi,

Does phpconfig require a particular php package installed? I have
php4-4.3.10_1 installed on my box. Does this have an effect?

What do I need to change in terms of ownership and permissions to files
located in the phpconfig directory? At the moment I have,

drwxr-xr-x  4 root  wheel512 Mar  3 13:09 .
drwxr-xr-x  8 root  wheel512 Mar  3 12:15 ..
drwxr-xr-x  2 root  wheel512 Feb 24 09:06 CVS
-rwxrwxrwx  1 root  wheel588 Mar  3 12:28 asterisk.reload
-rw-r--r--  1 root  wheel  14702 Mar  3 11:48 cls_phpconfig.php
-rw-r--r--  1 root  wheel  17846 Mar  3 11:55 cls_phpconfig_html.php
drwxr-xr-x  3 root  wheel512 Feb 24 09:06 images
-rw-r--r--  1 root  wheel   6515 Sep 14  2003 phpconfig.php
-rw-r--r--  1 root  wheel   2128 Mar  3 11:44 phpconfig_init.php

Any indicators?

Rgds,
Julius.

 That means PHP isn't setup properly on your server; it isn't parsing the
 file as PHP. It is just outputting the code.

 Create a file named test.php and put this in the file:

 ?php

 phpinfo();

 ?

 This should display lots of information in a table about your php
 installation.

 When you have this working; phpconfig should work.

 C

 -Original Message-
 From: World Wide Web Owner [mailto:[EMAIL PROTECTED] On Behalf Of
 Julius Kidubuka
 Sent: 03 March 2005 10:02
 To: C. Tomlinson
 Subject: RE: Getting phpconfig to work?

 Hi,

 When I do click on the phpconfig.php link, it returns a page with the
 actual contents of that file (phpconfig.php) and doesn't load the page.
 See some of the output from http://ip-of-machine/phpconfig/phpconfig.php
 below;

 ?PHP
 /**
  *
  * Asterisk configuration file interface script
  *
  *
  *
  *
  *
  * phpconfig:,v 1.0 2003/07/03 17:19:37
  * Authors: Dave Packham [EMAIL PROTECTED]
  *  Rob Birkinshaw [EMAIL PROTECTED]
  */
 require_once(phpconfig_init.php);
 require_once(cls_phpconfig.php);
 require_once(cls_phpconfig_html.php);

 // create and initalize objects //
 $page = new Open_Conf_HTML();
 $conf = new Open_Conf();

 // setup 3pane html theme
 $page-OC_HTML_set3Pane(true);

 // pass thru phpconfig_init paramaters to object
 $conf-OC_setConfDirectories($conf_directories);
 $conf-OC_setTempDir($temporary_directory);
 $conf-OC_setTempPrefix($temporary_file_prefix);
 $conf-OC_setAccessFile($access_file);
 $conf-OC_setConfDir($default_conf_file_direcotry,$conf_directories);
 $conf-OC_setConfFilter($conf_file_filter);
 $conf-OC_setResetCmd($reset_cmd);
 $conf-OC_setRemark($remark);


 // pass thru html output parameters
 $page-OC_HTML_setTextareaRows($textarea_rows);
 $page-OC_HTML_setImagesDir($images_dir);
 $page-OC_HTML_setLogo($logo);
 $page-OC_HTML_setTitle($title);
 $page-OC_HTML_setPageTitle($page_title);
 $page-OC_HTML_setDescription($description);
 $page-OC_HTML_setKeywords($keywords);
 $page-OC_HTML_setWebmaster($webmaster);
 $page-OC_HTML_setDisclaimer($disclaimer);
 $page-OC_HTML_setFooterText($footer_text);
 $page-OC_HTML_setLogoLink($logo_link);

 // init top menu bar
 $page-OC_HTML_setHeaderBar(array_merge($conf-_OC_conf_dirs ,
  array(Re-Read
 Configs=phpconfig.php?reset=reset)));

 // init side menus
 $menuList = array();
 $rightMenuList = array();

 session_start();

 // this session variable will be set by a login screen
 // in a future release
 // for now, fake it for the prototype
 $_SESSION['valid_user'] = $fakeuser;

 $conf-OC_checkValidUser();

 if($_GET['file'])  // conf file requested via menu

 How do I proceed from here?

 Thanks,
 Julius.

 Hi,

 You need to click on the phpconfig.php to actually load the page.
 It is because the file is not called index.php.
 This could be changed in the apache conf file if wished.

 Let us know how you go.

 C

 -Original Message-
 From: World Wide Web Owner [mailto:[EMAIL PROTECTED] On Behalf Of
 Julius Kidubuka
 Sent: 03 March 2005 09:45
 To: [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]; asterisk-users@lists.digium.com
 Subject: Getting phpconfig to work?

 Hi,

 I have just tried to get phpconfig to work but to no avail. In my
 browser
 I type; http://ip-of-machine/phpconfig/ and this returns the following
 output;

 Index of /phpconfig
  NameLast modified   Size  Description

 
 
  Parent Directory03-Mar-2005 12:15  -
  asterisk.reload 03-Mar-2005 12:28 1k
  cls_phpconfig.php   03-Mar-2005 11:4814k
  cls_phpconfig_html.php  03-Mar-2005 11:5517k
  images/ 24-Feb-2005 09:06  -
  phpconfig.php   14-Sep-2003 19:32 6k
  phpconfig_init.php  03-Mar-2005 11:44 2k



 
 

 Apache/1.3.33 Server at ip-of-machine Port 80


 I have made the necessary

RE: [Asterisk-Users] RE: Getting phpconfig to work?

2005-03-03 Thread Julius Kidubuka

 When I do click on the phpconfig.php link from
 http://ip-of-machine/phpconfig/, it returns a page with the actual
 contents of that file (phpconfig.php) and doesn't load the page. See
 some
 of the output below;

 Try a simple php-script in this directory.
 Something like this, name it test.php

 ?PHP
 print (test)
 ?
 If it does not print test, and you see the code instead, check your
 httpd.conf for a general php-parsing problem.

True, I have tried that and all I see is code instead. How do I go about
solving the php-parsing problem in my httpd.conf then?

Rgds,
Julius.

 Regards

 Guido Hecken
 ___
 Asterisk-Users mailing list
 Asterisk-Users@lists.digium.com
 http://lists.digium.com/mailman/listinfo/asterisk-users
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users




___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] Getting phpconfig to work?

2005-03-03 Thread Julius Kidubuka
No, I have apache 1.3.33 and mod_ssl 2.8.22 installed. Do I need to have
apache2-mod_php installed?

Rgds,
Julius.

 DO you have apache2-mod_php installed ?

 Which distro are you using ?

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of
 Julius Kidubuka
 Sent: 03 March 2005 11:45 AM
 To: [EMAIL PROTECTED]
 Cc: asterisk-users@lists.digium.com
 Subject: [Asterisk-Users] Getting phpconfig to work?

 Hi,

 I have just tried to get phpconfig to work but to no avail.
 In my browser I type; http://ip-of-machine/phpconfig/ and
 this returns the following output;

 Index of /phpconfig
  NameLast modified   Size  Description
 --
 --
  Parent Directory03-Mar-2005 12:15  -
  asterisk.reload 03-Mar-2005 12:28 1k
  cls_phpconfig.php   03-Mar-2005 11:4814k
  cls_phpconfig_html.php  03-Mar-2005 11:5517k
  images/ 24-Feb-2005 09:06  -
  phpconfig.php   14-Sep-2003 19:32 6k
  phpconfig_init.php  03-Mar-2005 11:44 2k


 --
 --

 Apache/1.3.33 Server at ip-of-machine Port 80


 I have made the necessary changes to all the files in the
 phpconfig directory and my DocumentRoot is set to
 /usr/local/www/. To add to this, I have php4-4.3.10_1 and
 apache+mod_ssl-1.3.33+2.8.22 installed on my Asterisk box.

 What could I be doing wrong?

 Thanks in advance!

 Rgds,
 Julius.

 ___
 Asterisk-Users mailing list
 Asterisk-Users@lists.digium.com
 http://lists.digium.com/mailman/listinfo/asterisk-users
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users







___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] RE: Getting phpconfig to work?

2005-03-03 Thread Julius Kidubuka
I have done so and it returns the very code I created that is;

?php
phpinfo();
?

Secondly, which php are you referring to? Is it php4 or mod_php? And if
so, which of the two do I need for this?

 Are you sure you have php correctly installed.

 Do the test page as below and let us know what it comes up with

 -Original Message-
 From: World Wide Web Owner [mailto:[EMAIL PROTECTED] On Behalf Of
 Julius Kidubuka
 Sent: 03 March 2005 10:17
 To: [EMAIL PROTECTED]
 Cc: asterisk-users@lists.digium.com
 Subject: RE: Getting phpconfig to work?

 Hi,

 Does phpconfig require a particular php package installed? I have
 php4-4.3.10_1 installed on my box. Does this have an effect?

 What do I need to change in terms of ownership and permissions to files
 located in the phpconfig directory? At the moment I have,

 drwxr-xr-x  4 root  wheel512 Mar  3 13:09 .
 drwxr-xr-x  8 root  wheel512 Mar  3 12:15 ..
 drwxr-xr-x  2 root  wheel512 Feb 24 09:06 CVS
 -rwxrwxrwx  1 root  wheel588 Mar  3 12:28 asterisk.reload
 -rw-r--r--  1 root  wheel  14702 Mar  3 11:48 cls_phpconfig.php
 -rw-r--r--  1 root  wheel  17846 Mar  3 11:55 cls_phpconfig_html.php
 drwxr-xr-x  3 root  wheel512 Feb 24 09:06 images
 -rw-r--r--  1 root  wheel   6515 Sep 14  2003 phpconfig.php
 -rw-r--r--  1 root  wheel   2128 Mar  3 11:44 phpconfig_init.php

 Any indicators?

 Rgds,
 Julius.

 That means PHP isn't setup properly on your server; it isn't parsing the
 file as PHP. It is just outputting the code.

 Create a file named test.php and put this in the file:

 ?php

 phpinfo();

 ?

 This should display lots of information in a table about your php
 installation.

 When you have this working; phpconfig should work.

 C

 -Original Message-
 From: World Wide Web Owner [mailto:[EMAIL PROTECTED] On Behalf Of
 Julius Kidubuka
 Sent: 03 March 2005 10:02
 To: C. Tomlinson
 Subject: RE: Getting phpconfig to work?

 Hi,

 When I do click on the phpconfig.php link, it returns a page with the
 actual contents of that file (phpconfig.php) and doesn't load the page.
 See some of the output from http://ip-of-machine/phpconfig/phpconfig.php
 below;

 ?PHP
 /**
  *
  * Asterisk configuration file interface script
  *
  *
  *
  *
  *
  * phpconfig:,v 1.0 2003/07/03 17:19:37
  * Authors: Dave Packham [EMAIL PROTECTED]
  *  Rob Birkinshaw [EMAIL PROTECTED]
  */
 require_once(phpconfig_init.php);
 require_once(cls_phpconfig.php);
 require_once(cls_phpconfig_html.php);

 // create and initalize objects //
 $page = new Open_Conf_HTML();
 $conf = new Open_Conf();

 // setup 3pane html theme
 $page-OC_HTML_set3Pane(true);

 // pass thru phpconfig_init paramaters to object
 $conf-OC_setConfDirectories($conf_directories);
 $conf-OC_setTempDir($temporary_directory);
 $conf-OC_setTempPrefix($temporary_file_prefix);
 $conf-OC_setAccessFile($access_file);
 $conf-OC_setConfDir($default_conf_file_direcotry,$conf_directories);
 $conf-OC_setConfFilter($conf_file_filter);
 $conf-OC_setResetCmd($reset_cmd);
 $conf-OC_setRemark($remark);


 // pass thru html output parameters
 $page-OC_HTML_setTextareaRows($textarea_rows);
 $page-OC_HTML_setImagesDir($images_dir);
 $page-OC_HTML_setLogo($logo);
 $page-OC_HTML_setTitle($title);
 $page-OC_HTML_setPageTitle($page_title);
 $page-OC_HTML_setDescription($description);
 $page-OC_HTML_setKeywords($keywords);
 $page-OC_HTML_setWebmaster($webmaster);
 $page-OC_HTML_setDisclaimer($disclaimer);
 $page-OC_HTML_setFooterText($footer_text);
 $page-OC_HTML_setLogoLink($logo_link);

 // init top menu bar
 $page-OC_HTML_setHeaderBar(array_merge($conf-_OC_conf_dirs ,
  array(Re-Read
 Configs=phpconfig.php?reset=reset)));

 // init side menus
 $menuList = array();
 $rightMenuList = array();

 session_start();

 // this session variable will be set by a login screen
 // in a future release
 // for now, fake it for the prototype
 $_SESSION['valid_user'] = $fakeuser;

 $conf-OC_checkValidUser();

 if($_GET['file'])  // conf file requested via menu

 How do I proceed from here?

 Thanks,
 Julius.

 Hi,

 You need to click on the phpconfig.php to actually load the page.
 It is because the file is not called index.php.
 This could be changed in the apache conf file if wished.

 Let us know how you go.

 C

 -Original Message-
 From: World Wide Web Owner [mailto:[EMAIL PROTECTED] On Behalf Of
 Julius Kidubuka
 Sent: 03 March 2005 09:45
 To: [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]; asterisk-users@lists.digium.com
 Subject: Getting phpconfig to work?

 Hi,

 I have just tried to get phpconfig to work but to no avail. In my
 browser
 I type; http://ip-of-machine/phpconfig/ and this returns the following
 output;

 Index of /phpconfig
  NameLast modified   Size  Description

Re: [Asterisk-Users] Getting phpconfig to work?

2005-03-03 Thread Julius Kidubuka
Hi,

I have managed to re-install apache and php. I tried to install mod_php
but it failed and returned the error below;

===  mod_php4-4.3.10_1,1 conflicts with installed package(s):
  php4-4.3.10_1

  They install files into the same place.
  Please remove them first with pkg_delete(1).
*** Error code 1

Stop in /usr/ports/www/mod_php4.
*** Error code 1

Stop in /usr/ports/www/mod_php4.

I decided to leave it out and when on to setup all the files under the
phpconfig directory.
When I tried to access http://ip-of-machine/phpconfig/, I got the
following error;

Fatal error: Call to undefined function: session_start() in
/usr/local/www/phpconfig/phpconfig.php on line 57

Could this error be due to not having installed mod_php? If not, then how
do I proceed?

Thanks in advance!

-- 
Rgds,
Julius Kidubuka.
My advice to you is get married: if you find a good wife you'll be happy;
if not, you'll become a philosopher.
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] HELP NEEDED! - Asterisk GUI

2005-02-28 Thread Julius Kidubuka
Thanks for the great job plus all the others that contributed to this.
I'll certainly use it and give you feedback.


 Hi,

 Its now up at
 http://www.voip-info.org/tiki-index.php?page=Asterisk%20gui%20phpconfig

 I would be interested in any feedback. Hope it helps.

 C

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Julius
 Kidubuka
 Sent: 28 February 2005 04:50
 To: C. Tomlinson
 Cc: asterisk-users@lists.digium.com
 Subject: RE: [Asterisk-Users] HELP NEEDED! - Asterisk GUI

 I'll look out for it, thanks!

 Julius.

 Julius,

 I have just setup and installed phpconfig with the help of others on
 this
 mailing list. I didn't use CVS checkout as I don't have CVS installed.

 I am about to document the process for the Wiki which I hope will help
 :)

 C

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Julius
 Kidubuka
 Sent: 25 February 2005 14:33
 To: [EMAIL PROTECTED]
 Cc: asterisk-users@lists.digium.com
 Subject: RE: [Asterisk-Users] HELP NEEDED! - Asterisk GUI

 I am having trouble using cvs, is it possible to use cvsup or any other
 method available and still get to install, configure and use phpconfig?
 If
 so, how do I go about it?

 Julius.

 Does this mean I have to download and re-compile my asterisk sources
 inorder  to get that file? And if yes, how do I get the sources with
 cvs
 checkout phphconfig? If no, how is it done?

 No, only do the cvs checkout phpconfig, and put the files in the right
 directory that's all.

 Guido Hecken

 ___
 Asterisk-Users mailing list
 Asterisk-Users@lists.digium.com
 http://lists.digium.com/mailman/listinfo/asterisk-users
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users



 --
 Rgds,
 Julius Kidubuka.
 My advice to you is get married: if you find a good wife you'll be
 happy;
 if not, you'll become a philosopher.
 ___
 Asterisk-Users mailing list
 Asterisk-Users@lists.digium.com
 http://lists.digium.com/mailman/listinfo/asterisk-users
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users





 --
 Rgds,
 Julius Kidubuka.
 My advice to you is get married: if you find a good wife you'll be happy;
 if not, you'll become a philosopher.
 ___
 Asterisk-Users mailing list
 Asterisk-Users@lists.digium.com
 http://lists.digium.com/mailman/listinfo/asterisk-users
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users

 Spam detection software, running on the system zeus.avanzada7.com, has
 identified this incoming email as possible spam.  The original message
 has been attached to this so you can view it (if it isn't spam) or label
 similar future email.  If you have any questions, see
 the administrator of that system for details.

 Content preview:  I'll look out for it, thanks! Julius.  Julius,   I
   have just setup and installed phpconfig with the help of others on
   this  mailing list. I didn't use CVS checkout as I don't have CVS
   installed.   I am about to document the process for the Wiki which I
   hope will help :)   C  

 Content analysis details:   (0.1 points, 5.0 required)

  pts rule name  description
  --
 --
  0.1 FORGED_RCVD_HELO   Received: contains a forged HELO






-- 
Rgds,
Julius Kidubuka.
My advice to you is get married: if you find a good wife you'll be happy;
if not, you'll become a philosopher.
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] HELP NEEDED! - Asterisk GUI

2005-02-27 Thread Julius Kidubuka
I'll look out for it, thanks!

Julius.

 Julius,

 I have just setup and installed phpconfig with the help of others on this
 mailing list. I didn't use CVS checkout as I don't have CVS installed.

 I am about to document the process for the Wiki which I hope will help :)

 C

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Julius
 Kidubuka
 Sent: 25 February 2005 14:33
 To: [EMAIL PROTECTED]
 Cc: asterisk-users@lists.digium.com
 Subject: RE: [Asterisk-Users] HELP NEEDED! - Asterisk GUI

 I am having trouble using cvs, is it possible to use cvsup or any other
 method available and still get to install, configure and use phpconfig? If
 so, how do I go about it?

 Julius.

 Does this mean I have to download and re-compile my asterisk sources
 inorder  to get that file? And if yes, how do I get the sources with
 cvs
 checkout phphconfig? If no, how is it done?

 No, only do the cvs checkout phpconfig, and put the files in the right
 directory that's all.

 Guido Hecken

 ___
 Asterisk-Users mailing list
 Asterisk-Users@lists.digium.com
 http://lists.digium.com/mailman/listinfo/asterisk-users
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users



 --
 Rgds,
 Julius Kidubuka.
 My advice to you is get married: if you find a good wife you'll be happy;
 if not, you'll become a philosopher.
 ___
 Asterisk-Users mailing list
 Asterisk-Users@lists.digium.com
 http://lists.digium.com/mailman/listinfo/asterisk-users
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users





-- 
Rgds,
Julius Kidubuka.
My advice to you is get married: if you find a good wife you'll be happy;
if not, you'll become a philosopher.
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] HELP NEEDED! - Asterisk GUI

2005-02-25 Thread Julius Kidubuka
I am having trouble using cvs, is it possible to use cvsup or any other
method available and still get to install, configure and use phpconfig? If
so, how do I go about it?

Julius.

 Does this mean I have to download and re-compile my asterisk sources
 inorder  to get that file? And if yes, how do I get the sources with cvs
 checkout phphconfig? If no, how is it done?

 No, only do the cvs checkout phpconfig, and put the files in the right
 directory that's all.

 Guido Hecken

 ___
 Asterisk-Users mailing list
 Asterisk-Users@lists.digium.com
 http://lists.digium.com/mailman/listinfo/asterisk-users
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users



-- 
Rgds,
Julius Kidubuka.
My advice to you is get married: if you find a good wife you'll be happy;
if not, you'll become a philosopher.
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] HELP NEEDED! - Asterisk GUI

2005-02-24 Thread Julius Kidubuka
I do follow all the instructions except for one; I don't seem to have the
phpconfig_init.php file in my asterisk source directory. Maybe I have
overlooked something or forgotten to install a certain package.

Do I need to install some package that has the phpconfig_inti.php file?
How do I go about this?

 Do I have to cd into my asterisk source directory (that is,
 /usr/local/etc/asterisk) or otherwise?
 Yes, cd in your asterisk source dir, from where you installed it.

Secondly, is the statement no.2 a line a need to change in a given file?
 You have to change/verify some settings in phpconfig_init.php .
 Look for fakeuser=admin.
 Set $reset_cmd = ./asterisk.reload;
 Be shure, the script has write access in /etc/asterisk
 Have something in your sudoers file (/etc/sudoers) like
 apache ALL=(ALL)NOPASSWD: ALL
 to allow apache execute system commands like asterisk -r -x 'restart now'

 Another important file is the manager.conf in /etc/asterisk
 [general]
 enabled = yes
 port = 5038
 bindaddr = 0.0.0.0

 [admin]
 secret = secret
 permit = 192.168.0.0/255.255.255.0
 read = system,call,log,verbose,command,agent,user
 write = system,call,log,verbose,command,agent,user

 With these settings enabled, it should work.
 Be aware, this is not a secure solution since allowing apache to execute
 system-commands, and using the asterisk-web-dir (/var/www/html/asterisk)
 without any further security actions like .htaccess file should only be
 in trusted  environments like intranets.

I do have .htaccess enabled somewhere in my httpd.conf file. It restricts
access to /usr/local/www/cgi-perl/ where my initial perl files are located
(these are the ones I was previously using for the GUI with astman.

Rgds,
Julius.

 We can live with these restrictions. In the meanwhile we 're testing and
 evaluating the complete asterisk configuration from within mysql.

 Hope, I could help you a bit...

 Guido Hecken


 Sorry for all the questions but am rather lost here. I would be grateful
 if you elaborated a bit more.

 Thanks in advance.

 Rgds,
 Julius.

  Simple cd into your asterisk-src
  export CVSROOT=:pserver:[EMAIL PROTECTED]:/usr/cvsroot
  cvs login ; password is anoncvs
  cvs checkout phpconfig
  Copy all php-scripts and the image folder into your webroot
  (/var/www/html/asterisk)
  Read/edit the config-files to fit your requirements.
  Type in your browser http://yourserverip/phpconfig.php
 
  Here is a demo:
  http://rads.netcom.utah.edu/phpconfig/phpconfig.php
 
  Good luck
 
  Guido Hecken
 
 
  -Ursprüngliche Nachricht-
  Von: Julius Kidubuka [mailto:[EMAIL PROTECTED]
  Gesendet: Donnerstag, 24. Februar 2005 06:59
  An: [EMAIL PROTECTED]
  Cc: asterisk-users@lists.digium.com
  Betreff: RE: [Asterisk-Users] HELP NEEDED! - Asterisk GUI
 
  Thanks for your contribution Guido!
 
  Do you have a URL I can visit to help me install and configure
  phpconfig.php? Otherwise, I'll take a look at phpmyedit and see how
 ot
  works for me.
 
  Rgds,
  Julius.
 
   Perhaps you want to use phpconfig.php Created by p0lar, Dave
 Packham
  
   Rob
   Birkinshaw. We use it within our production servers without any
  problems,
   and it does nearly everything, to configure and restart/reload
  asterisk.
   Astman didn't run stable on our servers and after spending some
 hours
   googling and looking arround for these problems, we switched to the
  PHP
   solution.
   BTW, another cool application is phpmyedit
  (http://phpmyedit.org/home.php)
   to have a closer look at your CDR data.
  
   Guido Hecken
  
   -Ursprüngliche Nachricht-
   Von: Tzafrir Cohen [mailto:[EMAIL PROTECTED]
   Gesendet: Donnerstag, 24. Februar 2005 01:54
   An: asterisk-users@lists.digium.com
   Betreff: Re: [Asterisk-Users] HELP NEEDED! - Asterisk GUI
  
   On Mon, Feb 21, 2005 at 08:19:58AM +0300, Julius Kidubuka wrote:
Hello,
   
I am trying to setup an Asterisk GUI with the help of
 astman(please
   visit
http://astman.sourceforge.net/am-user-guide.html).
   
I have installed astman and currently assessing my GUI using;
http://ipaddress-of-asteriskbox/cgi-perl/am-main.pl
   
I am trying to get the menu options in my GUI to work but to no
  avail.
Currently my parameters are set to;
   
Asterisk Install Directory:
   /usr/ports/net/asterisk/work/asterisk-1.0.3/
Asterisk Config Directory: /usr/local/etc/asterisk
Profile Editor Working Directory: /usr/local/etc/asterisk
   
Any ideas on how I can go about this?
  
   Did you encounter any problems? What is it exactly that you fail
 to
  do?
  
   Anyway, is there any ongoing work on astman? No updates in the
 site
   since July.
  
   --
   Tzafrir Cohen | New signature for new address and  |  VIM
 is
   http://tzafrir.org.il | new homepage   | a
 Mutt's
   [EMAIL PROTECTED] ||  best
   ICQ# 16849755 | Space reserved for other protocols |
 friend

RE: [Asterisk-Users] HELP NEEDED! - Asterisk GUI

2005-02-24 Thread Julius Kidubuka

 I do follow all the instructions except for one; I don't seem to have
 the
 phpconfig_init.php file in my asterisk source directory. Maybe I have
 overlooked something or forgotten to install a certain package.

 If you get the sources with cvs checkout phpconfig, you should have this
 file.


Does this mean I have to download and re-compile my asterisk sources
inorder  to get that file? And if yes, how do I get the sources with cvs
checkout phphconfig? If no, how is it done?


 I updated these sources this morning and the file was present.
 hmm...
 If all other fails, I' ll send you this file of list.


I would be grateful! Thanks.

Rgds,
Julius.


 Guido Hecken
 ___
 Asterisk-Users mailing list
 Asterisk-Users@lists.digium.com
 http://lists.digium.com/mailman/listinfo/asterisk-users
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users



-- 
Rgds,
Julius Kidubuka.
My advice to you is get married: if you find a good wife you'll be happy;
if not, you'll become a philosopher.
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] HELP NEEDED! - Asterisk GUI

2005-02-24 Thread Julius Kidubuka
Thanks for the advice though I would really love to get to the bottom of
what am onto right now, that is, try to find a solution for my current
Asterisk setup.

I shall most certainly try out [EMAIL PROTECTED], you can bet on that!

Rgds,
Julius.

 Try [EMAIL PROTECTED] it has a great GUI that auto
 installs

 http://asteriskathome.sourceforge.net

 --- Julius Kidubuka [EMAIL PROTECTED] wrote:


  I do follow all the instructions except for one;
 I don't seem to have
  the
  phpconfig_init.php file in my asterisk source
 directory. Maybe I have
  overlooked something or forgotten to install a
 certain package.
 
  If you get the sources with cvs checkout
 phpconfig, you should have this
  file.


 Does this mean I have to download and re-compile my
 asterisk sources
 inorder  to get that file? And if yes, how do I get
 the sources with cvs
 checkout phphconfig? If no, how is it done?


  I updated these sources this morning and the file
 was present.
  hmm...
  If all other fails, I' ll send you this file of
 list.


 I would be grateful! Thanks.

 Rgds,
 Julius.

 
  Guido Hecken
  ___
  Asterisk-Users mailing list
  Asterisk-Users@lists.digium.com
 

 http://lists.digium.com/mailman/listinfo/asterisk-users
  To UNSUBSCRIBE or update options visit:
 

 http://lists.digium.com/mailman/listinfo/asterisk-users
 


 --
 Rgds,
 Julius Kidubuka.
 My advice to you is get married: if you find a good
 wife you'll be happy;
 if not, you'll become a philosopher.
 ___
 Asterisk-Users mailing list
 Asterisk-Users@lists.digium.com

 http://lists.digium.com/mailman/listinfo/asterisk-users
 To UNSUBSCRIBE or update options visit:


 http://lists.digium.com/mailman/listinfo/asterisk-users





 __
 Do you Yahoo!?
 Yahoo! Mail - Helps protect you from nasty viruses.
 http://promotions.yahoo.com/new_mail
 ___
 Asterisk-Users mailing list
 Asterisk-Users@lists.digium.com
 http://lists.digium.com/mailman/listinfo/asterisk-users
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users

 Spam detection software, running on the system zeus.avanzada7.com, has
 identified this incoming email as possible spam.  The original message
 has been attached to this so you can view it (if it isn't spam) or label
 similar future email.  If you have any questions, see
 the administrator of that system for details.

 Content preview:  Try [EMAIL PROTECTED] it has a great GUI that auto
   installs http://asteriskathome.sourceforge.net --- Julius Kidubuka
   [EMAIL PROTECTED] wrote: [...]

 Content analysis details:   (2.2 points, 5.0 required)

  pts rule name  description
  --
 --
  0.1 FORGED_RCVD_HELO   Received: contains a forged HELO
  2.2 FORGED_YAHOO_RCVD  'From' yahoo.com does not match 'Received'
 headers




-- 
Rgds,
Julius Kidubuka.
My advice to you is get married: if you find a good wife you'll be happy;
if not, you'll become a philosopher.
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] HELP NEEDED! - Asterisk GUI

2005-02-23 Thread Julius Kidubuka
Thanks for your contribution Guido!

Do you have a URL I can visit to help me install and configure
phpconfig.php? Otherwise, I'll take a look at phpmyedit and see how ot
works for me.

Rgds,
Julius.

 Perhaps you want to use phpconfig.php Created by p0lar, Dave Packham 
 Rob
 Birkinshaw. We use it within our production servers without any problems,
 and it does nearly everything, to configure and restart/reload asterisk.
 Astman didn't run stable on our servers and after spending some hours
 googling and looking arround for these problems, we switched to the PHP
 solution.
 BTW, another cool application is phpmyedit (http://phpmyedit.org/home.php)
 to have a closer look at your CDR data.

 Guido Hecken

 -Ursprüngliche Nachricht-
 Von: Tzafrir Cohen [mailto:[EMAIL PROTECTED]
 Gesendet: Donnerstag, 24. Februar 2005 01:54
 An: asterisk-users@lists.digium.com
 Betreff: Re: [Asterisk-Users] HELP NEEDED! - Asterisk GUI

 On Mon, Feb 21, 2005 at 08:19:58AM +0300, Julius Kidubuka wrote:
  Hello,
 
  I am trying to setup an Asterisk GUI with the help of astman(please
 visit
  http://astman.sourceforge.net/am-user-guide.html).
 
  I have installed astman and currently assessing my GUI using;
  http://ipaddress-of-asteriskbox/cgi-perl/am-main.pl
 
  I am trying to get the menu options in my GUI to work but to no avail.
  Currently my parameters are set to;
 
  Asterisk Install Directory:
 /usr/ports/net/asterisk/work/asterisk-1.0.3/
  Asterisk Config Directory: /usr/local/etc/asterisk
  Profile Editor Working Directory: /usr/local/etc/asterisk
 
  Any ideas on how I can go about this?

 Did you encounter any problems? What is it exactly that you fail to do?

 Anyway, is there any ongoing work on astman? No updates in the site
 since July.

 --
 Tzafrir Cohen | New signature for new address and  |  VIM is
 http://tzafrir.org.il | new homepage   | a Mutt's
 [EMAIL PROTECTED] ||  best
 ICQ# 16849755 | Space reserved for other protocols | friend
 ___
 Asterisk-Users mailing list
 Asterisk-Users@lists.digium.com
 http://lists.digium.com/mailman/listinfo/asterisk-users
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
 ___
 Asterisk-Users mailing list
 Asterisk-Users@lists.digium.com
 http://lists.digium.com/mailman/listinfo/asterisk-users
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users




___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] HELP NEEDED! - Asterisk GUI

2005-02-20 Thread Julius Kidubuka
Hello,

I am trying to setup an Asterisk GUI with the help of astman(please visit
http://astman.sourceforge.net/am-user-guide.html).

I have installed astman and currently assessing my GUI using;
http://ipaddress-of-asteriskbox/cgi-perl/am-main.pl

I am trying to get the menu options in my GUI to work but to no avail.
Currently my parameters are set to;

Asterisk Install Directory: /usr/ports/net/asterisk/work/asterisk-1.0.3/
Asterisk Config Directory: /usr/local/etc/asterisk
Profile Editor Working Directory: /usr/local/etc/asterisk

Any ideas on how I can go about this?

Thanks in advance.

-- 
Rgds,
Julius Kidubuka.
My advice to you is get married: if you find a good wife you'll be happy;
if not, you'll become a philosopher.




___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] HELP!!!!!!!!

2005-02-18 Thread Julius Kidubuka
Thank you so much, it worked!

 Yes turn off silence suppression.

 xlite - Menu - Advanced - audio settings - Silence Settings - transmite
 Silence: (change to yes)
   - Original Message -
   From: Julius Kidubuka
   To: asterisk-users@lists.digium.com
   Sent: Wednesday, February 16, 2005 10:04 AM
   Subject: [Asterisk-Users] HELP


   Hi,

   I have installed two X-Lite phones and they're able to login
 successfully. The two phones plus the Asterisk system are all on the
 same LAN with private addresses assigned to each of them.  When a call
 is initiated and is picked up on the other end, there is completely no
 sound at all (as in the line goes dead). The codecs set in the
 softphones are g711u, g711a, GSM, iLBC and SPX.

   From the Asterisk CLI I see the following errors;

   i) Unknown RTP codec 72 received

   ii)   RFC3389 support incomplete

   Anyone got ideas on how I can go about this?

   Thanks in advance.

   Julius Kidubuka

   When you do the common things in life in an uncommon way, you will
 command the attention of the world





 --


   ___
   Asterisk-Users mailing list
   Asterisk-Users@lists.digium.com
   http://lists.digium.com/mailman/listinfo/asterisk-users
   To UNSUBSCRIBE or update options visit:
  
 http://lists.digium.com/mailman/listinfo/asterisk-users___
 Asterisk-Users mailing list
 Asterisk-Users@lists.digium.com
 http://lists.digium.com/mailman/listinfo/asterisk-users
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users


-- 
Rgds,
Julius Kidubuka.
My advice to you is get married: if you find a good wife you'll be happy;
if not, you'll become a philosopher.
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Asterisk GUI

2005-02-18 Thread Julius Kidubuka
Hello,

I am trying to setup an Asterisk GUI with the help of astman(please visit
http://astman.sourceforge.net/am-user-guide.html).

I have installed astman and currently assessing my GUI using;
http://ipaddress-of-asteriskbox/cgi-perl/am-main.pl

I am trying to get the menu options in my GUI to work but to no avail.
Currently my parameters are set to;

Asterisk Install Directory: /usr/ports/net/asterisk/work/asterisk-1.0.3/
Asterisk Config Directory: /usr/local/etc/asterisk
Profile Editor Working Directory: /usr/local/etc/asterisk

Any ideas on how I can go about this?

Thanks in advance.

-- 
Rgds,
Julius Kidubuka.
My advice to you is get married: if you find a good wife you'll be happy;
if not, you'll become a philosopher.
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] HELP!!!!!!!! {Scanned}

2005-02-17 Thread Julius Kidubuka
When I do apply nat=no, the X-ten phones don't login at all!

 If your X-ten phones are on the same lan as asterisk then try nat=no.

 David

 On Thu, 2005-02-17 at 07:28 +0300, Julius Kidubuka wrote:
 My sip.conf file;

 [luke]
 type=friend
 host=dynamic
 username=luke
 secret=luke
 ;dtmfmode=rfc2833 ; Choices are inband, rfc2833, or info
 dtmfmode=rfc2833
 mailbox=202 ; Mailbox for message waiting indicator
 allow=all
 context=sip
 callerid=luke 2123
 nat=yes


 [mike]
 type=friend
 host=dynamic
 username=mike
 secret=badru
 ;dtmfmode=rfc2833 ; Choices are inband, rfc2833, or info
 dtmfmode=rfc2833
 mailbox=203 ; Mailbox for message waiting indicator
 context=sip
 callerid=mike 2125
 nat=yes


 [juki]
 type=friend
 host=dynamic
 username=juki
 secret=juki
 dtmfmode=rfc2833
 mailbox=204 ; Mailbox for message waiting indicator
 allow=all
 context=sip
 callerid=juki 2125
 nat=yes


 plus my extensions.conf file;

 exten = 202,1,Dial(SIP/luke,20,tr)
 exten = 202,2,VoiceMail,u202
 exten = 202,102,VoiceMail,b202
 exten = 203,1,Dial(SIP/mike,20,tr)
 exten = 203,2,VoiceMail,u203
 exten = 203,102,VoiceMail,b203
 exten = 204,1,Dial(SIP/juki,20,tr)
 exten = 204,2,VoiceMail,u204
 exten = 204,102,VoiceMail,b204

 Hope this provides a little bit more info.


  I new to this as will. But add more info like your sip.conf file.
 
  David
 
 
  On Wed, 2005-02-16 at 18:04 +0300, Julius Kidubuka wrote:
  Hi,
 
  I have installed two X-Lite phones and they’re able to login
  successfully. The two phones plus the Asterisk system are all on the
  same LAN with private addresses assigned to each of them.  When a
 call
  is initiated and is picked up on the other end, there is completely
 no
  sound at all (as in the line goes dead). The codecs set in the
  softphones are g711u, g711a, GSM, iLBC and SPX.
 
  From the Asterisk CLI I see the following errors;
 
  i)Unknown RTP codec 72 received
 
  ii)  RFC3389 support incomplete
 
  Anyone got ideas on how I can go about this?
 
  Thanks in advance.
 
  Julius Kidubuka
 
  When you do the common things in life in an uncommon way, you will
  command the attention of the world
 
 
 
 
 
  --
  This message has been scanned for viruses and
  dangerous content by MailScanner, and is
  believed to be clean.
  MailScanner thanks transtec Computers for their support.
  Plase contact [EMAIL PROTECTED] if you have questions about
  this email.
  ___
  Asterisk-Users mailing list
  Asterisk-Users@lists.digium.com
  http://lists.digium.com/mailman/listinfo/asterisk-users
  To UNSUBSCRIBE or update options visit:
 http://lists.digium.com/mailman/listinfo/asterisk-users
  --
  David Shaw [EMAIL PROTECTED]
 
  ___
  Asterisk-Users mailing list
  Asterisk-Users@lists.digium.com
  http://lists.digium.com/mailman/listinfo/asterisk-users
  To UNSUBSCRIBE or update options visit:
 http://lists.digium.com/mailman/listinfo/asterisk-users
 


 --
 Rgds,
 Julius Kidubuka.
 My advice to you is get married: if you find a good wife you'll be
 happy;
 if not, you'll become a philosopher.
 ___
 Asterisk-Users mailing list
 Asterisk-Users@lists.digium.com
 http://lists.digium.com/mailman/listinfo/asterisk-users
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users

 Spam detection software, running on the system zeus.avanzada7.com, has
 identified this incoming email as possible spam.  The original message
 has been attached to this so you can view it (if it isn't spam) or label
 similar future email.  If you have any questions, see
 the administrator of that system for details.

 Content preview:  My sip.conf file; [luke] type=friend host=dynamic
   username=luke secret=luke ;dtmfmode=rfc2833 ; Choices are inband,
   rfc2833, or info dtmfmode=rfc2833 mailbox=202 ; Mailbox for message
   waiting indicator allow=all context=sip callerid=luke 2123 nat=yes
   [...]

 Content analysis details:   (0.5 points, 5.0 required)

  pts rule name  description
  --
 --
  0.1 FORGED_RCVD_HELO   Received: contains a forged HELO
  0.4 PLING_PLINGSubject has lots of exclamation marks


 --
 David Shaw [EMAIL PROTECTED]




-- 
Rgds,
Julius Kidubuka.
My advice to you is get married: if you find a good wife you'll be happy;
if not, you'll become a philosopher.
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] HELP!!!!!!!!

2005-02-16 Thread Julius Kidubuka








Hi,

I have installed two X-Lite phones and theyre
able to login successfully. The two phones plus the Asterisk system are all on
the same LAN with private addresses assigned to each of them. When a call
is initiated and is picked up on the other end, there is completely no sound at
all (as in the line goes dead). The codecs set in the softphones are g711u,
g711a, GSM, iLBC and SPX.

From the Asterisk CLI I see the following errors;

i)
Unknown RTP codec 72
received

ii)
RFC3389 support
incomplete

Anyone got ideas on how I can go about this?

Thanks in advance.

Julius Kidubuka

When
you do the common things in life in an uncommon way, you will command the attention
of the world








___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [Asterisk-Users] HELP!!!!!!!! {Scanned}

2005-02-16 Thread Julius Kidubuka
My sip.conf file;

[luke]
type=friend
host=dynamic
username=luke
secret=luke
;dtmfmode=rfc2833 ; Choices are inband, rfc2833, or info
dtmfmode=rfc2833
mailbox=202 ; Mailbox for message waiting indicator
allow=all
context=sip
callerid=luke 2123
nat=yes


[mike]
type=friend
host=dynamic
username=mike
secret=badru
;dtmfmode=rfc2833 ; Choices are inband, rfc2833, or info
dtmfmode=rfc2833
mailbox=203 ; Mailbox for message waiting indicator
context=sip
callerid=mike 2125
nat=yes


[juki]
type=friend
host=dynamic
username=juki
secret=juki
dtmfmode=rfc2833
mailbox=204 ; Mailbox for message waiting indicator
allow=all
context=sip
callerid=juki 2125
nat=yes


plus my extensions.conf file;

exten = 202,1,Dial(SIP/luke,20,tr)
exten = 202,2,VoiceMail,u202
exten = 202,102,VoiceMail,b202
exten = 203,1,Dial(SIP/mike,20,tr)
exten = 203,2,VoiceMail,u203
exten = 203,102,VoiceMail,b203
exten = 204,1,Dial(SIP/juki,20,tr)
exten = 204,2,VoiceMail,u204
exten = 204,102,VoiceMail,b204

Hope this provides a little bit more info.


 I new to this as will. But add more info like your sip.conf file.

 David


 On Wed, 2005-02-16 at 18:04 +0300, Julius Kidubuka wrote:
 Hi,

 I have installed two X-Lite phones and they’re able to login
 successfully. The two phones plus the Asterisk system are all on the
 same LAN with private addresses assigned to each of them.  When a call
 is initiated and is picked up on the other end, there is completely no
 sound at all (as in the line goes dead). The codecs set in the
 softphones are g711u, g711a, GSM, iLBC and SPX.

 From the Asterisk CLI I see the following errors;

 i)Unknown RTP codec 72 received

 ii)  RFC3389 support incomplete

 Anyone got ideas on how I can go about this?

 Thanks in advance.

 Julius Kidubuka

 When you do the common things in life in an uncommon way, you will
 command the attention of the world





 --
 This message has been scanned for viruses and
 dangerous content by MailScanner, and is
 believed to be clean.
 MailScanner thanks transtec Computers for their support.
 Plase contact [EMAIL PROTECTED] if you have questions about
 this email.
 ___
 Asterisk-Users mailing list
 Asterisk-Users@lists.digium.com
 http://lists.digium.com/mailman/listinfo/asterisk-users
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
 --
 David Shaw [EMAIL PROTECTED]

 ___
 Asterisk-Users mailing list
 Asterisk-Users@lists.digium.com
 http://lists.digium.com/mailman/listinfo/asterisk-users
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users



-- 
Rgds,
Julius Kidubuka.
My advice to you is get married: if you find a good wife you'll be happy;
if not, you'll become a philosopher.
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Login OK but NO SOUND

2005-02-15 Thread Julius Kidubuka








Hi,

I have installed two X-Lite phones and theyre
able to login successfully. The two phones plus the Asterisk system are all on
the same LAN with private addresses assigned to each of them. When a call
is initiated and is picked up on the other end, there is completely no sound at
all (as in the line goes dead). The codecs set in the softphones are g711u, g711a,
GSM, iLBC and SPX.

From the Asterisk CLI I see the following errors;

i)
Unknown RTP codec 72
received

ii)
RFC3389 support
incomplete

Anyone got ideas on how I can go about this?

Thanks in advance.

Julius
Kidubuka

When
you do the common things in life in an uncommon way, you will command the
attention of the world








___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

[Asterisk-Users] Error: Unknown RTP codec 72 received

2005-02-14 Thread Julius Kidubuka
Hi all,

I have setup two X-Lite phones and an Asterisk box. They are all on the
same LAN and have private IP addresses assigned to them. I am able to
place a call from either phone but the moment it is picked up (trying to
be answered), it goes dead - as in no sound!

I get the error, Unknown RTP codec 72 received.

How can I go about this?

Thanks,

-- 
Rgds,
Julius Kidubuka.
When you do the common things in life in an uncommon way, you will
command the attention of the world!
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Error: Unknown RTP codec 72 received???

2005-02-14 Thread Julius Kidubuka
Hi all,

I have setup two X-Lite phones and an Asterisk box. They are all on the
same LAN and have private IP addresses assigned to them. I am able to
place a call from either phone but the moment it is picked up (trying to
be answered), it goes dead - as in no sound!

I get two errors, Unknown RTP codec 72 received and RFC3389 support
incomplete.

How can I go about this?

Thanks,

-- 
Rgds,
Julius Kidubuka.
When you do the common things in life in an uncommon way, you will
command the attention of the world!



-- 
Rgds,
Julius Kidubuka.
When you do the common things in life in an uncommon way, you will
command the attention of the world!

-- 
Rgds,
Julius Kidubuka.
When you do the common things in life in an uncommon way, you will
command the attention of the world!
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] No Sound???

2005-02-14 Thread Julius Kidubuka
Hi all,

I have setup two X-Lite phones and an Asterisk box. They are all on the
same LAN and have private IP addresses assigned to them. I am able to
place a call from either phone but the moment it is picked up (trying to
be answered), it goes dead - as in no sound!

I get two errors, Unknown RTP codec 72 received and RFC3389 support
incomplete.

How can I go about this?

Thanks,
-- 
Rgds,
Julius Kidubuka.
My advice to you is get married: if you find a good wife you'll be happy;
if not, you'll become a philosopher.
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users