Author Topic: call.execute from a php script  (Read 3413 times)

latcom

  • Newbie
  • *
  • Posts: 5
    • View Profile
call.execute from a php script
« on: May 16, 2018, 03:53:45 AM »
Good day all.

Please, help me to understand what Iam doing wrong :)

Now I have incoming call from SIP and further call to SS7.
I can receive SS7 call, but I have SIP call disconnected before getting SS7 call.

Here is the code: https://paste.linux.community/view/b3e526ee

Thanks for helping.

latcom

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: call.execute from a php script
« Reply #1 on: May 17, 2018, 01:55:25 AM »
Correct solution in my case was:

1)
edit
   extmodule.conf
adding
   [scripts]
   route.php=

2) write a login in route.php file (as template I used standard template file from yate share scripts)

P.s.:
thanks _marian_ from yate IRC :)