I have been searching all over for the answer on all sources online and have come to the conclusion that it must be rudimentary or I am asking the wrong question. I cannot figure out how to configure the box to set the "from" address to a correct domain, as my outgoing isp will not pass mail from root@asterisk1.local, as I expect it wouldn't. Any help is appreciated, even just what should I be looking for to find the correct information. J.P. Edmund "If you think it's not a game, you've already lost"
--- J P Edmund <listmail@acedsl.com> wrote:> I have been searching all over for the answer on all > sources online and > have come to the conclusion that it must be > rudimentary or I am asking > the wrong question. > > I cannot figure out how to configure the box to set > the "from" address > to a correct domain, as my outgoing isp will not > pass mail from > root@asterisk1.local, as I expect it wouldn't. > > Any help is appreciated, even just what should I be > looking for to find > the correct information. >This is more of a straight Linux question ... you probably need to either set hostname for your machine(s) or configure sendmail (assuming you're using the default mailer) properly to set the correct "from" address. You won't find the answer on the asterisk wiki or mailing-list archives, I suspect. :) Try reading the man pages for hostname and sendmail ... or do a google search. I remember having to do something like that myself a while ago when I was setting up my Linux boxen. Cheers, Maya __________________________________ Celebrate Yahoo!'s 10th Birthday! Yahoo! Netrospective: 100 Moments of the Web http://birthday.yahoo.com/netrospective/
set serveremail= to the address in voicemail.conf On Mon, 2005-03-07 at 18:42, J P Edmund wrote:> I have been searching all over for the answer on all sources online and > have come to the conclusion that it must be rudimentary or I am asking > the wrong question. > > I cannot figure out how to configure the box to set the "from" address > to a correct domain, as my outgoing isp will not pass mail from > root@asterisk1.local, as I expect it wouldn't. > > Any help is appreciated, even just what should I be looking for to find > the correct information. > > > J.P. Edmund > > "If you think it's not a game, you've already lost" > > _______________________________________________ > 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-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050307/03d81a49/attachment.htm
J P Edmund wrote:> I cannot figure out how to configure the box to set the "from" address > to a correct domain, as my outgoing isp will not pass mail from > root@asterisk1.local, as I expect it wouldn't.You can pass an argument to sendmail to accomplish this. mailcmd=/usr/sbin/sendmail -t -fsrc@address.com serveremail=src@address.com note there is no space between -f and src@address.com (I'm not sure if this really matters or not). The sendmail arg will make sure bounces go to src@address.com, and serveremail will make sure your From address is displayed nicely to the recipient.
Thanks to all who answered my question. Most of the suggestions to sources I had tried with no success and retried again. Which leads me to believe that I messed thing else up. I also neglected to say that I am using the asterisk at home version. Right now the email thing isn't a big issue for me. Notification does go out to the cell phone email addresses fine as they seem to accept the from root@asterisk1.local. Once I remember where I put the password for the email server here, I am just going to forward the email thru it and leave asterisk alone with that for now. J.P. Edmund "If you think it's not a game, you've already lost" On Mar 7, 2005, at 7:57 PM, Colin Anderson wrote:> I answered this previously: > > http://lists.digium.com/pipermail/asterisk-users/2004-December/ > 077176.html > > hth > > -----Original Message----- > From: J P Edmund > To: Asterisk Users Mailing List > Sent: 3/7/2005 5:42 PM > Subject: [Asterisk-Users] Question with email notification > > I have been searching all over for the answer on all sources online and > have come to the conclusion that it must be rudimentary or I am asking > the wrong question. > > I cannot figure out how to configure the box to set the "from" address > to a correct domain, as my outgoing isp will not pass mail from > root@asterisk1.local, as I expect it wouldn't. > > Any help is appreciated, even just what should I be looking for to find > the correct information. > > > J.P. Edmund > > "If you think it's not a game, you've already lost" > > _______________________________________________ > 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 >
ummm... can someone give me a default settings for the hosts.conf file for the basic, or the correct format. Dummy here seems to have screwed it up and overwritten my backup. Now my pager notification stopped. uuuuurrrghhhh. J.P. Edmund "If you think it's not a game, you've already lost" On Mar 10, 2005, at 1:20 PM, J P Edmund wrote:> Thanks to all who answered my question. Most of the suggestions to > sources I had tried with no success and retried again. Which leads me > to believe that I messed thing else up. I also neglected to say that I > am using the asterisk at home version. Right now the email thing isn't > a big issue for me. Notification does go out to the cell phone email > addresses fine as they seem to accept the from root@asterisk1.local. > Once I remember where I put the password for the email server here, I > am just going to forward the email thru it and leave asterisk alone > with that for now. > > > J.P. Edmund > > "If you think it's not a game, you've already lost" >J.P. Edmund "If you think it's not a game, you've already lost"
I am working for Accudata Technologies. We provide CNAM via http request or raw TCP/IP connection. We would like to provide the same capability to Asterisk. I installed Asterisk on Fedora 2.0 and did reading about AGI and AGI application at http://www.voip-info.org/tiki-index.php?page=Asterisk+AGI, http://www.voip-info.org/wiki-Asterisk+Manager+API, and The Asterisk Handbook Version2 but still not clear on how to interface a new application to Asterisk. At first I would like to interface a simple client application in C that connects to an IP and Port number. The application receives a phone number from Asterisk (???), connects to our server, sends the phone number, receives a caller name from the server, sends the name to Asterisk (???). Thank you for your help. Kevin N.
Kevin Nguyen wrote:> Thank you for your help. > Kevin N.I already replied to your first message with a great deal of information; did you not receive it?
Roman Zhovtulya
2005-Mar-12 16:25 UTC
[Asterisk-Users] Sjphone call quality: free phone vs. commercial
Hello, Could anyone say if there is any significant boost in voice quality with the commercial SJPhone (payed for) vs. their free version? Also, any reports on SIPPS free vs commercial? It is worth to buy the licenced SJPhone/SIPPS to increase the voice quality (they want $95 for it, pretty expensive for a softphone)? Thanks, Roman Zhovtulya> -----Original Message----- > From: asterisk-users-bounces@lists.digium.com > [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of > Kevin P. Fleming > Sent: Sonntag, 13. M?rz 2005 00:05 > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: Re: [Asterisk-Users] CNAM for Asterisk > > > Kevin Nguyen wrote: > > > Thank you for your help. > > Kevin N. > > I already replied to your first message with a great deal of > information; did you not receive it? > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/aster> isk-users > To > UNSUBSCRIBE or update options visit: >http://lists.digium.com/mailman/listinfo/asterisk-users
Sorry for the double posts. I received your message. Thank you, Kevin N. ----- Original Message ----- From: "Kevin P. Fleming" <kpfleming@starnetworks.us> To: "Asterisk Users Mailing List - Non-Commercial Discussion" <asterisk-users@lists.digium.com> Sent: Saturday, March 12, 2005 5:05 PM Subject: Re: [Asterisk-Users] CNAM for Asterisk> Kevin Nguyen wrote: > > > Thank you for your help. > > Kevin N. > > I already replied to your first message with a great deal of > information; did you not receive it? > _______________________________________________ > 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