Displaying 1 result from an estimated 1 matches for "532x".
Did you mean:
532
2004 Sep 28
0
Understanding codecs and transcoder
Hi guys,
This is my first post in this list. I'm newbie with Asterisk and VoIP
technology.
First, this is my scenario:
- Asterisk server (asterisk-1.0.0)
- Cisco router connected to PSTN
I've got redirected incoming call from extension 532x from Cisco to
Asterisk server.
Asterisk server H.323 channel receive the routed call from Cisco, and it
launch the following dial plan:
----[extentions.conf]----
[from-cisco]
exten => 5321,1,Wait,5
exten => 5321,2,DateTime()
exten => 5321,3,Hangup()
-------------------------
------[h323...