ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    ZOMBIE SIP Extensions

    IT Discussion
    4
    10
    990
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • AlyRagabA
      AlyRagab
      last edited by AlyRagab

      Dear All,

      any advice for this problem , i have Elastix 2.4 and when i call from extension to extension i get the below error in the asterisk cli :

      == Spawn extension (macro-hangupcall, s, 51) exited non-zero on 'Parked/SIP/800-00000018<ZOMBIE>' in macro 'hangupcall'
      == Spawn extension (from-internal, h, 1) exited non-zero on 'Parked/SIP/800-00000018<ZOMBIE>
      
      1 Reply Last reply Reply Quote 0
      • scottalanmillerS
        scottalanmiller
        last edited by

        Here is the code comment on that Zombie flag:

        This is a seriously wacked out operation. We're essentially putting the guts of
        the clone channel into the original channel. Start by killing off the original
        channel's backend. I'm not sure we're going to keep this function, because
        while the features are nice, the cost is very high in terms of pure nastiness.

        1 Reply Last reply Reply Quote 0
        • scottalanmillerS
          scottalanmiller
          last edited by

          Are your calls working or failing?

          AlyRagabA 1 Reply Last reply Reply Quote 0
          • AlyRagabA
            AlyRagab @scottalanmiller
            last edited by

            @scottalanmiller said in ZOMBIE SIP Extensions:

            Are your calls working or failing?

            The Calls are Failing.

            1 Reply Last reply Reply Quote 0
            • scottalanmillerS
              scottalanmiller
              last edited by

              All extensions or just some?

              AlyRagabA 1 Reply Last reply Reply Quote 0
              • AlyRagabA
                AlyRagab @scottalanmiller
                last edited by

                @scottalanmiller said in ZOMBIE SIP Extensions:

                All extensions or just some?

                Only one extension works and the others no.

                1 Reply Last reply Reply Quote 0
                • AlyRagabA
                  AlyRagab
                  last edited by

                  Let me explain what i have done.

                  i have two sites with the below details :

                  Site A :

                  This is the Asterisk Server and OpenVPN Server at the same time.

                  Lan IP Address is : 192.168.1.250
                  VPN IP Address is : 192.168.70.1

                  Site B :

                  This is a VM to act as an OpenVPN Client and Forward the packets of the Phones to
                  Asterisk in Site A

                  Lan IP Address is : 192.168.1.100
                  VPN IP Address is : 192.168.70.10

                  Actions:

                  Site B :

                  route add -net 192.168.70.0/24 gw 192.168.1.100
                  echo "net.ipv4.ip_forward = 1" >>/etc/sysctl.conf
                  

                  Site A :

                  iptables -t nat -A POSTROUTING -s 192.168.70.0/24 -o etho -j MASQUERADE
                  echo "net.ipv4.ip_forward = 1" >>/etc/sysctl.conf
                  
                  1 Reply Last reply Reply Quote 0
                  • dafyreD
                    dafyre
                    last edited by

                    Could your issue be that you are using the 192.168.1.0/24 for the LAN networks at both sites?

                    Generally, site A would be 192.168.1.0/24, and site B would be something like 192.168.10.0/24.

                    JaredBuschJ 1 Reply Last reply Reply Quote 0
                    • JaredBuschJ
                      JaredBusch @dafyre
                      last edited by

                      @dafyre said in ZOMBIE SIP Extensions:

                      Could your issue be that you are using the 192.168.1.0/24 for the LAN networks at both sites?

                      Generally, site A would be 192.168.1.0/24, and site B would be something like 192.168.10.0/24.

                      That is most certainly the problem, assuming that he is using a /24 in both places.

                      1 Reply Last reply Reply Quote 1
                      • JaredBuschJ
                        JaredBusch
                        last edited by JaredBusch

                        Well, he could be trying to do a poor mans MPLS / transparent VPN thing..

                        You can do this if you really know your routing well.

                        1 Reply Last reply Reply Quote 0
                        • 1 / 1
                        • First post
                          Last post