[asterisk-users] Re : Controlling calls
Steve Edwards
asterisk.org at sedwards.com
Mon Jun 7 12:27:38 CDT 2010
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 [777 at 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 sedwards at sedwards.com Voice: +1-760-468-3867 PST
Newline Fax: +1-760-731-3000
More information about the asterisk-users
mailing list