Search results

  1. hfoster

    SOLVED Outbound Caller ID's and handset diversions?

    Here's the situation. These are some standalone single user handsets, and as there's going to be a number of strange SIP devices on the end we can't rely on feature key sync for diverting. It's essentially a response to the PSTN shutdown in the UK My problem however is when a Yealink deskphone...
  2. hfoster

    Cant dial out through gateway with country code added

    Yeh, I don't know if prefix 0 is a British only thing. Every number has a 0 at the start here for national dialling, and 00 for international exit code.
  3. hfoster

    Cant dial out through gateway with country code added

    Without the prefix, it's probably useless as your provider will probably expect the 0 prefix.
  4. hfoster

    Cant dial out through gateway with country code added

    ^\+?88(\d{11})$ Don't forget the prefix 0, or whatever your country uses.
  5. hfoster

    SOLVED destination_number in CDR saved in different format

    Theoretically, it's only the 'display' part of the number, so it should be fine. You probably just won't see updates when the call is transferred elsewhere on the phone.
  6. hfoster

    Incoming calls when the provider's IP addresses are unknown

    https://github.com/signalwire/freeswitch/issues/142 This might be pertinent.
  7. hfoster

    Call forwarding

    Well do you want to remove the PIN number or just change it? Do you want the feature code to always forward the same ring group or do you want it to prompt for it (the default)? Do you want the destination to be the same or do you want it to ask each time (the default)?
  8. hfoster

    outgoing cidlookup

    I dunno what else I can say, its: https://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=directory.xml&contacts=users
  9. hfoster

    Transcoding fusionpbx incoming codecs to g711

    What does the 200 OK (SDP) show for the second image? It almost looks like it's replied back with codecs that don't intersect. In the Freeswitch logs at /var/log/freeswitch.log this should show as a mismatch during the 'Audio Codec Compare' stage.
  10. hfoster

    outgoing cidlookup

    Nothing FreeSwitch about it. It's FusionPBXs provisioning app. You have to replace the variables with your own. No point me telling you my domain name or http_auth_password.
  11. hfoster

    Transcoding fusionpbx incoming codecs to g711

    If you run an sngrep from the server, is it the client that is rejecting the call or the server? It might not be the codec, it might be SRTP or something similar.
  12. hfoster

    SOLVED destination_number in CDR saved in different format

    I think you should be able to set: ignore_display_updates=true In your outbound routes https://developer.signalwire.com/freeswitch/Channel-Variables-Catalog/ignore_display_updates_16353145/
  13. hfoster

    Call forwarding

    Dialplan Manager and then edit the two rules.
  14. hfoster

    outgoing cidlookup

    It's in my comment above: phonebook.data.1.url Youll have to replace the variables manually if you aren't using provisioning.
  15. hfoster

    Transcoding fusionpbx incoming codecs to g711

    Well, that's what media_mix_inbound_outbound_codec does. I do it in reverse for OPUS. Did you restart the SIP Profiles?
  16. hfoster

    outgoing cidlookup

    Sorry, I don't touch Grandstreams. From your picture it looks like the field is right there under XML server path. Check the Grandstreams templates to see if the URL is any different.
  17. hfoster

    Extension Idle status BLF

    Is the extension registered? What does it say in the logs when it happens?
  18. hfoster

    Multiple Registrations and "No Service" frequently happening

    You using PostgreSQL for the core? SQLite on a RAM drive would also be good.
  19. hfoster

    SOLVED destination_number in CDR saved in different format

    If it's an outbound call, surely it's your clients that sending it like that? Or is it that your carrier is sending a SIP UPDATE with the new destionation number in?
  20. hfoster

    Call forwarding

    Did you modify the dialplan entries for both to your requirements?