Search results

  1. B

    Destinations & Inbound Routes

    Found. Imported extensions from CSV file. Context is not filled (why?). I have imported only Description, Extension and Password field. Why is not generated automatically?
  2. B

    Destinations & Inbound Routes

    Found a BUG in version Branch: master e40cc6efd10271f9bd9084283ad2b8f967743196 Creating inbound routes from destination is not valid when create route to extension. When I save destination with action route to an extension it generate: 1001 XML but required: 1001 XML 10.100.20.2
  3. B

    On lot of page Enter used for DELETE

    I'm not sure, I don't see submit button defined in from: <a href="devices.php" target="_self"><button type="button" id="btn_back" alt="Back" title="Back" class="btn btn-default "><span class="fas fa-step-backward fa-fw"></span><span class="button-label hide-md-dn pad">Back</span></button></a><a...
  4. B

    On lot of page Enter used for DELETE

    Hello, no, it is not shortcut. I have tracked now the request in FF Debug Toolbar. When I have pressed ENTER, Next request is called: POST https://******/app/devices/device_edit.php?id=930fe8db-255c-4088-845e-bfe507824f02 file_action "" target_file "" action "delete"...
  5. B

    On lot of page Enter used for DELETE

    A very problematic situation. You change something on page Devices, Profiles (etc.) where You have Delete button, on keyboard hit Enter and it press Delete not Save! This is a very frustrating bug. Everything works fine when You use SAVE by mouse. Branch: master...
  6. B

    Domain alias

    Hello, I want to add some alias for domain. How can do it? Reason: for seting up and testing used an domain, but it need to be changed because configuration on some old phones can not be changed (it will be difficult). With domain alias I can add identical extensions and passwords what was...
  7. B

    Destination separation by {$sip_to_uri}

    No I dont want to change PHP (web) page....
  8. B

    Call time limitation

    How to force call time limitation after selection of some IVR menu option? Or in Rring Group? I have tried to add in dialplan manager this: action set execute_on_answer=sched_hangup +10 alloted_timeout I see that its executed in logs, but nothings changed, call time is not limited to 10 sec...
  9. B

    Destination separation by {$sip_to_uri}

    Helo, I have problem with some providers (for example Telekom Serbia), who send called number in sip_to_uri string not in destination. I wrote this rule: <context name="public-convert"> <extension name="destination-converter" continue="false" uuid="4b6f8ff3-df64-4b19-a0d6-b02c382d8a78">...
  10. B

    Sip CID Type NOT work

    The problem is not the "Outbound Call", I have tried +4XXXX and other combinations wich works with other providerr, and this is onlu the name, number is after in <sip:****>. Sipgate says that he need P-Preferred-Identity... I never get P-Preferred-Identity in headers, whatever of combinations...
  11. B

    Sip CID Type NOT work

    Don't work..... same result: INVITE sip:***@sipconnect.sipgate.de SIP/2.0 Via: SIP/2.0/UDP 10.251.35.2:5080;rport;branch=z9hG4bKg00QaQgj606re Max-Forwards: 69 From: "Outbound Call" <sip:***@10.251.35.2>;tag=D5m4c2m73ZS9g To: <sip:00498992289355@sipconnect.sipgate.de> Call-ID...
  12. B

    Sip CID Type NOT work

    I need to send P-Preferred-Identity for SIP provider. But what evher i set up for gateway in Sip CID Type, freeswitch always send Remote-Party-ID. My provider block calls if I send Remote-Party-ID, now the Caller ID In From for this gateway is disabled. What is the problem? Tried to turn on...