Search results

  1. hfoster

    Cant dial out through gateway with country code added

    ^\+?88(\d{11})$ Don't forget the prefix 0, or whatever your country uses.
  2. 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.
  3. hfoster

    Incoming calls when the provider's IP addresses are unknown

    https://github.com/signalwire/freeswitch/issues/142 This might be pertinent.
  4. 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)?
  5. 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
  6. 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.
  7. 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.
  8. 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.
  9. 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/
  10. hfoster

    Call forwarding

    Dialplan Manager and then edit the two rules.
  11. 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.
  12. 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?
  13. 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.
  14. hfoster

    Extension Idle status BLF

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

    Multiple Registrations and "No Service" frequently happening

    You using PostgreSQL for the core? SQLite on a RAM drive would also be good.
  16. 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?
  17. hfoster

    Call forwarding

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

    Transcoding fusionpbx incoming codecs to g711

    I would only really set them in the Variables: Set: global_codec_prefs = PCMU,PCMA outbound_codec_prefs = G726,PCMU,PCMA media_mix_inbound_outbound_codec = true Internal profile should only then allow PCMU and PCMA, and the external will transcode G726 if it needs to.
  19. hfoster

    outgoing cidlookup

    It's already in the templates: https://github.com/fusionpbx/fusionpbx/blob/master/resources/templates/provision/yealink/t46u/y000000000108.cfg {if isset($yealink_remote_phonebook_1_url) } remote_phonebook.data.1.url = {$yealink_remote_phonebook_1_url} {else} remote_phonebook.data.1.url =...
  20. hfoster

    Call forwarding

    Well a Direct Dial In number needs to be routed to a ring group or an extension to forward it if you wish to control it with a star code. You might be able to create a Call Flow to do a similar thing. Extension Forwarding is the *72, *73 and *74.