[asterisk-users] twice normal beep before busy tone ??
Robert Lister
robl at linx.net
Fri Oct 31 18:39:31 CDT 2008
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?
Rob
More information about the asterisk-users
mailing list