Search results

  1. D

    FusionPBX with Mysql

    Why would MySQL be preferable to PostgreSQL anyway? FusionPBX will install it all for you - and even take backups of that database? If you want to add some integrations, every language has PostgreSQL (be sure to integrate against custom views, not against the tables directly!)
  2. D

    Debian 9

    They are still targeting Debian 8 as their platform of choice. There's still plenty of life left in Debian 8 - although personally i just run FusionPBX in its own container.
  3. D

    Provisioning Cisco SPA303

    @DigitalDaz probably move this to the Cisco handsets forum?
  4. D

    Need guidance for an office incoming calls.

    I think uuid_getvar is what i will need here.
  5. D

    CallerID on active call vs Snom 710/720 phones

    @DigitalDaz perhaps move this to the Snom section?
  6. D

    Regex Help

    ^0[012378][0-9]{9}$ Which means 0 at the start, then one of 012378, then nine of 0-9, then the end I dont really understand whats wanted with the 44, but here is is with 44 on the front ^440[012378][0-9]{9}$
  7. D

    HTTPS for this forum?

    Could you please HTTPS this forum? Its not a huge issue in and of itself, but Firefix is warning me when i log in
  8. D

    P-Asserted-Identity of Callee ID on A leg? (in 183 packet)

    My expectation was that setting sip_cid_type=pid and/or caller-id-type=pid - would impact both A and B leg. Thats not the case. Also sip_cid_in_1xx is entirely independant of the above. On reflection is probably for the best that they only impact on leg, as you may have different handsets, so...
  9. D

    P-Asserted-Identity of Callee ID on A leg? (in 183 packet)

    From my first post: I am testing making extension to extension calls which both use the Internal profile?
  10. D

    P-Asserted-Identity of Callee ID on A leg? (in 183 packet)

    Yes, im very close. See my post in http://www.pbxforums.com/threads/need-guidance-for-an-office-incoming-calls.851/#post-3667
  11. D

    Need guidance for an office incoming calls.

    The section i added above is very very close. $callee_id_name is not the right variable. im struggling to find what variable holds the original caller number on the phone calling the park+*5901 to retrieve the park. if i set it to some text, that text will show up on the phone retrieving the...
  12. D

    P-Asserted-Identity of Callee ID on A leg? (in 183 packet)

    In probably the worst possible way... but yeah
  13. D

    P-Asserted-Identity of Callee ID on A leg? (in 183 packet)

    <action application="set" data="sip_ph_P-Asserted-Identity= seems to do the trick...
  14. D

    P-Asserted-Identity of Callee ID on A leg? (in 183 packet)

    If i do a <action application="set" data="sip_h_P-Asserted-Identity=sip:... this sets it in the B-leg not the A leg
  15. D

    P-Asserted-Identity of Callee ID on A leg? (in 183 packet)

    setting sip_cid_type=pid and/or caller-id-type=pid seems to only affect the B-leg (the person being called i.e. the callee) the A leg seems to always receive remote-party-id in 183 responses. the above two settings seem to have no impact. The sip_cid_in_1xx variable turns remote-party-id...
  16. D

    Need guidance for an office incoming calls.

    This thread confirms I'm on the right track: https://pbxinaflash.com/community/threads/keeping-caller-id-after-parking-call.16697/
  17. D

    Call park oddities

    Im using valet parking, rather than a queue. Each call is transfered in to a specific lot.
  18. D

    Need guidance for an office incoming calls.

    Although im not using Polycom, the SIP traces im getting show that its not returning a RPID or PID header with the original callers number. From the Active Calls screen in FusionPBX, it seems that FreeSWITCH still knows what the callers number retrieved from park is. So what im trying to do is...
  19. D

    SOLVED Request Snom Phones Section

    It would be great to have a section for Snom branded phones. Thats it really. THanks