-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello,
we use FS with mod_openzap to talk to a ss7boost server. we found that when we cancel a call to PSTN befor media is established by FS the pstn side won't be canceled as well. pstn side rings until timeout or voicebox. I changed in mod_openzap.c in function "channel_on_hangup" line 446 form if (tech_pvt->zchan->state != ZAP_CHANNEL_STATE_DOWN && tech_pvt->zchan->state != ZAP_CHANNEL_STATE_TERMINATING) { to if (tech_pvt->zchan->state != ZAP_CHANNEL_STATE_TERMINATING) { That works so far. regards helmut -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkkG2+UACgkQ4tZeNddg3dzylACfXMJY/KU65+XTqqxUBYFmlK/2 lQcAn2CIsotR+cBW5R5S6YLyl9GXIt2K =26vq -----END PGP SIGNATURE----- _______________________________________________ Freeswitch-users mailing list Freeswitch-users@lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org