[Asterisk-Users] Problems with music during tones of dial.
James Golovich
james at wwnet.net
Wed Jun 25 06:49:28 MST 2003
On Wed, 25 Jun 2003, Xisco Mateu wrote:
> Inside the AGI script is call Dial application as follows:
>
> print "EXEC Dial Zap/g2/number|m\n";
> $resultado_llamada = checkresult();
Looks like your problem lies here. The 2nd argument to Dial is the
timeout. So if you don't want a timeout try:
print "EXEC Dial Zap/g2/number||m\n";
James
*CLI> show application Dial
-= Info about application 'Dial' =-
[Synopsis]:
Place an call and connect to the current channel
[Description]:
Dial(Technology/resource[&Technology2/resource2...][|timeout][|options][|URL]):
More information about the asterisk-users
mailing list