I don't think * was looking for alert-1 at the remote server. My best guess would be that IAX server at the other ends actually *answer* your call *before* Dial the destination channel. As soon as that happens, * will jump to (alert-1,s,1) and playback the message before the other end has a chance to pick up the phone. What you will hear then might be the remaining part of your alert messages (depending on how fast you pick up the phone).
Cheers! On 11/29/05, Tony Spencer <[EMAIL PROTECTED]> wrote: > I'm a bit of newbie to Asterisk so I'm not to sure. > I was just given the task to try and make this work. > > You could be correct but I'd have to do some further investigation and speak > to the person that used to admin this server. > > All I want to do is call a phone number and play a audio file and hangup. > Is there a way of doing this by dropping a file in the outgoing queue or > even from a script/commandline.. > > Thanks > Tony > > > -----Original Message----- > > From: [EMAIL PROTECTED] [mailto:asterisk-users- > > [EMAIL PROTECTED] On Behalf Of Doug Lytle > > Sent: 29 November 2005 13:22 > > To: Asterisk Users Mailing List - Non-Commercial Discussion > > Subject: Re: [Asterisk-Users] Problems with auto dialout > > > > Tony Spencer wrote: > > > > >I think the reason it just hangs up is it falls back to the default > > context > > >which is in extensions.conf: > > > > > >[default] > > >include => ext-local > > >exten => s,1,Playback(vm-goodbye) > > >exten => s,2,Macro(hangupcall) > > > > > > > > > > > > > > > > I read it as if it was trying to match the context on the remote > > server. Hence, > > > > Attempting call on IAX2/eurisp/xxxxxxxxxxx for [EMAIL PROTECTED]:1 > > > > Isn't eurisp the remote server and alert-1 the context on that server? > > > > Doug > > > > > > > > > > _______________________________________________ > > --Bandwidth and Colocation provided by Easynews.com -- > > > > Asterisk-Users mailing list > > To UNSUBSCRIBE or update options visit: > > http://lists.digium.com/mailman/listinfo/asterisk-users > > > > -- > > No virus found in this incoming message. > > Checked by AVG Free Edition. > > Version: 7.1.362 / Virus Database: 267.13.7/182 - Release Date: 24/11/2005 > > > > -- > No virus found in this outgoing message. > Checked by AVG Free Edition. > Version: 7.1.362 / Virus Database: 267.13.7/182 - Release Date: 24/11/2005 > > > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > Asterisk-Users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
