Affichage des résultats 1 à 10 sur 30

Discussion: [RESOLU] [IPPI] Appel entrant

Vue hybride

Message précédent Message précédent   Message suivant Message suivant
  1. #1
    Membre Junior
    Date d'inscription
    juin 2011
    Messages
    29
    Downloads
    0
    Uploads
    0

    [RESOLU] [IPPI] Appel entrant

    Bonjour,

    Je tente depuis plusieurs jours de configurer IPPI dans Asterisk. Les appels sortants fonctionnent très bien, par contre je n'ai jamais réussi à faire fonctionner les appels entrants...

    Lorsque j'appelle CLI marque :
    Code:
      == Using SIP RTP CoS mark 5
    et je tombe sur le répondeur du fournisseur SIP...

    Fichier sip.conf :
    Code:
    [general]
    defaultexpirey=1800
    dtmfmode=auto
    qualify=yes
    register => UTILISATEUR:MOT_DE_PASSE@ippi.fr/NUM_DE_TEL
    externip=192.168.***.***
    localnet=192.168.1.0/255.255.255.0
    
    [ippi_outgoing]
    type=peer
    host=ippi.fr
    username=UTILISATEUR
    secret=MOT_DE_PASSE
    fromuser=UTILISATEUR
    fromdomain=ippi.fr
    nat=yes
    canreinvite=no
    insecure=very
    
    [ippi_incoming]
    type=peer
    host=ippi.fr
    context=fromippi
    nat=yes
    canreinvite=no
    
    [tel1]
    type=friend
    secret=MOT_DE_PASSE
    host=dynamic
    context=home
    nat=yes
    
    [tel2]
    type=friend
    secret=MOT_DE_PASSE
    host=dynamic
    context=home
    nat=yes
    Le "NUM_DE_TEL" est sous forme +33*********

    Fichier extensions.conf :
    Code:
    [fromippi]
    exten => s,1,Dial(SIP/tel1)
    
    [home]
    exten => 001,1,Dial(SIP/tel1)
    exten => 002,1,Dial(SIP/tel2)
    exten => _X.,1,Dial(SIP/ippi_outgoing/${EXTEN})
    Merci d'avance
    Dernière modification par nyko77 ; 04/07/2011 à 10h32.

  2. #2
    Membre Senior
    Date d'inscription
    septembre 2010
    Localisation
    Where the sun shines
    Messages
    1 418
    Downloads
    0
    Uploads
    0
    externip=192.168.***.***

    ==> je doute que ce soit ton @ externe (ie, telle que vu de l'internet)

    [ippi_outgoing]
    type=peer

    [ippi_incoming]
    type=peer

    les deux ne peuvent pas être peer (je sais plus si il faut user ou friend) => simplifie toi la vie, ne fais qu'un seul contexte avec type=friend

  3. #3
    Membre Junior
    Date d'inscription
    juin 2011
    Messages
    29
    Downloads
    0
    Uploads
    0
    Citation Envoyé par jean Voir le message
    externip=192.168.***.***

    ==> je doute que ce soit ton @ externe (ie, telle que vu de l'internet)

    [ippi_outgoing]
    type=peer

    [ippi_incoming]
    type=peer

    les deux ne peuvent pas être peer (je sais plus si il faut user ou friend) => simplifie toi la vie, ne fais qu'un seul contexte avec type=friend
    Sachant que mon IP externe change, j'ai supprimé la ligne.
    j'ai changer le [ippi_outgoing] en type=friend => rien
    j'ai changer le [ippi_incoming] en type=friend =>rien
    j'ai changer les 2 => rien
    ...

  4. #4
    Membre Senior
    Date d'inscription
    septembre 2010
    Localisation
    Where the sun shines
    Messages
    1 418
    Downloads
    0
    Uploads
    0
    pour l'externip, c'est assez nécéssaire je crois pour le nat. prends un compte gratuit sur dyndns, et configure ta box ou un autre équipement, et ensuite tu pourras mettre externip=machin.dyndns.org et externrefresh=60

    pour les contextes.... je ferais UN contexte du genre:

    [ippi]
    type=friend
    host=ippi.fr
    username=UTILISATEUR
    secret=MOT_DE_PASSE
    fromuser=UTILISATEUR
    fromdomain=ippi.fr
    nat=yes
    canreinvite=no
    insecure=very
    context=fromippi


    ensuite, pour le debug, ngrep est ton ami....
    ngrep -d eth0 port 5060 and host <adresse d'enregistrement de l hote ippi>

    tu verras exactement ce qui arrive. btw, ton firewall (box + unix) laisse entrer les requetes en 5060 ?

  5. #5
    Membre Junior
    Date d'inscription
    juin 2011
    Messages
    29
    Downloads
    0
    Uploads
    0
    Code:
    # sudo ngrep -d eth0 port 5060 and host ippi.fr
    interface: eth0 (192.168.1.0/255.255.255.0)
    filter: (ip or ip6) and ( port 5060 and host ippi.fr )
    ^Cexit
    8 received, 0 dropped
    Et toujours rien même après les modifications

  6. #6
    Membre Junior
    Date d'inscription
    juin 2011
    Messages
    29
    Downloads
    0
    Uploads
    0
    oups... je suis aller un peu vite:

    Code:
    # sudo ngrep -d eth0 port 5060 and host ippi.fr
    interface: eth0 (192.168.1.0/255.255.255.0)
    filter: (ip or ip6) and ( port 5060 and host ippi.fr )
    #
    U 192.168.1.100:5060 -> 213.215.45.230:5060
      OPTIONS sip:ippi.fr SIP/2.0..Via: SIP/2.0/UDP 84.100.202.211:5060;branch=z9
      hG4bK4b893a70;rport..Max-Forwards: 70..From: "asterisk" <sip:asterisk@84.10
      0.202.211>;tag=as36afd3b9..To: <sip:ippi.fr>..Contact: <sip:asterisk@84.100
      .202.211>..Call-ID: 7506157c6774cb4d28df222b6a5fe13d@84.100.202.211..CSeq: 
      102 OPTIONS..User-Agent: Asterisk PBX 1.6.2.5-0ubuntu1.3..Date: Tue, 28 Jun
       2011 20:58:45 GMT..Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCR
      IBE, NOTIFY, INFO..Supported: replaces, timer..Content-Length: 0....       
    #
    U 213.215.45.230:5060 -> 192.168.1.100:5060
      SIP/2.0 404 unknown service..Via: SIP/2.0/UDP 84.100.202.211:5060;branch=z9
      hG4bK4b893a70;rport=5060..From: "asterisk" <sip:asterisk@84.100.202.211>;ta
      g=as36afd3b9..To: <sip:ippi.fr>;tag=a910c8153188470b2841623c513a131f.da22..
      Call-ID: 7506157c6774cb4d28df222b6a5fe13d@84.100.202.211..CSeq: 102 OPTIONS
      ..Server: OpenSIPS (1.6.3-notls (i386/linux))..Content-Length: 0....       
    #
    U 213.215.45.230:5060 -> 192.168.1.100:5060
      OPTIONS sip:84.100.202.211:5060 SIP/2.0..Via: SIP/2.0/UDP 213.215.45.230:50
      60;branch=0..From: sip:pinger@ippi.fr;tag=8cf0798a..To: sip:84.100.202.211:
      5060..Call-ID: 0be50fc6-ecc13844-30e16b@213.215.45.230..CSeq: 1 OPTIONS..Co
      ntent-Length: 0....                                                        
    #
    U 192.168.1.100:5060 -> 213.215.45.230:5060
      SIP/2.0 200 OK..Via: SIP/2.0/UDP 213.215.45.230:5060;branch=0;received=213.
      215.45.230..From: sip:pinger@ippi.fr;tag=8cf0798a..To: sip:84.100.202.211:5
      060;tag=as325c3a56..Call-ID: 0be50fc6-ecc13844-30e16b@213.215.45.230..CSeq:
       1 OPTIONS..Server: Asterisk PBX 1.6.2.5-0ubuntu1.3..Allow: INVITE, ACK, CA
      NCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO..Supported: replaces, ti
      mer..Contact: <sip:84.100.202.211>..Accept: application/sdp..Content-Length
      : 0....                                                                    
    #
    U 213.215.45.230:5060 -> 192.168.1.100:5060
      OPTIONS sip:84.100.202.211:5060 SIP/2.0..Via: SIP/2.0/UDP 213.215.45.230:50
      60;branch=0..From: sip:pinger@ippi.fr;tag=1c71798a..To: sip:84.100.202.211:
      5060..Call-ID: 0be50fc6-7c423844-12e16b@213.215.45.230..CSeq: 1 OPTIONS..Co
      ntent-Length: 0....                                                        
    #
    U 192.168.1.100:5060 -> 213.215.45.230:5060
      SIP/2.0 200 OK..Via: SIP/2.0/UDP 213.215.45.230:5060;branch=0;received=213.
      215.45.230..From: sip:pinger@ippi.fr;tag=1c71798a..To: sip:84.100.202.211:5
      060;tag=as5566a8e1..Call-ID: 0be50fc6-7c423844-12e16b@213.215.45.230..CSeq:
       1 OPTIONS..Server: Asterisk PBX 1.6.2.5-0ubuntu1.3..Allow: INVITE, ACK, CA
      NCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO..Supported: replaces, ti
      mer..Contact: <sip:84.100.202.211>..Accept: application/sdp..Content-Length
      : 0....                                                                    
    #
    U 192.168.1.100:5060 -> 213.215.45.230:5060
      OPTIONS sip:ippi.fr SIP/2.0..Via: SIP/2.0/UDP 84.100.202.211:5060;branch=z9
      hG4bK3800ff10;rport..Max-Forwards: 70..From: "asterisk" <sip:asterisk@84.10
      0.202.211>;tag=as04fc9999..To: <sip:ippi.fr>..Contact: <sip:asterisk@84.100
      .202.211>..Call-ID: 38042a5364d1367c455afba91cb83e2e@84.100.202.211..CSeq: 
      102 OPTIONS..User-Agent: Asterisk PBX 1.6.2.5-0ubuntu1.3..Date: Tue, 28 Jun
       2011 20:59:45 GMT..Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCR
      IBE, NOTIFY, INFO..Supported: replaces, timer..Content-Length: 0....       
    #
    U 213.215.45.230:5060 -> 192.168.1.100:5060
      SIP/2.0 404 unknown service..Via: SIP/2.0/UDP 84.100.202.211:5060;branch=z9
      hG4bK3800ff10;rport=5060..From: "asterisk" <sip:asterisk@84.100.202.211>;ta
      g=as04fc9999..To: <sip:ippi.fr>;tag=a910c8153188470b2841623c513a131f.3963..
      Call-ID: 38042a5364d1367c455afba91cb83e2e@84.100.202.211..CSeq: 102 OPTIONS
      ..Server: OpenSIPS (1.6.3-notls (i386/linux))..Content-Length: 0....       
    #
    U 213.215.45.230:5060 -> 192.168.1.100:5060
      OPTIONS sip:84.100.202.211:5060 SIP/2.0..Via: SIP/2.0/UDP 213.215.45.230:50
      60;branch=0..From: sip:pinger@ippi.fr;tag=bbf1798a..To: sip:84.100.202.211:
      5060..Call-ID: 0be50fc6-1cc23844-f3e16b@213.215.45.230..CSeq: 1 OPTIONS..Co
      ntent-Length: 0....                                                        
    #
    U 192.168.1.100:5060 -> 213.215.45.230:5060
      SIP/2.0 200 OK..Via: SIP/2.0/UDP 213.215.45.230:5060;branch=0;received=213.
      215.45.230..From: sip:pinger@ippi.fr;tag=bbf1798a..To: sip:84.100.202.211:5
      060;tag=as55ec95a4..Call-ID: 0be50fc6-1cc23844-f3e16b@213.215.45.230..CSeq:
       1 OPTIONS..Server: Asterisk PBX 1.6.2.5-0ubuntu1.3..Allow: INVITE, ACK, CA
      NCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO..Supported: replaces, ti
      mer..Contact: <sip:84.100.202.211>..Accept: application/sdp..Content-Length
      : 0....                                                                    
    #
    U 213.215.45.230:5060 -> 192.168.1.100:5060
      OPTIONS sip:84.100.202.211:5060 SIP/2.0..Via: SIP/2.0/UDP 213.215.45.230:50
      60;branch=0..From: sip:pinger@ippi.fr;tag=8b72798a..To: sip:84.100.202.211:
      5060..Call-ID: 0be50fc6-eb433844-d5e16b@213.215.45.230..CSeq: 1 OPTIONS..Co
      ntent-Length: 0....                                                        
    #
    U 192.168.1.100:5060 -> 213.215.45.230:5060
      SIP/2.0 200 OK..Via: SIP/2.0/UDP 213.215.45.230:5060;branch=0;received=213.
      215.45.230..From: sip:pinger@ippi.fr;tag=8b72798a..To: sip:84.100.202.211:5
      060;tag=as301bad47..Call-ID: 0be50fc6-eb433844-d5e16b@213.215.45.230..CSeq:
       1 OPTIONS..Server: Asterisk PBX 1.6.2.5-0ubuntu1.3..Allow: INVITE, ACK, CA
      NCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO..Supported: replaces, ti
      mer..Contact: <sip:84.100.202.211>..Accept: application/sdp..Content-Length
      : 0....                                                                    
    #
    U 192.168.1.100:5060 -> 213.215.45.230:5060
      OPTIONS sip:ippi.fr SIP/2.0..Via: SIP/2.0/UDP 84.100.202.211:5060;branch=z9
      hG4bK29ab842a;rport..Max-Forwards: 70..From: "asterisk" <sip:asterisk@84.10
      0.202.211>;tag=as78edc5e1..To: <sip:ippi.fr>..Contact: <sip:asterisk@84.100
      .202.211>..Call-ID: 3f39c9310f5f93c56dced2c632df3344@84.100.202.211..CSeq: 
      102 OPTIONS..User-Agent: Asterisk PBX 1.6.2.5-0ubuntu1.3..Date: Tue, 28 Jun
       2011 21:00:45 GMT..Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCR
      IBE, NOTIFY, INFO..Supported: replaces, timer..Content-Length: 0....       
    #
    U 213.215.45.230:5060 -> 192.168.1.100:5060
      SIP/2.0 404 unknown service..Via: SIP/2.0/UDP 84.100.202.211:5060;branch=z9
      hG4bK29ab842a;rport=5060..From: "asterisk" <sip:asterisk@84.100.202.211>;ta
      g=as78edc5e1..To: <sip:ippi.fr>;tag=a910c8153188470b2841623c513a131f.23b2..
      Call-ID: 3f39c9310f5f93c56dced2c632df3344@84.100.202.211..CSeq: 102 OPTIONS
      ..Server: OpenSIPS (1.6.3-notls (i386/linux))..Content-Length: 0....       
    #

Les tags pour cette discussion

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
  •