0

While freeswitch is running and we call 1 client to another client then another client pick the call then code is dumped and throwing following error.

I am trying allocate the memory for that function but nothing happens.

Core was generated by `./freeswitch'.
Program terminated with signal SIGSEGV, Segmentation fault.

0  0x00007fb18e95a771 in H245NegLogicalChannels::FindChannelBySession (
   this=<optimized out>, rtpSessionId=rtpSessionId@entry=0,
    fromRemote=fromRemote@entry=false, anyState=anyState@entry=false)
   at /root/opal/src/h323/h323neg.cxx:1097
warning: Source file is more recent than executable.
1097 if (channel != NULL && (rtpSessionId == 0 || channel->GetSessionID() == >rtpSessionId) &&
(gdb) 
halfer
  • 19,824
  • 17
  • 99
  • 186
Vishal
  • 17
  • 5
  • - segmentation fault is resulted because of memory issue or your program accessing the memory address that are outside of your memory limit. so i want to know what you want to do exactly. – suren Feb 10 '16 at 08:48
  • Actually i am working on support the h323 calls with free-switch. – Vishal Feb 10 '16 at 11:36
  • Calls is establish between to endpoint but when other endpoint pick the calls then code dumped. because of that. please help related that issuse – Vishal Feb 10 '16 at 11:38
  • my issues is resolved..thank you for support . – Vishal Feb 17 '16 at 05:45
  • are you able to make the same problem? – suren Feb 16 '16 at 11:48
  • k that means codec not working or codec negotiation is not made perfectly.check your sdp and then let me know. – suren Feb 13 '16 at 08:09

0 Answers0