FreePBX / superfecta

Provides simultaneous use of, and complete control over multiple caller id data sources.
http://www.freepbx.org
GNU General Public License v2.0
58 stars 93 forks source link

Raspbx - Send to URL #283

Closed menexa closed 6 years ago

menexa commented 8 years ago

When I try with Debug / Test Run Scheme the module Send to url works perfectly but when I get a real call it does not work. My scheme is

  1. Asterisk Phonebook
  2. GoogleContacts
  3. Superfecta Cache
  4. Send to URL (the url is another raspberry IP in the same local network)

Version Asterisk: 11.22.0 FreePBX: 13.0.113 Caller-ID-Superfecta: 13.0.3.12

I have cecked php -i | grep -i "cURL Information" and the result was cURL Information => 7.38.0 Any suggestion?

doughoyt commented 8 years ago

See new issue submitted: https://github.com/POSSA/Caller-ID-Superfecta/issues/292

The post_processing methods are not getting called for any sources because the source class files are not getting "included" correctly. Note that if you manually change the class (to fix it before the module gets updated), you may get module signing warnings in the FreePBX dashboard.

lgaetz commented 6 years ago

closing as duplicate