Displaying 4 results from an estimated 4 matches for "call_reference".
2003 Oct 13
1
chan_h323 - Segmentation fault (core dumped)
...ing
h323, routed thru an E100P (like a H323-ISDN_PRI gateway). Sometimes *
hangs, sometimes not. The client used for test es SjPhone
(http://www.sjlabs.com/).
This is the data for one core dump:
(gdb) bt
#0 ast_rtp_get_us (rtp=0x0, us=0x5074759c) at rtp.c:790
#1 0x41f8879c in create_connection (call_reference=1349809548) at
chan_h323.c:928
#2 0x41f8f34b in
MyH323Connection::CreateRealTimeLogicalChannel(H323Capability const&,
H323Channel::Directions, unsigned, H245_H2250LogicalChannelParameters
const*) (this=0x8178758, capability=@0x81920e8, dir=IsTransmitter,
sessionID=1)
at ast_h323.cpp:626
#3...
2010 Oct 21
3
Asterisk Realtime Billing Question???
Hello All,
after so long time i posted a new question regarding billing, hope anyone
have some solution.
I have situation in that i want to do billing of more than 1 call in real
time below are scenario and explanation.
Scenario:
A customer called my DID number and after that from here i dial few number
let say 5 number. once number are placed into DIAL
i will put this customer into
2003 Oct 02
0
chan_h323 Ringing Congestion causes * segfault
...) Ringing
Congestion (Empty)
H323/ip$61.33.231.34:24634/54 (h323 18586380364 4 ) Ringing
Congestion (Empty)
H323/ip$61.33.231.34:24608/28 (h323 12062233600 4 ) Ringing
Congestion (Empty)
---------------------------------------------
(gdb) bt
#0 connection_made (call_reference=1106240992) at chan_h323.c:1188
#1 0x41ef7973 in MyH323EndPoint::OnConnectionEstablished(H323Connection&,
PString const&) (
this=0x814c1a8, connection=@0x83da8c0, estCallToken=@0x83da8dc) at
ast_h323.cpp:294
#2 0x482985f5 in H323Connection::OnEstablished() () from
/usr/src/openh32...
2018 Jul 27
3
SHELL() function Asterisk 13 - can only accept one paramter in string?
...rdi/bash/verdiLogIncomingCall.sh NA 201807270838t49hgzs SIP/centra-out-00006d9a IN SIP/3027-00006db1 SIP/3027-00006db1 ApiLogIncomingCall.java 1)})
The script sees, on dialplan execution:
[root at acasterisk bash]# cat passed_param.txt
http://127.0.0.1/api/logIncomingCall?account_reference=NA&call_reference=201807270838t49hgzs&originating_channel_id=SIP/centra-out-00006d9a&direction=IN&requested_endpoint=SIP/3027-00006db1&caller_id=SIP/3027-00006db1&sourced_from=ApiLogIncomingCall.java&successfully_sent_to_server=1
[root at acasterisk bash]#
E. g. all params present - because...