Re: [asterisk-users] IVR Prompt Recording

2009-12-14 Thread Mike Bessette
Pat Fleet, the original voice of AT&T recorded a free set of the prompts included in Asterisk and also does custom IVR prompts through her website at http://patfleet.com/ I'm not sure what the going rates for IVR prompts is, but she charges $15/phrase. On 12/14/09, Barry L. Kline wrote: > -BE

Re: [asterisk-users] iphone client app

2009-12-14 Thread Mike Bessette
I find that Siphone works great on the iTouch. Tried it with my own asterisk box as well as Callcentric and MagicJack and it was very clear and stable. Haven't played with it since the last firmware update though as the update removed support for 3rd party headsets . On 12/14/09, Alex Balashov wr

Re: [asterisk-users] hi

2009-10-15 Thread Mike Bessette
Hello. To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users On 10/15/09, as asd wrote: > plz do not send for me e-mail > thanks > > > ___ -- Bandwidth and Colocation Provided by http://www.api-digital.com --

Re: [asterisk-users] INVITE Sending Local IP

2009-10-01 Thread Mike Bessette
nip/localnet configuration from > Asterisk. This way the PIX/ASA is responsible for “fixing” SIP and making > the media work. > > > > sl > > > > *From:* asterisk-users-boun...@lists.digium.com [mailto: > asterisk-users-boun...@lists.digium.com] *On Behalf Of *Mike Bess

Re: [asterisk-users] INVITE Sending Local IP

2009-10-01 Thread Mike Bessette
Still no luck. I'm almost ready to start over with a fresh sip.conf and extensions.conf. Does anyone kno where I can find one without all the comments and other "fluff"? On Thu, Oct 1, 2009 at 9:22 AM, Scott L. Lykens wrote: > Mike - > > Uncomment and set appropriately for your network. If you'r

Re: [asterisk-users] INVITE Sending Local IP

2009-10-01 Thread Mike Bessette
OK so basically just uncomment the the localnet settings hten? On Thu, Oct 1, 2009 at 8:15 AM, Scott L. Lykens wrote: > Mike – > > It looks like you have externip set but no localnet setting. > > You need to set localnet for your internal networks so that Asterisk knows > when to properly apply

Re: [asterisk-users] INVITE Sending Local IP

2009-10-01 Thread Mike Bessette
s override ; any credentials in peer/register definition if realm is matched. ; ; This way, Asterisk can authenticate for outbound calls to other ; realms. We match realm on the proxy challenge and pick an set of ; credentials from this list ; Syntax: ; auth = :@ ; auth = #@ ; Example: ;auth=m

[asterisk-users] INVITE Sending Local IP

2009-10-01 Thread Mike Bessette
Hello. I set up an Asterisk box a couple days ago and was having problems with not being able to hear SIP clients. After some troubleshooting we have determined that hte INVITE is sending my local(192.168) IP. How would I get * to send the public IP instead of the local one? I have changed every IP