cb wrote: > I have a Sangoma A400 card with two FXS ports. They work fine, > however as I have analog phones connected, I have no way of telling > the phone I am done dialing. Pressing # works fine, but then Asterisk >
That's what the digit and response timeouts are for. I have: ; ************ ; Set Timeouts ; ************ exten => s,n,Set(TIMEOUT(response)=8) exten => s,n,Set(TIMEOUT(digit)=2) Doug -- Ben Franklin quote: "Those who would give up Essential Liberty to purchase a little Temporary Safety, deserve neither Liberty nor Safety." _______________________________________________ -- 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
