Re: [asterisk-users] extend the timout on ringing for pri or sip

2011-02-24 Thread Rizwan Hisham
use the timeout option in the Dial application like so Dial(SIP/trunk,120) If you dont specify the timeout the default timeout used bya sterisk is probably more than 60 seconds. On Wed, Feb 23, 2011 at 3:17 PM, Israel Gottlieb isr...@gmail.com wrote: Hi Does anyone know how i could extend

Re: [asterisk-users] extend the timout on ringing for pri or sip

2011-02-24 Thread Israel Gottlieb
sorry i wasnt clear enough i meen inbound On Thu, Feb 24, 2011 at 12:25 PM, Rizwan Hisham rizwanhas...@gmail.comwrote: use the timeout option in the Dial application like so Dial(SIP/trunk,120) If you dont specify the timeout the default timeout used bya sterisk is probably more than 60

Re: [asterisk-users] extend the timout on ringing for pri or sip

2011-02-24 Thread Warren Selby
On Thu, Feb 24, 2011 at 5:01 AM, Israel Gottlieb isr...@gmail.com wrote: sorry i wasnt clear enough i meen inbound You could always Answer() the call in your dialplan before you do anything else, then Dial() whoever you're trying to reach and set your own timeouts there. -- Thanks, --Warren