Jump to content

btel

Members
  • Posts

    9
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by btel

  1. Hi there, 

    It seems mod_kazoo is primarily originated from mod_erlang_event. I understand performance issues & limitations, but it appears mod_erlang_event has not been updated in decade!  I'm trying mod_erlang_event & seems register_event_handler call fails and after doing some basic comparisons here are few things I found:

    #1- In mod_kazoo we are using write() API instead FreeSwitch switch_socket_send(). It did solve the issues but curious why ? 

     mod_kazoo: 
       write(listener->sockdes, msgbuf, index)
     mod_elang_event:     
       switch_socket_send(sock, msgbuf, (switch_size_t *) &index);

    #2 ei_init() is also added in kz_erl_init  & teardown kz_erl_shutdown()  for new Erlang releases.


    Please share if there any other known issues that can be shared and we can port in mod_erlang_event module

    Thanks a lot

  2. Hi, 

    I  see conference is created by conference name ( text value).  Is there anyway to create by extension number so user can dial using that extension. 

    Please see attached screen shot where I crated callflow and point DID into conference(Confd1),  but I really wish instead name Conf1 we should be able to use ext. number. So any user can use that ext. number to join conference. 

    Can you help ? 

     

    Thanks 

     

    Screen Shot 2018-04-22 at 7.28.34 PM.png

    Screen Shot 2018-04-22 at 7.28.58 PM.png

×
×
  • Create New...