Jump to content

fmateo05

Members
  • Posts

    406
  • Joined

  • Last visited

  • Days Won

    28

Posts posted by fmateo05

  1. 11 hours ago, mc_ said:

    Umm, kazoo-mk is not the new build method (it explicitly states a temporary repo to explore ideas for a new build system).

    The breakening has not officially happened; much more fanfare and announcements will precede the actual event! :)

    For now, master/5.x is being developed in the regular kazoo repo. More to come!

    Ok, great.  How i can git clone 5.x? is it tagged?

    • Web root must be like "/var/www/html/" and then put the wnn directory containing every php and sound files
    • If you use apache httpd as main web service, edit and change  http//10.10.1.1:8888/wnn with http://kazoo-server.com/wnn in the php script files.
    • I have used different port because of running another httpd webserver instance listening to it (security reasons).

    Then in the Pivot call flow app you may set the voice URL like:

    http://kazoo-server.com/wnn/index.php

     

     

  2. I have correctly set up PIN Set for outbound calling (the users must enter a kind of password through  DTMF)  before the carrier outbound call become placed and established. It can be useful for avoid unwanted users make calls without authorization.

    Based on  some kazoo docs examples and also pivot call flow app, and some php scripts; When dialing 10  or 11 digits Number. Kazoo asks for 5 digits password, then the script compares the entered digits with the  saved ones (in hash format); if  it is   correct; the call is continued and routed to  carrier.

    More Pin numbers can be created and hashed.

    I hope it helps you.

     

     

     

    index.php

    pinset.php

    generate_hash.php

×
×
  • Create New...