Page 1 sur 3 123 DernièreDernière
Affichage des résultats 1 à 10 sur 30

Discussion: [RESOLU] [IPPI] Appel entrant

  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....       
    #

  7. #7
    Membre Senior
    Date d'inscription
    septembre 2010
    Localisation
    Where the sun shines
    Messages
    1 418
    Downloads
    0
    Uploads
    0
    ok.... tu as tenté un appel entrant pendant que tu prenais ces traces ?

    si oui, c'est que les paquets de IPPI n'arrivent pas à ton pc... as tu ouvert le firewall de ta box ?

  8. #8
    Membre Junior
    Date d'inscription
    juin 2011
    Messages
    29
    Downloads
    0
    Uploads
    0
    Citation Envoyé par jean Voir le message
    ok.... tu as tenté un appel entrant pendant que tu prenais ces traces ?

    si oui, c'est que les paquets de IPPI n'arrivent pas à ton pc... as tu ouvert le firewall de ta box ?
    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 213.215.45.230:5060 -> 192.168.1.100:5060
      INVITE sip:+33177*****@***.***.***.*** SIP/2.0..Record-Route: <sip:213.215.
      45.230;lr=on>..Via: SIP/2.0/UDP 213.215.45.230;branch=z9hG4bKa825.1098d646.
      0..Via: SIP/2.0/UDP 213.215.45.252:5060;received=213.215.45.252;branch=z9hG
      4bK51aaea0b;rport=5060..From: "331********" <sip:331********@ippi.fr>;tag=a
      s202fa92f..To: <sip:01********@ippi.fr>..Contact: <sip:331********@213.215.
      45.252>..Call-ID: 354024bf6a5a4abf4aa75bae57ada3cb@ippi.fr..CSeq: 102 INVIT
      E..User-Agent: Asterisk PBX..Max-Forwards: 12..Date: Tue, 28 Jun 2011 21:19
      :18 GMT..Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
      ..Content-Type: application/sdp..Content-Length: 340..DID-info: 331********
      ....v=0..o=root 17453 17453 IN IP4 213.215.45.252..s=session..c=IN IP4 213.
      215.45.252..t=0 0..m=audio 13466 RTP/AVP 8 0 97 3 18 101..a=rtpmap:8 PCMA/8
      000..a=rtpmap:0 PCMU/8000..a=rtpmap:97 iLBC/8000..a=rtpmap:3 GSM/8000..a=rt
      pmap:18 G729/8000..a=fmtp:18 annexb=no..a=rtpmap:101 telephone-event/8000..
      a=fmtp:101 0-16..a=silenceSupp:off - - - -..                               
    #
    U 192.168.1.100:5060 -> 213.215.45.230:5060
      SIP/2.0 401 Unauthorized..Via: SIP/2.0/UDP 213.215.45.230;branch=z9hG4bKa82
      5.1098d646.0;received=213.215.45.230..Via: SIP/2.0/UDP 213.215.45.252:5060;
      received=213.215.45.252;branch=z9hG4bK51aaea0b;rport=5060..From: "331********" <sip:331********@ippi.fr>;tag=as202fa92f..To: <sip:01********@ippi.fr>;
      tag=as7875e22a..Call-ID: 354024bf6a5a4abf4aa75bae57ada3cb@ippi.fr..CSeq: 10
      2 INVITE..Server: Asterisk PBX 1.6.2.5-0ubuntu1.3..Allow: INVITE, ACK, CANC
      EL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO..Supported: replaces, time
      r..WWW-Authenticate: Digest algorithm=MD5, realm="asterisk", nonce="0b8c8aa
      6"..Content-Length: 0....                                                  
    #
    U 213.215.45.230:5060 -> 192.168.1.100:5060
      ACK sip:+331********@84.100.202.211 SIP/2.0..Via: SIP/2.0/UDP 213.215.45.23
      0;branch=z9hG4bKa825.1098d646.0..From: "331********" <sip:331********@ippi.
      fr>;tag=as202fa92f..Call-ID: 354024bf6a5a4abf4aa75bae57ada3cb@ippi.fr..To: 
      <sip:01********@ippi.fr>;tag=as7875e22a..CSeq: 102 ACK..Max-Forwards: 70..U
      ser-Agent: OpenSIPS (1.6.3-notls (i386/linux))..Content-Length: 0....
    Donc les infos arrive bien au pc. Ma neufbox a le port 5060 ouvert
    Mais rien de plus au niveau téléphonique....

  9. #9
    Membre Senior
    Date d'inscription
    septembre 2010
    Localisation
    Where the sun shines
    Messages
    1 418
    Downloads
    0
    Uploads
    0
    ok... effectivement, ca cause avec ton asterisk, c'est déjà ça :-)

    next... pousse le détail sur la CLI, doit y a avoir qque chose...
    core set verbose 9
    core set debug 9

    ensuite, .. as tu une extension _+. dans ton contexte ? vu que les numéros arrivent avec ce format ?

  10. #10
    Membre Senior
    Date d'inscription
    septembre 2010
    Localisation
    Where the sun shines
    Messages
    1 418
    Downloads
    0
    Uploads
    0
    btw.... vu que le port 5060 est ouvert.... soit ton firewall autorise exclusivment ippi.fr a te contacter (si l'@ est constante), soit il te faut imperativement fail2ban, sinon, tu vas pleurer... (fraude)

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
  •