[Asterisk-Users] == Everyone is busy at this time problem
Steven Critchfield
critch at basesys.com
Thu Jun 19 07:28:47 MST 2003
On Thu, 2003-06-19 at 03:17, Angelo Sampietro wrote:
> >> -- Executing Dial("SIP/a.sampietro-f7be", "Modem/g1:BYEXTENSION") in new stack
> >> -- Called g1:0115601992
> >> -- Modem[i4l]/ttyI1 is busy
> >> -- Hungup 'Modem[i4l]/ttyI1'
> >>
> >> someone could help?
>
> >> Look at your dial string, change the colon to a slash.
>
>
> i tried to put the slash instead the colon, but doesn't work
> this is the debug:
>
> [doisdn]
> exten => _0.,1,StripMSD,1
> exten => _.,2,DigitTimeout,10
> exten => _.,3,ResponseTimeout,20
> exten => _.,4,Dial,Modem/g1/BYEXTENSION
>
> (in my previous configuration the last row was: exten =>_.,4,Dial,Modem/g1:BYEXTENSION )
>
> [dialout]
> include => interni
> exten => _0.,1,Goto,doisdn|BYEXTENSION|1
>
> i hope that you can find where the error is...
Next tip is that BYEXTENSION is deprecated, use ${EXTEN}. But this won't
make your calls work.
Does modem support groups? I think capi does, but I don't remember modem
doing it. So try changing the g1 to the actuall tty device.
--
Steven Critchfield <critch at basesys.com>
More information about the asterisk-users
mailing list