[Asterisk-Users] ISDN Dialplan

Mark Elkins mje at posix.co.za
Wed Nov 3 02:57:11 MST 2004


On Tue, 2004-11-02 at 20:40 +0000, Paulo Adriano wrote:
> I need some help from you. I´m using Isdn4linux with Asterisk and
> incoming calls are working but anytime I whant to make an outgoing
> call I get this message. 

All this is in extensions.conf

With ISDN4Linux, I defined the variable...
TRUNK=Modem/g1

Its used in an outgoing call as....
exten => _0.,1,Dial(${TRUNK}:${EXTEN:${TRUNKMSD}}||tr)

Note the ':' instead of a '/'
This seems to be used for the i4l driver where as the same line using
Digium equipment looks like...

exten => _0.,2,Dial(${TRUNK}/${EXTEN:${TRUNKMSD}}||tr)


Changes...
-- Executing Dial("Modem[i4l]/ttyI0", "Modem/g1/918708798") in new stack
to...
-- Executing Dial("Modem[i4l]/ttyI0", "Modem/g1:918708798") in new stack

-- 
  .  .     ___. .__      Posix Systems - Sth Africa
 /| /|       / /__       mje at posix.co.za  -  Mark J Elkins, Cisco CCIE
/ |/ |ARK \_/ /__ LKINS  Tel: +27 12 807 0590  Cell: +27 82 601 0496





More information about the asterisk-users mailing list