I have tried it with exten => 5481,2,DIAL(IAX2/5480,,D(w1)) and it also does not work.
I have since moved it to an analog extension on a legacy PBX. I have tried: exten => 5481,3,DIAL(Zap/g2/5110,,D(wwww1)) and a macro with SendDTMF. It works fine if I dial 5110, then enter the number of the zone I wish to page. If I dial 5481 with is intended to dial zone 1 automatically, I get a 3-4 second delay before I can speak or it gets cut off. Note: I am referring to 3-4 seconds after the DTMF digit 1 is sent. I understand that it should be muted during the D option. -- -- Steven http://www.glimasoutheast.org "Alexander Lopez" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Try This exten => 5481,1,NoOp(${TIMESTAMP} paging Group 1 Office Page) exten => 5481,2,DIAL(IAX2/5480/w1||) SNIP _______________________________________________ --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 _______________________________________________ --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
