[Asterisk-Users] == Everyone is busy at this time problem

Angelo Sampietro a.sampietro at niumidia.it
Thu Jun 19 01:17:06 MST 2003


>> hi,
>> i installed asterisk and works very well, the only problem is that
>> when i try to call a direct number of a company that has a normal PBX
>> i got this error:
>> 
>>  to 10.8.210.153:5060
>>   == Accepting call on 'SIP/a.sampietro-f7be' (a.sampietro)
>>     -- Executing Goto("SIP/a.sampietro-f7be", "doisdn|BYEXTENSION|1") in new stack
>>     -- Goto (doisdn,00115601992,1)
>>     -- Executing StripMSD("SIP/a.sampietro-f7be", "1") in new stack
>>     -- Executing DigitTimeout("SIP/a.sampietro-f7be", "10") in new stack
>>     -- Set Digit Timeout to 10
>>     -- Executing ResponseTimeout("SIP/a.sampietro-f7be", "20") in new stack
>>     -- Set Response Timeout to 20
>>     -- 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:

to 10.8.210.147:5060
  == Accepting call on 'SIP/g.carnero-65eb' (g.carnero) 
    -- Executing Goto("SIP/g.carnero-65eb", "doisdn|BYEXTENSION|1") in new stack 
    -- Goto (doisdn,00115601992,1) 
    -- Executing StripMSD("SIP/g.carnero-65eb", "1") in new stack 
    -- Executing DigitTimeout("SIP/g.carnero-65eb", "10") in new stack 
    -- Set Digit Timeout to 10 
    -- Executing ResponseTimeout("SIP/g.carnero-65eb", "20") in new stack 
    -- Set Response Timeout to 20 
    -- Executing Dial("SIP/g.carnero-65eb", "Modem/g1/BYEXTENSION") in new stack 
    -- Couldn't call g1/0115601992 
    -- Hungup 'Modem[i4l]/ttyI1' 
  == Everyone is busy at this time

this is what i did in the extentions.comf when i changed the colon in
slash:

[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...

thanks a lot for your help!

best regards




More information about the asterisk-users mailing list