Recent content by SBTech

  1. S

    bind_digit_action not working on correct call leg

    figured it out the hello was 1 to many parameters. Though I could pass multiple into the lua script
  2. S

    bind_digit_action not working on correct call leg

    Thanks! Looking over call_recording_on_demand the bind_target variable just gets used in the bind_digit_action a few lines down. The bind_digit_action documentation page is burned into my second monitor I have looked at it some much.
  3. S

    bind_digit_action not working on correct call leg

    I have tried 11, 22, *7. Only seems to work on the wrong leg.
  4. S

    bind_digit_action not working on correct call leg

    I'm losing my mind on this one, Trying to run a lua script when you press *8 in a call. I added my code to the array. When I make the call, the the receiving phone does what's expected when you dial *2, *5 or *6 but when you press *8 it does not work. Go over to the calling phone, press *2, *5...
  5. S

    Voicemail attachments bad after Debian upgrade

    I upgraded my Debian to 10 and everything seems to be working well except for my voicemail to email. Was configured to send mp3 files, I changed it back to wav to see if that was the issue but VM message in email don't play. Call recording to mp3 seems fine so this is really strange. wondering...
  6. S

    What's your Favorite US call provider?

    No monthly minimums on my thinQ account. I find they have been a good provider with faster ticket response.
  7. S

    What's your Favorite US call provider?

    I have been using thinQ as my primary but I'm really without a good backup provider. I had been using V1Voip which became Call48 and is now skytel. I had been having issues and stopped sending calls thru them. What is your favorite smaller provider without minimums?
  8. S

    CDR Logging all calls as inbound?

    Call to my cellphone logged as inbound This is my outbound route that the call went out on.
  9. S

    Issue since upgrading to 1.8.7

    Can anyone confirm that on the "follow me/call routing" that the "Not Registered" is not working with freeswitch 1.8.7? I have two extension, 101 is my desk phone and 201 is my cellphone. I had a follow me on 101 as 101 and 201. follow me on 201 was setup to use the not registered and my...
  10. S

    1.8.6 Audio Issues

    Just found this because I was having issues with 1.8.6 that I upgraded to last week, looks like 1.8.7 was released and fixes this issue.
  11. S

    cluster, subscribe not working on failover

    I assumed that when the phone re-registered with the new server that it was also the subscribe. The phone needs to also have short timeout on the subscribe. You would think the grandstream/yealink phones would have the sense to re-subscribe the the server that are registered/subscribe to is...
  12. S

    cluster, subscribe not working on failover

    I have a two noded cluster, but when I test the failover (stop freeswitch on one node) the phone re-register with the other node and make/receive calls. The lights turn off like the phones don't send there state anymore. If I turn freeswitch back on, the phone find the first server and the...
  13. S

    desk phones not hanging up

    Running Freeswitch 1.8.5, must be the NAT bug. Thanks! I'm the only person experiencing the issue so I may just live with it.
  14. S

    desk phones not hanging up

    My extension has several desk/soft phones connected. When I answer a incoming call on a desk phone it never hangs up if the remote party ends the call. No other user on the system has multiple phones so no one else has reported this issue. The system is a new install of 4.4. both desk phone do...
  15. S

    simple freeswitch console

    sometimes I like to watch the lines scroll by in the fs_cli. What I would really love is to just see 1 line per action from an IP like 1 line for a register with ip (currently does this) or 1 line for a call start/stop with ip and extension/domain. I find things trying to make calls out of my...