PDA

Voir la version complète : Problème trunk SIP ippi



thomas7467
24/11/2011, 23h28
Bonjour,

Je me bagarre avec une première configuration d'un serveur asterisk (Trixbox).

J'ai utilisé le tutoriel disponible sur le site ippi - voici ma conf :

Fichier sip_additional.conf:
[1001]
deny=0.0.0.0/0.0.0.0
type=friend
secret=1001
qualify=yes
port=5060
pickupgroup=
permit=0.0.0.0/0.0.0.0
nat=yes
mailbox=1001@device
host=dynamic
dtmfmode=rfc2833
dial=SIP/1001
context=home
canreinvite=no
callgroup=
callerid=device <1001>
accountcode=
call-limit=50

[ippi_outgoing]
type=peer
host=ippi.fr
username=xxx
secret=yyy
fromuser=xxx
fromdomain=ippi.fr
nat=yes
canreinvite=no

Fichier extensions_additional.conf
[home]
exten => _X.,1,Dial(SIP/ippi_outgoing/${EXTEN})

; end of [home]

Avec tt ça, impossible d'émettre un appel sortant :

Mes traces lors d'un appel qui ne sort pas :

trixbtrixbox*CLI>
== Using SIP RTP TOS bits 184
== Using SIP RTP CoS mark 5
== Using SIP VRTP TOS bits 136
== Using SIP VRTP CoS mark 6
-- Executing [03xxxxxxxx@home:1] Dial("SIP/1001-00000011", "SIP/ippi_outgoing/03xxxxxxxx") in new stack
== Using SIP RTP TOS bits 184
== Using SIP RTP CoS mark 5
== Using SIP VRTP TOS bits 136
== Using SIP VRTP CoS mark 6
-- Called ippi_outgoing/03xxxxxxxx
-- SIP/ippi_outgoing-00000012 is circuit-busy
== Everyone is busy/congested at this time (1:0/1/0)
-- Auto fallthrough, channel 'SIP/1001-00000011' status is 'CONGESTION'

Là je sèche...Quelqu'un a une idée?
Merci,
T.

asterfeb
25/11/2011, 12h52
Bonjour,

Je me bagarre avec une première configuration d'un serveur asterisk (Trixbox).

J'ai utilisé le tutoriel disponible sur le site ippi - voici ma conf :

Fichier sip_additional.conf:
[1001]
deny=0.0.0.0/0.0.0.0
type=friend
secret=1001
qualify=yes
port=5060
pickupgroup=
permit=0.0.0.0/0.0.0.0
nat=yes
mailbox=1001@device
host=dynamic
dtmfmode=rfc2833
dial=SIP/1001
context=home
canreinvite=no
callgroup=
callerid=device <1001>
accountcode=
call-limit=50

[ippi_outgoing]
type=peer
host=ippi.fr
username=xxx
secret=yyy
fromuser=xxx
fromdomain=ippi.fr
nat=yes
canreinvite=no

Fichier extensions_additional.conf
[home]
exten => _X.,1,Dial(SIP/ippi_outgoing/${EXTEN})


; end of [home]

Avec tt ça, impossible d'émettre un appel sortant :

Mes traces lors d'un appel qui ne sort pas :

trixbtrixbox*CLI>
== Using SIP RTP TOS bits 184
== Using SIP RTP CoS mark 5
== Using SIP VRTP TOS bits 136
== Using SIP VRTP CoS mark 6
-- Executing [03xxxxxxxx@home:1] Dial("SIP/1001-00000011", "SIP/ippi_outgoing/03xxxxxxxx") in new stack
== Using SIP RTP TOS bits 184
== Using SIP RTP CoS mark 5
== Using SIP VRTP TOS bits 136
== Using SIP VRTP CoS mark 6
-- Called ippi_outgoing/03xxxxxxxx
-- SIP/ippi_outgoing-00000012 is circuit-busy
== Everyone is busy/congested at this time (1:0/1/0)
-- Auto fallthrough, channel 'SIP/1001-00000011' status is 'CONGESTION'

Là je sèche...Quelqu'un a une idée?
Merci,
T.

Peut être une inversion?


exten => _1.,1,Dial(SIP/${EXTEN:1}@ippi_outgoing)
je mets EXTEN:1 parce que j'ai plusieurs lignes

thomas7467
25/11/2011, 17h46
Je viens de trouver : très très bête...

Sans crédit sur le compte ippi, impossible, ne serait-ce que de faire sonner un tel fixe...
Par contre je peux appeler un numéro ippi, là ça fonctionne ;)

@+
T.