[Asterisk-Users] Dial Problem
    Eric Wieling 
    eric at fnords.org
       
    Thu Mar  6 10:33:36 MST 2003
    
    
  
I have a simple problem with sialing a SIP device.  I'm SURE
it's a syntax problem, but I dunno what it might be.
Here are the debug messages:
  == Accepting call on 'Zap/1-1' ("PENSACOLA, FL" <8503846785>)
    -- Executing Goto("Zap/1-1", "2111|1") in new stack
    -- Goto (default,2111,1)
    -- Executing Dial("Zap/1-1", "SIP/18504844535 at 18504844535)") in new stack
WARNING[12299]: File chan_sip.c, Line 411 (create_addr): No such host: 18504844535)
NOTICE[12299]: File app_dial.c, Line 437 (dial_exec): Unable to create channel of type 'SIP'
  == Everyone is busy at this time
    -- Executing Answer("Zap/1-1", "") in new stack
DEBUG[12299]: File chan_zap.c, Line 1654 (zt_answer): Took Zap/1-1 off hook
    -- Executing Congestion("Zap/1-1", "5") in new stack
Here part of extentions.conf
exten => 2111,1,Dial,SIP/18504844535 at 18504844535
exten => 2111,2,Answer
exten => 2111,3,Congestion
Here is part of sip.conf
[18504844535]
type=friend
host=dynamic
context=default
Does anyone have any suggestions?
--Eric
    
    
More information about the asterisk-users
mailing list