search for: tx_msg

Displaying 9 results from an estimated 9 matches for "tx_msg".

Did you mean: rx_msg
2014 Nov 12
1
Asterisk 12 crashes on CANCEL received during ANSWER handlingl
...vestigating the issue I can say that the scenario is a CANCEL being received while handling ANSWER and before generating the 200OK response. Looking at the core file we see that the problem is in - pjsip/src/pjsip/sip_transaction.c line 3158 : PJ_ASSERT_RETURN(event->type == PJSIP_EVENT_TX_MSG && event->body.tx_msg.tdata == tsx->last_tx, PJ_EINVALIDOP); After investigating further I came to a conclusion that the second expression fails (marked with yellow), and that causes the Asterisk to crash. I have already removed the...
2020 Sep 30
4
some domains resolving issues
...39;33', transport 'UDP', and port '5060' res_pjsip/pjsip_resolver.c:616 sip_resolve: [0x7f4e740564e8] Starting initial resolution using parallel queries for target 'iptel.org' res_pjsip_session.c:3538 session_inv_on_state_changed: Source of transaction state change is TX_MSG dns.c:557 ast_search_dns_ex: DNS search failed for iptel.org dns_system_resolver.c:155 dns_system_resolver_process_query: DNS search failed for query: 'iptel.org' dns.c:557 ast_search_dns_ex: DNS search failed for _sips._tcp.iptel.org dns_system_resolver.c:155 dns_system_resolver_process_q...
2020 Jun 08
0
pjsip extensions rings but call drop on answer
..._tsx (0x7f0570019af8) [Jun 8 12:28:09] DEBUG[4180] res_pjsip_session.c: There is no transaction involved in this state change [Jun 8 12:28:09] DEBUG[4180] res_pjsip_session.c: The current inv state is CALLING [Jun 8 12:28:09] DEBUG[4180] res_pjsip_session.c: Source of transaction state change is TX_MSG [Jun 8 12:28:09] DEBUG[4180] res_pjsip_session.c: Function session_inv_on_tsx_state_changed called on event TSX_STATE [Jun 8 12:28:09] DEBUG[4180] res_pjsip_session.c: The state change pertains to the endpoint '4053(PJSIP/4053-00000002)' [Jun 8 12:28:09] DEBUG[4180] res_pjsip_session.c:...
2014 Dec 23
0
Fwd: no ipv6 dns resolution for outbound registration with pjsip/asterisk13.1
...ip1.easybell.de, transport=Unspecified, port=5060 [Dec 22 19:24:24] DEBUG[25247] pjsip: resolver.c .Transmitting 34 bytes to NS 0 (192.168.178.1:53): DNS A query for sip1.easybell.de: Success [Dec 22 19:24:24] DEBUG[25247] pjsip: tsx0x110736c .State changed from Null to Calling, event=TX_MSG [Dec 22 19:24:24] DEBUG[25252] pjsip: resolver.c Received 50 bytes DNS response from 192.168.178.1:53 [Dec 22 19:24:24] DEBUG[25252] pjsip: resolver.c Nameserver 192.168.178.1:53 state changed Active --> Active [Dec 22 19:24:24] WARNING[25252] pjsip: tsx0x110736c Failed to...
2017 May 09
2
asterisk 13.15.0 stopping/crashing
hi, i have strange problem with asterisk 13.15.0+pjsip bundled/centos 7/systemd start script we are using chan_pjsip only for webrtc endpoints . switched from sipml5 to jssip with upgrade to 13.15.0(from 13.9.0) few days ago today i have problems with stopping/crashing asterisk /var/log/asterisk/messages dont show any clues [May 9 12:10:52] WARNING[25762] pjproject: tsx0x7fbb28024088
2013 Mar 28
2
[Bridge] [PATCH v2] net: add ETH_P_802_3_MIN
...return eth->h_proto; rawp = skb->data; diff --git a/drivers/net/wireless/ray_cs.c b/drivers/net/wireless/ray_cs.c index 4775b5d..ebada81 100644 --- a/drivers/net/wireless/ray_cs.c +++ b/drivers/net/wireless/ray_cs.c @@ -953,7 +953,7 @@ static int translate_frame(ray_dev_t *local, struct tx_msg __iomem *ptx, unsigned char *data, int len) { __be16 proto = ((struct ethhdr *)data)->h_proto; - if (ntohs(proto) >= 1536) { /* DIX II ethernet frame */ + if (ntohs(proto) >= ETH_P_802_3_MIN) { /* DIX II ethernet frame */ pr_debug("ray_cs translate_frame DIX II\n");...
2017 Jun 15
2
asterisk 13.16 / pjsip / t.38: res_pjsip_t38.c:207 t38_automatic_reject: Automatically rejecting T.38 request on channel 'PJSIP/91-00000007'
...10.33 t=0 0 m=image 4640 udptl t38 a=T38FaxVersion:0 a=T38MaxBitRate:14400 a=T38FaxRateManagement:transferredTCF a=T38FaxMaxDatagram:1393 a=T38FaxUdpEC:t38UDPRedundancy [2017-06-15 07:43:57] DEBUG[25171]: pjproject:0 <?>: tsx0x7f5f18095998 ...State changed from Null to Calling, event=TX_MSG [2017-06-15 07:43:57] DEBUG[25171]: pjproject:0 <?>: dlg0x7f5f18019fc8 ....Transaction tsx0x7f5f18095998 state changed to Calling [2017-06-15 07:43:57] DEBUG[11705]: pjproject:0 <?>: sip_endpoint.c Processing incoming message: Response msg 100/INVITE/cseq=24420 (rdata...
2016 Feb 10
2
Unexpected termination of the call when pick up (res_pjsip)
...0] DEBUG[31024] res_pjsip_session.c: The UAC BYE transaction involved in this state change is 0x7ffde0124b18 [2016-02-10 22:58:20] DEBUG[31024] res_pjsip_session.c: The current transaction state is Calling [2016-02-10 22:58:20] DEBUG[31024] res_pjsip_session.c: The transaction state change event is TX_MSG [2016-02-10 22:58:20] DEBUG[31024] res_pjsip_session.c: The current inv state is CONNECTING [2016-02-10 22:58:20] DEBUG[31024] res_pjsip_session.c: Sending request [2016-02-10 22:58:20] DEBUG[31024] res_pjsip_session.c: Method is BYE [2016-02-10 22:58:20] DEBUG[31024] res_pjsip_session.c: Function...
2017 Jun 14
2
asterisk 13.16 / pjsip / t.38: res_pjsip_t38.c:207 t38_automatic_reject: Automatically rejecting T.38 request on channel 'PJSIP/91-00000007'
On 06/14/2017 at 05:53 PM Joshua Colp wrote: > On Wed, Jun 14, 2017, at 12:47 PM, Michael Maier wrote: > > <snip> > >> >> I added this patch to see, if really all packages are are freed after >> they have been processed: >> >> --- b/res/res_pjsip/pjsip_distributor.c 2017-05-30 19:44:16.000000000 >> +0200 >> +++