|
ISDN trunks blf hints on Elastix 2.0 don't work 1 Year, 5 Months ago
|
Karma: 0
|
|
Hello,
I have made a new installation of Elastix 2.0 to test things with an OpenVox B100P.
Because the new distro doesn't use misdn for the isdn cards, i went to the extensions_custom.conf and changed my hints to something like this
exten => line1,hint,DAHDI/1
exten => line1,1,Dial(DAHDI/1)
exten => line1,n,Hangup
exten => line2,hint,DAHDI/2
exten => line2,1,Dial(DAHDI/2)
exten => line2,n,Hangup
guessing that if it uses the isdn card as a common pstn card this will do the trick.
The problem is that the hint is working, i can monitor the usage of the line with a BLF key [i am using a Yealink T-28] but when i press it the line doesn't "open" to accept a number to dial to. When i add a number, something like this
exten => line1,1,Dial(DAHDI/1/123456789)
it dials that number plus i tried the same configuration for a A400P with 1 FXO module and it works fine. So i guess it is an option for the isdn cards, any help would be appreciated.
|
|
_alx_
Fresh Boarder
Posts: 5
|
|
|
|
|
Re: ISDN trunks blf hints on Elastix 2.0 don't work 1 Year, 5 Months ago
|
Karma: 0
|
|
please show us the debug info.
|
|
|
|
|
|
|
Re:ISDN trunks blf hints on Elastix 2.0 don't work 1 Year, 5 Months ago
|
Karma: 0
|
|
Connected to Asterisk 1.6.2.10 currently running on localhost (pid = 7186)
Verbosity is at least 5
== Using SIP RTP TOS bits 184
== Using SIP RTP CoS mark 5
-- Executing [line2@from-internal:1] Dial("SIP/105-00000003", "DAHDI/2") in new stack
-- Requested transfer capability: 0x00 - SPEECH
-- Called 6
== Extension Changed line2[hints-lines] new state InUse for Notify User 105
-- DAHDI/2-1 is proceeding passing it to SIP/105-00000003
-- DAHDI/2-1 is making progress passing it to SIP/105-00000003
-- Channel 0/2, span 2 got hangup request, cause 16
-- Hungup 'DAHDI/2-1'
-- No one is available to answer at this time (1:0/0/0)
-- Executing [line2@from-internal:2] Hangup("SIP/105-00000003", "") in new stack
== Spawn extension (from-internal, line2, 2) exited non-zero on 'SIP/105-00000003'
-- Executing [h@from-internal:1] Macro("SIP/105-00000003", "hangupcall") in new stack
-- Executing [s@macro-hangupcall:1] GotoIf("SIP/105-00000003", "1?skiprg") in new stack
-- Goto (macro-hangupcall,s,4)
-- Executing [s@macro-hangupcall:4] GotoIf("SIP/105-00000003", "1?skipblkvm") in new stack
-- Goto (macro-hangupcall,s,7)
-- Executing [s@macro-hangupcall:7] GotoIf("SIP/105-00000003", "1?theend") in new stack
-- Goto (macro-hangupcall,s,9)
-- Executing [s@macro-hangupcall:9] Hangup("SIP/105-00000003", "") in new stack
== Spawn extension (macro-hangupcall, s, 9) exited non-zero on 'SIP/105-00000003' in macro 'hangupcall'
== Spawn extension (from-internal, h, 1) exited non-zero on 'SIP/105-00000003'
== Extension Changed line2[hints-lines] new state Unavailable for Notify User 105
-- Remote UNIX connection
-- Remote UNIX connection disconnected
From the cli, the rest of the conf files are the default ones that the installation makes. Something that i forgot to mention, if i dial a number i can make a call. The problem is that i cannot "open" the line with the blf key and wait for me to dial a number.
|
|
_alx_
Fresh Boarder
Posts: 5
|
|
Last Edit: 2010/09/02 07:17 By _alx_.
|
|
|