[Asterisk-Users] == Everyone is busy at this time problem
Angelo Sampietro
a.sampietro at niumidia.it
Thu Jun 19 09:30:59 MST 2003
SC> Next tip is that BYEXTENSION is deprecated, use ${EXTEN}. But this won't
SC> make your calls work.
SC> Does modem support groups? I think capi does, but I don't remember modem
SC> doing it. So try changing the g1 to the actuall tty device.
hi!
i tried but the result is still the same:
to 10.8.210.147:5060
== Accepting call on 'SIP/g.carnero-5366' (g.carnero)
-- Executing Goto("SIP/g.carnero-5366", "doisdn|00115601992|1") in new stack
-- Goto (doisdn,00115601992,1)
-- Executing StripMSD("SIP/g.carnero-5366", "1") in new stack
-- Executing DigitTimeout("SIP/g.carnero-5366", "10") in new stack
-- Set Digit Timeout to 10
-- Executing ResponseTimeout("SIP/g.carnero-5366", "20") in new stack
-- Set Response Timeout to 20
-- Executing Dial("SIP/g.carnero-5366", "Modem/ttyI0:0115601992") in new stack
-- Called ttyI0:0115601992
-- Modem[i4l]/ttyI0 is busy
== Everyone is busy at this time
-- Hungup 'Modem[i4l]/ttyI0'
this is my configuration now:
exten => _0.,1,StripMSD,1
exten => _.,2,DigitTimeout,10
exten => _.,3,ResponseTimeout,20
exten => _.,4,Dial,Modem/ttyI0:${EXTEN}
exten => _.,4,Dial,Modem/ttyI1:${EXTEN}
thanks for the suggestion of the deprecated word :)
if you have any other suggerstin let me know...
g1 was a group...
could be the problem related to the i4l driver?
thaanks a lot for your help
Angelo
More information about the asterisk-users
mailing list