Bonjour à tous,

je dois utiliser la configuration suivante (j'ai pas d'autre choix):
----------------------------------------------------Lien trunk
|Opérateur|------|TNR T0|-------|OneAccess 200|---------------|Asterisk|----------|TéléphoneIP|
------------------------------------192.168.35.254---------------192.168.51.234


Dans ce cas de figure :
  • les appels provenant de l'extérieur font sonner le TéléphoneIP mais dès que je décroche, ça coupe (On peut voir un peu de RTP si on fait une analyse Wirechark, 1s ou 2s pas plus)
  • les appels depuis le TéléphoneIP n'aboutissent pas.



Pour tester, j'ai modifié la configuration comme ceci :

|Opérateur|------|TNR T0|-------|OXO|-----|4039 Alcatel|

et cela fonctionne même si la qualité est un peu dégradée.


voici le conf de mon OneAccess :

Building configuration...

Current configuration:

no reboot recovery-on-error
logging buffered size 16364
hostname router
interface FastEthernet 0/0
no ip address
exit
interface FastEthernet 0/1
ip address 192.168.10.210 255.255.255.0
ip nat inside overload

[... Config IP et sous interfaces]

interface bri 5/0
isdn
application-interface voip
protocol-emulation isdn-te
tei-negotiation static
exit
no shutdown
execute
exit
interface bri 5/1
isdn
application-interface voip
protocol-emulation isdn-te
tei-negotiation static
exit
no shutdown
execute
exit

ip route 0.0.0.0 0.0.0.0 192.168.10.254
[...]

voice-default
voice-port 5/0
clock-source bri
exit
voice-port 5/1
clock-source bri
exit
voice-port 5/2
clock-source bri
exit
voice-port 5/3
clock-source bri
exit
dial-peer voice pots 0
pots-group 0
port 5/0
no shutdown
exit
dial-peer voice pots 1
pots-group 1
port 5/1
no shutdown
exit
dial-peer voice voip 0
sig-protocol sip
voip-coder-profile 0
no shutdown
exit
voice-routing
route 1
dial-peer pots-group 1 ua-sip
sip-authentication LOGIN_RNIS PASSWORD_RNIS
sip-username LOGIN_RNIS
prefix-type outgoing called last
prefix 0139250. length 10
no loopback-routing
exit
route 2
dial-peer voip 0
prefix-type outgoing called last
prefix 7256 length 4
no loopback-routing
exit
route 3
dial-peer pots-group 0
prefix-type outgoing called last
prefix 0. length 10
no loopback-routing
exit
exit
sip-gateway
reg-dns-add 192.168.51.234:5060
prox-dns-add 192.168.51.234:5060
reg-ka 10
gw-interface fastethernet 0/0.35
sip-authentication LOGIN_RNIS mdp_LOGIN_RNIS
no shutdown
exit
sip-server
shutdown
exit
voip-coder-profile 0
codec 1 g711a 20
codec 2 g711a 30
codec 3 g711u 20
exit
;---------------------------------------------------------------------------------------------------------------------------

Le réseau IP fonctionne,pas de problème de ce coté là. J'ai checké les codecs, rien de ce coté là.

sip show peers --> OK
sip show users --> OK

Dans le dialplan pas de problème non plus.

Asterisk et le OneAccess échangent, mais le OneAccess renvoie des message du type "Network out of order".
Voici un extrait du debug SIP :


;---------------------------------------------------------------------------------------------------------------------------
SIP Debugging Disabled
== Using SIP RTP CoS mark 5
-- Executing [06XXXXXXXX@bernard:1] Dial("SIP/bernard-0000003c", "SIP/gw_RNIS/06XXXXXXXX") in new stack
== Using SIP RTP CoS mark 5
-- Called SIP/gw_RNIS/06XXXXXXX
-- Got SIP response 503 "Service Unavailable" back from 192.168.35.254:5060
-- SIP/gw_RNIS-0000003d is circuit-busy
== Everyone is busy/congested at this time (1:0/1/0)
-- Auto fallthrough, channel 'SIP/bernard-0000003c' status is 'CONGESTION'
;---------------------------------------------------------------------------------------------------------------------------


Le système fonctionnait parfaitement depuis pas mal d'années, a priori rien n'a été modifié. L'opérateur a testé la ligne jusqu'à la TNR, il ne voit pas de problème.
Je sèche.
Si vous avez un piste je suis preneur !
Merci d'avance.

theted