Hi guys,
I've got my callmanager working with my ISDN line (multi line). Now my boss wants the old isdn line (single line) also being added to the router so that all the calls coming in on the old number are being translated to one internal phone.
I've set up the second bri port on my router using the following settings:
interface BRI0/0/1
no ip address
isdn switch-type basic-net3
isdn point-to-point-setup
isdn incoming-voice voice
and i've made a translation rule:
voice translation-rule 5
rule 1 /^205289656/ /600/
With that rule i want all the calls coming in at the number 5289656 to be forwarded to the internal phone 600.
When i hookup the line to the second bri port, i get the following messages using terminal monitor and debug isdn q931 interface bri 0/0/1:
Sep 1 14:03:07.563: ISDN BR0/0/1 Q931: L3_ShutDown: Shutting down ISDN Layer 3
Sep 1 14:03:08.451: %LINK-3-UPDOWN: Interface BRI0/0/1, changed state to down
Sep 1 14:04:07.451: ISDN BR0/0/1 **ERROR**: handle_l2d_srq_mail: Layer 1 inactive
Sep 1 14:04:07.499: %LINK-3-UPDOWN: Interface BRI0/0/1, changed state to up
Sep 1 14:04:18.367: ISDN BR0/0/1 Q931: L3_ShutDown: Shutting down ISDN Layer 3
Sep 1 14:04:19.387: %LINK-3-UPDOWN: Interface BRI0/0/1, changed state to down
Sep 1 14:05:18.099: %LINK-3-UPDOWN: Interface BRI0/0/1, changed state to up
Sep 1 14:05:29.147: ISDN BR0/0/1 Q931: L3_ShutDown: Shutting down ISDN Layer 3
Sep 1 14:05:30.023: %LINK-3-UPDOWN: Interface BRI0/0/1, changed state to down
And that goes on and on...
What is wrong here? I've tried to set a static TEI to the line, but then the router crashed... (the static TEI on the other line is working fine)
I've got my callmanager working with my ISDN line (multi line). Now my boss wants the old isdn line (single line) also being added to the router so that all the calls coming in on the old number are being translated to one internal phone.
I've set up the second bri port on my router using the following settings:
interface BRI0/0/1
no ip address
isdn switch-type basic-net3
isdn point-to-point-setup
isdn incoming-voice voice
and i've made a translation rule:
voice translation-rule 5
rule 1 /^205289656/ /600/
With that rule i want all the calls coming in at the number 5289656 to be forwarded to the internal phone 600.
When i hookup the line to the second bri port, i get the following messages using terminal monitor and debug isdn q931 interface bri 0/0/1:
Sep 1 14:03:07.563: ISDN BR0/0/1 Q931: L3_ShutDown: Shutting down ISDN Layer 3
Sep 1 14:03:08.451: %LINK-3-UPDOWN: Interface BRI0/0/1, changed state to down
Sep 1 14:04:07.451: ISDN BR0/0/1 **ERROR**: handle_l2d_srq_mail: Layer 1 inactive
Sep 1 14:04:07.499: %LINK-3-UPDOWN: Interface BRI0/0/1, changed state to up
Sep 1 14:04:18.367: ISDN BR0/0/1 Q931: L3_ShutDown: Shutting down ISDN Layer 3
Sep 1 14:04:19.387: %LINK-3-UPDOWN: Interface BRI0/0/1, changed state to down
Sep 1 14:05:18.099: %LINK-3-UPDOWN: Interface BRI0/0/1, changed state to up
Sep 1 14:05:29.147: ISDN BR0/0/1 Q931: L3_ShutDown: Shutting down ISDN Layer 3
Sep 1 14:05:30.023: %LINK-3-UPDOWN: Interface BRI0/0/1, changed state to down
And that goes on and on...
What is wrong here? I've tried to set a static TEI to the line, but then the router crashed... (the static TEI on the other line is working fine)