Displaying 3 results from an estimated 3 matches for "singifi".
Did you mean:
signifi
2003 Nov 23
2
agi exec problem.
...this works fine:
EXEC Playback(demo-congrats)
but this doesn't:
EXEC add extension s,3,Playback(demo-congrats) into local
problem seems to be that AGI reads the second example to be:
EXEC add extension
and ignores the rest (presumably because it assumes the space after
'extension' singifies the end of the argument)
is there a way around this?
thanks,
tad
2003 Nov 23
1
agi exec problem (followup)
...this works fine:
EXEC Playback(demo-congrats)
but this doesn't:
EXEC add extension s,3,Playback(demo-congrats) into local
problem seems to be that AGI reads the second example to be:
EXEC add extension
and ignores the rest (presumably because it assumes the space after
'extension' singifies the end of the argument)
is there a way around this?
thanks,
tad
2003 Nov 24
1
Re: Asterisk-Users digest, Vol 1 #1994 - 14 msgs
...:
> > EXEC add extension s,3,Playback(demo-congrats) into local
> >
> > problem seems to be that AGI reads the second example to be:
> > EXEC add extension
> >
> > and ignores the rest (presumably because it assumes the space after
> > 'extension' singifies the end of the argument)
> >
> > is there a way around this?