[Asterisk-Users] outgoing calls

richard Coco coco_richard at yahoo.com
Mon Oct 11 07:11:19 MST 2004


Hi,
here what i have:
[2001]--[Asterisk]---[ISDN-Trunk]---[PBX]--[8004]
Eicon Diva 4BRI Card to a PBX. Asterisk is running in version 1.0.0 on
RedHat Enterprise Linux 3AS with kernel 2.4.21-4.EL.
 
Dialing from Astersik extension 2001 to PBX extension 8004 via ISDN Trunk gives me the following error,
 -- Executing Dial("SIP/2001-8a8e", "Modem/ttyI0:998004|20|r") in new stack
Oct 11 13:49:12 WARNING[262159]: channel.c:1901 ast_request: No channel type registered for 'Modem'
Oct 11 13:49:12 NOTICE[262159]: app_dial.c:742 dial_exec: Unable to create channel of type 'Modem'
  == Everyone is busy/congested at this time
Oct 11 13:49:22 WARNING[262159]: pbx.c:1933 ast_pbx_run: Timeout, but no rule 't' in context 'default'
 
Extension 2001 gives "unreachable"
99XXXX is the code using for outgoing calls. 
;sip.conf
[2001]
type=friend
secret=2001
auth=2001
callerid="user 2001" <2001>
host=dynamic
disallow=all
context=default
allow=ulaw
allow=alaw

;extensions.conf
[default]
exten => 2001,1,NoOp( call for  ${EXTEN})
exten => 2001,2,Dial(SIP/${EXTEN},60,tr)
exten => 2001,3,Congestion
exten => _99.,1,Dial(Modem/ttyI0:${EXTEN:0},20,r)

;modem.conf
[interfaces]
context=remote
driver=i4l
language=en
type=autodetect
dialtype=tone
mode=ring
device => /dev/ttyI0
 
Have I missed something in my extensions.conf? or in modem.conf?
thanks for your support...


		
---------------------------------
Do you Yahoo!?
vote.yahoo.com - Register online to vote today!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20041011/97ef9e3f/attachment.htm


More information about the asterisk-users mailing list