[asterisk-users] Possible AGI bug?
Leo Burd
leob at media.mit.edu
Tue Apr 13 15:47:34 CDT 2010
- I've just learned that my system now seems to work perfectly fine if I
call AMI Originate
with $channel = 'Local/%number at vd-dial_out';
instead of $channel = 'Local/%number at vd-dial_out/n'; // Note the
extra /n at the end
I thought it was important to use '/n' to avoid weird behavior (check
http://www.voip-info.org/tiki-index.php?page=Asterisk%20local%20channels),
but now I'm confused. Any ideas about what is going on?
Thanks so much,
Leo
Steve Edwards wrote:
> On Tue, 13 Apr 2010, Leo Burd wrote:
>
>
>> I wonder if somebody could provide me with some advice on how to track
>> what looks like a bug to me:
>>
>> I've got a PHP AGI script that is called whenever I dial into the system
>> and also whenever I issue a specific Originate() request via AMI.
>>
>> The script works fine when I dial in. However, when I run it via
>> Originate(), it sometimes does not play anything, sometimes plays part
>> of an audio file, sometimes gets stuck as if waiting for something to
>> happen.
>>
>
> Whose AGI library did you use? Violating the protocol can introduce
> difficult to debug bugs.
>
>
More information about the asterisk-users
mailing list