Affichage des résultats 1 à 3 sur 3

Discussion: Problème trunk SIP ippi

  1. #1
    Membre Junior
    Date d'inscription
    novembre 2011
    Messages
    2
    Downloads
    0
    Uploads
    0

    Problème trunk SIP ippi

    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.

  2. #2
    Membre Junior
    Date d'inscription
    juillet 2011
    Messages
    10
    Downloads
    0
    Uploads
    0
    Citation Envoyé par thomas7467 Voir le message
    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

  3. #3
    Membre Junior
    Date d'inscription
    novembre 2011
    Messages
    2
    Downloads
    0
    Uploads
    0
    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.

Règles de messages

  • Vous ne pouvez pas créer de nouvelles discussions
  • Vous ne pouvez pas envoyer des réponses
  • Vous ne pouvez pas envoyer des pièces jointes
  • Vous ne pouvez pas modifier vos messages
  •