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


_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to