Search results

  1. F

    SOLVED Call forward with a condition

    instead of bridge if I use transfer, the dialplan in the other domain gets executed - so it works as intended
  2. F

    Zopier registration not working

    What are the settings on Zoiper? is it possible to share screen shots of network connectivity (under accounts), also Listening port screen etc - as to see what options are enabled which may make it work.
  3. F

    Zopier registration not working

    Zoiper Android clients seem to have issues atleast for me when they are behind NAT - it is very inconsistent even for registrations, it seems to retain some stale auth data and try to register which the server responds with a 401. Are you using Zoiper on a PC or Android? If Android, I would...
  4. F

    SOLVED Call forward with a condition

    I have two domains, one for extensions from LAN and another for extensions that remotely login via internet. Every user has an extension in the LAN and also in the other domain. A user will either be logged in the LAN domain or in the remote domain. If a user's LAN extension (LAN-123) is not...
  5. F

    Zopier registration not working

    are you running your pbx behind NAT? or is it on public IP?
  6. F

    SOLVED Dialplan number strip not appearing in next dialplan

    <condition field="destination_number" expression="^((\d{11})|(\d{6}))$"> changed to <condition field="$destination_number" expression="^((\d{11})|(\d{6}))$"> and it works This may be a bug in the fusionpbx UI, when you select destination_number from drop down - it produces a variable without...
  7. F

    SOLVED Dialplan number strip not appearing in next dialplan

    Newbie alert, I am trying to strip few characters if present in the destination number and updating the destination number inline in a dialplan. However the dialplan which is next in line, doesn't seem to get the updated variable. I am trying to prefix 0 to the destination number but the next...
  8. F

    SOLVED Inbound call hits incorrect dialplan

    Ok, I have figured out - my gateway's context was set to a domain (192.168.x.x) and not as public, so it was hitting the dialplan belonging to that domain rather than inbound routes Changing the gateway's context to public resolved it.
  9. F

    SOLVED Inbound call hits incorrect dialplan

    Please see attached log, I have set an inbound route using Dialplan->Destinations However when an incoming call is received from the gateway, it hits the Dialplans in the Dialplan Manager obviously my expected dialplan is not in that list as it is under Inbound routes. How do I make the inbound...
  10. F

    SOLVED 32 second call disconnection

    Just an update: I have tried several combinations and have figured out the crux of the issue in my case. I have a router which is port forwarding, so external users connect to my sip server using a port number different to 5090, which gets port forwarded to 5090 which is the port on which the...
  11. F

    Ringback tone not sent to all sip clients

    Just an update, this seems to be an issue when Opus module is enabled and Opus codec is set in preferred codecs. When I remove Opus and just have PCMA, the ring back tone is heard.
  12. F

    SOLVED Inbound based on destination number

    I am trying to forward an inbound call to an internal extension. I have created an inbound route with a condition of destination_number and performing a transfer. When the call arrives, the dialplan gets executed send 1082 bytes to tcp/[192.168.1.11]:58484 at 11:45:12.987849...
  13. F

    SOLVED Inbound route help based on gateway

    I am having an external gateway which sends an invite for an incoming call like this - can you let me know how do I forward it to an extension based on the gateway uuid This was solved - my gateway had an incorrect context resulting in inboundroutes not getting hit. INVITE...
  14. F

    SOLVED SMS using fusionpbx

    I have a fresh install of fusionpbx and I have created 2 domains and 2 extensions in each domains. I have managed to setup of cross tenant dialing using this link. When I use a SIP client connected to an extension to send SMS/text message to another extension in the same domain, it works...
  15. F

    Ringback tone not sent to all sip clients

    Just to add to the issue: Ring back tone is heard on Zoiper client when an external call is made, i.e from Zoiper ->freeswitch -> external call Zoiper->Freeswitch->internal - no ringback tone
  16. F

    Ringback tone not sent to all sip clients

    2021-07-31 14:19:06.234080 [DEBUG] switch_ivr_originate.c:1407 Play Ringback Tone [%(400,200,400,450);%(400,2000,400,450) I have two internal extensions, one is running Zoiper Client and another is running Sipnetic. When I call from Zoiper to Sipnetic - I don't hear a ring back tone at...
  17. F

    SOLVED Opus Codec only for internal calls & PCMA for gateway calls

    I have few internal extensions and I have an external gateway connecting to PSTN, the external gateway supports only PCMA. In the variables section, I have this global_codec_prefs - PCMA, Opus media_mix_inbound_outbound_codecs = false outbound_codec_prefs = PCMA,Opus My intention is to have...
  18. F

    SOLVED Opus codec

    Just to update, when I tried to start Opus module - it went to back to stopped for some reason. I had to press start few times to get it working. On the console I continue to get this error - I mark this as solved as this error doesn't seem to be related to Opus codec 2021-07-30...
  19. F

    SOLVED Opus codec

    Configuring after sleep deprivation makes you miss the obvious - the option is under Advance-> modules, yes Opus was disabled
  20. F

    SOLVED Opus codec

    I have two internal extensions and I am trying to use Opus when those extensions call each other. As you can see below the SDP sends Opus as first preference. In the global-codec-preference I have set OPUS & PCMA - I also tried the other absolute strings as per this link, the result is the...