Legacy phone system + asterisk + ISDN30
Added by Neil Brownlee over 11 years ago
External phone system - in order to make the webgui call the phone I have to name the extensions g1/xxx - I know this must be wrong. If I just put 278 it says it can't open DAHDI/278 - which is correct as it doesn't know which channel to connect on - how do I tell it that g1 is the phone system?
Replies (4)
RE: Legacy phone system + asterisk + ISDN30
-
Added by Neil Brownlee over 11 years ago
Striker,
I can do this using the vicidial setup for phones, but not for goautodial which makes me suspicious :( Just to be clear my phones are setup as g1/278 etc. so they will work with the login (i.e. they get rung when you log in). I am just wondering if this is causing my hangup issue.
RE: Legacy phone system + asterisk + ISDN30
-
Added by striker 247 over 11 years ago
instead of creating g1/278 , just create 278 and client protocal = external
then in extensions.conf create a dial to dial the pbx extensions
like
exten => _2XX,1,Dial(DAHDI/g1/${EXTEN},,Ttor)
exten => _2XX,2,Hangup()
br
striker
www.striker24x7.blogspot.com
RE: Legacy phone system + asterisk + ISDN30
-
Added by Neil Brownlee over 11 years ago
Perfect :D
Thanks my friend!