[Asterisk-Users] Re: Problem with dial out via chan_capi
Eric Wieling aka ManxPower
eric at fnords.org
Fri Apr 1 04:05:44 MST 2005
Kib Eki wrote:
> Thanks, problem solved, I found somethind in this mailing list! Wrong
> extensions.conf entry.
>
> extensions.conf:
> exten => 0237482,1,Dial,CAPI/@301:0237482,5,tr
>
> ?? But, what does ",5,tr" mean ??
"5" tells Asterisk to hang up if the call is not answered in 5 seconds.
"t" tells Asterisk to use that horrible # hack to do transfers
"r" tells Asterisk to send a ringing sound to the caller, even when
doing so is not the right thing to do.
"show application dial" will tell you about the options.
More information about the asterisk-users
mailing list