[Asterisk-Users] cisco AS5300 : problem configuration

Areski areski at e-group.org
Mon Sep 29 08:07:44 MST 2003


Hello,

Below the IOS config file.
Should I disable RFC3389 ??? If yes HOW ??


Show running-config
-------------------------
version 12.2
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
service internal
!
hostname UK-GW01
!
enable secret 5 $1$Q7QI$wgMvyRdFRxalCmgcEv7A81
!
!
!
resource-pool disable
!
ip subnet-zero
no ip domain lookup
!
!
isdn switch-type primary-net5
!
voice call carrier capacity active
!
!
!
!
!
!
!
!
!
mta receive maximum-recipients 0
!
controller E1 0
 clock source free-running
 pri-group timeslots 1-31
!
controller E1 1
 clock source line secondary 1
 pri-group timeslots 1-31
!
controller E1 2
 clock source line secondary 2
 pri-group timeslots 1-31
!
controller E1 3
 clock source line secondary 3
 pri-group timeslots 1-31
!
!
!
interface Ethernet0
 no ip address
 shutdown
!
interface Serial0
 no ip address
 shutdown
 no fair-queue
 clockrate 2015232
!
interface Serial1
 no ip address
 shutdown
 no fair-queue
 clockrate 2015232
!
interface Serial2
 no ip address
 shutdown
 no fair-queue
 clockrate 2015232
!
interface Serial3
 no ip address
 shutdown
 no fair-queue
 clockrate 2015232
!
interface Serial0:15
 no ip address
 ip mroute-cache
 isdn switch-type primary-net5
 isdn incoming-voice modem
 no cdp enable
!
interface Serial1:15
 no ip address
 ip mroute-cache
 isdn switch-type primary-net5
 isdn incoming-voice modem
 no cdp enable
!
interface Serial2:15
 no ip address
 ip mroute-cache
 isdn switch-type primary-net5
 isdn incoming-voice modem
 no cdp enable
!
interface Serial3:15
 no ip address
 ip mroute-cache
 isdn switch-type primary-net5
 isdn incoming-voice modem
 no cdp enable
!
interface FastEthernet0
 ip address 213.232.105.12 255.255.255.0
 duplex auto
 speed auto
!
ip classless
ip route 0.0.0.0 0.0.0.0 213.232.105.254
no ip http server
!
!
!
snmp-server community public RO
snmp-server enable traps tty
!
call rsvp-sync
!
voice-port 0:D
!
voice-port 1:D
!
voice-port 2:D
!
voice-port 3:D
!
!
mgcp profile default
!
dial-peer cor custom
!
!
!
dial-peer voice 100 pots
 application session
 direct-inward-dial
 port 0:D
!
dial-peer voice 101 pots
 application session
 direct-inward-dial
 port 1:D
!
dial-peer voice 102 pots
 application session
 direct-inward-dial
 port 2:D
!
dial-peer voice 103 pots
 application session
 direct-inward-dial
 port 3:D
!
dial-peer voice 300 voip
 application session
 destination-pattern 1879
 progress_ind setup enable 3
 session protocol sipv2
 session target ipv4:62.39.85.18:5060
 dtmf-relay rtp-nte
 codec g711alaw bytes 80
!
dial-peer voice 201 voip
 application session
 destination-pattern 1[6,7,9]..
 progress_ind setup enable 3
 session protocol sipv2
 session target sip-server
 dtmf-relay rtp-nte
 codec g711alaw bytes 80
!
dial-peer voice 204 voip
 application session
 destination-pattern 18[0-6,8,9].
 progress_ind setup enable 3
 session protocol sipv2
 session target sip-server
 dtmf-relay rtp-nte
 codec g711alaw bytes 80
!
dial-peer voice 206 voip
 application session
 destination-pattern 187[0-8]
 progress_ind setup enable 3
 session protocol sipv2
 session target sip-server
 dtmf-relay rtp-nte
 codec g711alaw bytes 80
!
gateway 
 timer receive-rtcp 1000
!
sip-ua 
 no oli
 sip-server ipv4:62.39.85.19:5060
!
!
line con 0
line aux 0
line vty 0 4
 password 7 094D4210160B
 login
!
end


On Mon, 2003-09-29 at 14:17, Low, Adam wrote:
> I wouldn't expect you to be using RFC3389 if your using A-law, can you include your IOS version and IOS config file ...
> 
> I have not specified any allow's or disallow's in my * config for the codecs with my 5300, I also use Cisco 79xx phones and I use the option within the phones config file to select the preffered codec and when I change this to G.729/A-law/U-law all works perfectly for me.
> 
> > -----Original Message-----
> > From: Areski [mailto:areski at e-group.org] 
> > Sent: 29 September 2003 14:02
> > To: asterisk-users at lists.digium.com
> > Subject: [Asterisk-Users] cisco AS5300 : problem configuration
> > 
> > 
> > Hi all !!!
> > 
> > 
> > 
> > I m trying to setup a cisco AS5300 and I ve got some problem !!! 
> > 
> > During a call test I m getting this error message all the time.
> > 
> > NOTICE[15371]: File rtp.c, Line 263 (process_rfc3389): RFC3389 support
> > incomplete.  Turn off on client if possible
> > 
> > 
> > 
> > 
> > [general]
> > port = 5060                     ; Port to bind to
> > bindaddr = 0.0.0.0              ; Address to bind to
> > context = kiki	            	; Default for incoming calls
> > allow=alaw                      ; Allow codecs in order of preference
> > ;allow=ilbc
> > ;allow=all
> >                                                               
> >                   
> > [gw]
> > type=user
> > host=213.232.xxx.xx
> > dtmfmode=rfc2833                ; Choices are inband, rfc2833, or info
> > context=kiki
> > 
> > 
> > ----------------------
> > 
> > Also when I allow "all" for the codecs that's doesn't work and in the
> > SIP trace, it seems that Asterisk doesn't choose the 
> > appropriated codec.
> > WHY ??? I really see the GW asking to use ulaw !!!
> > 
> > 
> > ----------
> > When I try to setup a AGI script, for example:
> > SAY DIGITS 7565 ""
> > I can hear the first number 7 but nothing else !?!
> > 
> > 
> > 
> > 
> > 
> > Any ideas about those problems ???
> > Thx for your helps,
> > Areski
> > 
> > _______________________________________________
> > Asterisk-Users mailing list
> > Asterisk-Users at lists.digium.com
> > http://lists.digium.com/mailman/listinfo/asterisk-users
> > 
> 
> 
> ********* DISCLAIMER ********* 
> 
> This message and any attachment are confidential and may be privileged or otherwise protected from disclosure and may include proprietary information. If you are not the intended recipient, please telephone or email the sender and delete this message and any attachment from your system. If you are not the intended recipient you must not copy this message or attachment or disclose the contents to any other person 
> 
> 
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users




More information about the asterisk-users mailing list