[asterisk-users] twice normal beep before busy tone ??
Robert Lister
robl at linx.net
Fri Oct 31 21:31:53 CDT 2008
On Fri, Oct 31, 2008 at 11:39:31PM +0000, Robert Lister wrote:
> On Fri, Oct 31, 2008 at 08:18:32AM +0100, Stefan Guenther wrote:
> > Hi,
> >
> > I have a strange problem with our Asterisk installation. Outgoing calls
> > are handled by the following lines:
> >
> > exten => _0[2-9]X.,1,Set(CALLERID(num)=09999403${CALLERID(num)})
> > exten => _0[2-9]X.,2,SET(CALLERID(num)=${IF($[ ${CALLERID(num)} =
> > 0999940321]?099994030:${CALLERID(num)})})
> > exten => _0[2-9]X.,3,DIAL(CAPI/g1/${CALLERID(num)}:${EXTEN},180,tr)
> > exten => _0[2-9]X.,4,GOTO(fehler,s-${DIALSTATUS},1)
>
> What happens if you do Answer() before the Dial?
Also try without the "r" option to the dial command:
http://www.voip-info.org/wiki-Asterisk+cmd+dial
Rob
More information about the asterisk-users
mailing list