Re: [Asterisk-Users] cmd dial timeout don't work in asterisk

2005-11-20 Thread Eric \ManxPower\ Wieling
asterisk user dupont wrote: asterisk user dupont wrote: Hello. My dial timeout worked perfectly on the last asterisk but not on the new. Here is my extension.conf : exten = s,1,Answer() exten = s,2,noop(${CALLERID}) exten = s,3,Set(TIMEOUT(response)=20) exten = s,4,Background(test) exten =

Re: [Asterisk-Users] cmd dial timeout don't work in asterisk

2005-11-20 Thread Umair Bari
if you are dialing out from zap channel, you can set the caller id with before dialing out and then you can dial like, exten = Dial(Zap/2/${EXTEN},15) and if you are ringing an analog phone connected to fxs port, then you can set the caller id before dialing, then you can dial it like, exten =

[Asterisk-Users] cmd dial timeout don't work in asterisk 1.2 ?

2005-11-19 Thread asterisk user dupont
Hello. My dial timeout worked perfectly on the last asterisk but not on the new. Here is my extension.conf : exten = s,1,Answer() exten = s,2,noop(${CALLERID}) exten = s,3,Set(TIMEOUT(response)=20) exten = s,4,Background(test) exten = s,5,Dial(Zap/2|${CALLERID},15) exten =

Re: [Asterisk-Users] cmd dial timeout don't work in asterisk 1.2 ?

2005-11-19 Thread Matt Riddell
asterisk user dupont wrote: Hello. My dial timeout worked perfectly on the last asterisk but not on the new. Here is my extension.conf : exten = s,1,Answer() exten = s,2,noop(${CALLERID}) exten = s,3,Set(TIMEOUT(response)=20) exten = s,4,Background(test) exten =

Re: [Asterisk-Users] cmd dial timeout don't work in asterisk

2005-11-19 Thread asterisk user dupont
asterisk user dupont wrote: Hello. My dial timeout worked perfectly on the last asterisk but not on the new. Here is my extension.conf : exten = s,1,Answer() exten = s,2,noop(${CALLERID}) exten = s,3,Set(TIMEOUT(response)=20) exten = s,4,Background(test) exten =