On Friday 13 August 2010 15:13:53 Infra wrote:
>     -- dialplan works, ext. 1265 rings, has two-way audio, call progress
>     tones heard, sends dtmf, can dial out, but has no dialtone.

Look for a line in chan_phone.c that looks like:
        wait = ast_tv(30000, 0);
Change that line to:
        wait = ast_tv(0, 30000);

-- 
Tilghman Lesher
Digium, Inc. | Senior Software Developer
twitter: Corydon76 | IRC: Corydon76-dig (Freenode)
Check us out at: www.digium.com & www.asterisk.org

-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

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

Reply via email to