Jim Suber wrote:
I am somewhat confused. I have the incoming (s) context playing a greeting and callers choose one of two extensions (100, or 101)

To the caller it ALWAYS sounds as though the phone is ringing. However, sometimes it is not actually ringing the phones

The listext.wav file suggests extensions 100 or 101

exten => s,1,Zapateller(nocallerid)

exten => s,2,Answer()

exten => s,3,Background(listext)

exten => i,1,PlayBack(pbx-invalid)

exten => i,2,Goto(incoming,s,1)

exten => t,1,PlayBack(vm-goodbye)

exten => t,2,Hangup()


Try putting the Answer() first.  See if that makes a difference.

--

Warm Regards,

Lee



_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

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

Reply via email to