【asterisk -rvvvvv】when making call,it comes out this

Dear dear,

when i make call ,it always comes out this.[Mar 2 17:46:46] NOTICE[23469]: res_hep.c:418 hep_queue_cb: Unable to send packet: Address Family mismatch between source/destination

why and how to solve ?

thx
:laughing:
Connected to Asterisk 13.1.0 currently running on localhost (pid = 23444)
== Using SIP RTP CoS mark 5
– Executing [52355235@incoming:1] Answer(“SIP/sipserver-00000193”, “”) in new stack
> 0x7f86c8a1deb0 – Probation passed - setting RTP source address to 192.168.166.6:984
– Executing [52355235@incoming:2] BackGround(“SIP/sipserver-00000193”, “A-M00000”) in new stack
– <SIP/sipserver-00000193> Playing ‘A-M00000.gsm’ (language ‘en’)
[Mar 2 17:46:21] NOTICE[23469]: res_hep.c:418 hep_queue_cb: Unable to send packet: Address Family mismatch between source/destination
[Mar 2 17:46:25] NOTICE[23469]: res_hep.c:418 hep_queue_cb: Unable to send packet: Address Family mismatch between source/destination
[Mar 2 17:46:26] NOTICE[23469]: res_hep.c:418 hep_queue_cb: Unable to send packet: Address Family mismatch between source/destination
[Mar 2 17:46:30] NOTICE[23469]: res_hep.c:418 hep_queue_cb: Unable to send packet: Address Family mismatch between source/destination
[Mar 2 17:46:31] NOTICE[23469]: res_hep.c:418 hep_queue_cb: Unable to send packet: Address Family mismatch between source/destination
[Mar 2 17:46:31] NOTICE[23474]: chan_sip.c:27774 handle_request_register: Registration from ‘“1019” sip:1019@220.241.108.102:5060’ failed for ‘217.160.178.248:5063’ - Wrong password
[Mar 2 17:46:35] NOTICE[23469]: res_hep.c:418 hep_queue_cb: Unable to send packet: Address Family mismatch between source/destination
[Mar 2 17:46:36] NOTICE[23469]: res_hep.c:418 hep_queue_cb: Unable to send packet: Address Family mismatch between source/destination
– Executing [52355235@incoming:3] WaitExten(“SIP/sipserver-00000193”, “”) in new stack
[Mar 2 17:46:40] NOTICE[23469]: res_hep.c:418 hep_queue_cb: Unable to send packet: Address Family mismatch between source/destination
[Mar 2 17:46:41] NOTICE[23469]: res_hep.c:418 hep_queue_cb: Unable to send packet: Address Family mismatch between source/destination
– Invalid extension ‘7’ in context ‘incoming’ on SIP/sipserver-00000193
– Executing [i@incoming:1] Goto(“SIP/sipserver-00000193”, “52355235,loop”) in new stack
– Goto (incoming,52355235,2)
– Executing [52355235@incoming:2] BackGround(“SIP/sipserver-00000193”, “A-M00000”) in new stack
– <SIP/sipserver-00000193> Playing ‘A-M00000.gsm’ (language ‘en’)
[Mar 2 17:46:45] NOTICE[23469]: res_hep.c:418 hep_queue_cb: Unable to send packet: Address Family mismatch between source/destination
[Mar 2 17:46:46] NOTICE[23469]: res_hep.c:418 hep_queue_cb: Unable to send packet: Address Family mismatch between source/destination
[Mar 2 17:46:50] NOTICE[23469]: res_hep.c:418 hep_queue_cb: Unable to send packet: Address Family mismatch between source/destination

Quick & dirty solution: If You don’t rely on res_hep.so You may

either set enabled = no in hep.conf

or add a line noload => res_hep.so to Your modules.conf.

After doing the one and/otr the other make a asterisk reload and the error compleining res_hep.c should disappear.

For a “final” solution some deeper diiging into Your specific configuration is needed to find out, why res_hep.so is complaining.

it solved,really thx.

can i know who you are?
one asterisk supporter?