On Mon, 7 Jun 2010, Adil Zaaraoui wrote:

Hello Steve,
 
Thanks again for the effort.
I tried your dialplan like this in my extention:
 
exten=> 777,1, Goto(absolute-timeout-test,777,1)
[absolute-timeout-test]
        exten = T,1,                    verbose(1,[${CONTEXT}:${EXTEN}])
        exten = T,n,                    hangup()

        exten = h,1,                    verbose(1,[${CONTEXT}:${EXTEN}])
        exten = h,n,                    hangup()

        exten = 777,1,                  verbose(1,[${CONTEXT}:${EXTEN}])
        exten = 777,n,                  set(TIMEOUT(absolute)=10)
        exten = 777,n,                  dial(IAX2/400)
        exten = 777,n,                  hangup()
Then user IAX/200 calls 777, here is my output:
 
debian*CLI> set verbose 3
Verbosity is at least 3
    -- Accepting AUTHENTICATED call from 192.168.1.34:
       > requested format = ulaw,
       > requested prefs = (),
       > actual format = ulaw,
       > host prefs = (ulaw|alaw),
       > priority = mine
    -- Executing [...@iax:1] Dial("IAX2/200-7016", "IAX2/777|60") in new stack
[Jun  7 18:52:16] WARNING[4264]: chan_iax2.c:3034 create_addr: No such host: 777

I wrote "goto(absolute-timeout-test,777,1)" not "dial(IAX2/777|60)"

You don't have a peer named 777 in iax.conf do you?

The 777 has no special meaning, I just used it because you used it in your first post.

Did you catch the note about the dial "S" option in my previous post?

--
Thanks in advance,
-------------------------------------------------------------------------
Steve Edwards       sedwa...@sedwards.com      Voice: +1-760-468-3867 PST
Newline                                              Fax: +1-760-731-3000
-- 
_____________________________________________________________________
-- 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