AXE1DL User Manual with DAHDI
www.atcom.cn
15
4
Use a registered sip phone to make an outgoing call.
According to the dial-plan above, if users want to make the outgoing call via the first port,
users have to add a prefix “1”;
If users want to make a calling via the second port, users have to add a prefix “2”.
For example, the destination number is 0755-83018618, so dialing 0755-83018618, And then
users can get the following output from asterisk CLI:
------------------------------------------------------------------------------------------------------------------
*CLI>
== Using SIP RTP CoS mark 5
--Executing [83018618@from-internal:1] Dial("SIP/500-00000003",
"dahdi/1/83018618") in new stack
-- Called 1/83018618
-- DAHDI/1-1 answered SIP/500-00000003
-------------------------------------------------------------------------------------------------------------
The called party ringing, and pick up the phone, so the call is successful.
5
Please use a phone to make an incoming call.
For example, the number of the PRI line is 0755-23485319, using a phone to dial
0755-23485319. The sip 500 rings, and users can get the following output from asterisk CLI:
----------------------------------------------------------------------------------------------------------------
*CLI>
-- Starting simple switch on 'DAHDI/1-1'
[Jul 1 11:42:53] NOTICE[20678]: chan_dahdi.c:8734 ss_thread: Got event 18 (Ring Begin)...
-- Executing [s@from-pstn:1] Answer("DAHDI/1-1", "") in new stack
-- Executing [s@from-pstn:2] Dial("DAHDI/1-1", "sip/500") in new stack
== Using SIP RTP CoS mark 5
-- Called 500
-- SIP/500-00000004 is ringing
-- SIP/500-00000004 answered DAHDI/1-1
----------------------------------------------------------------------------------------------------------------
Users can test other three ports in the same way.