Jump to content

reco

Members
  • Posts

    242
  • Joined

  • Last visited

Posts posted by reco

  1. there,

     

    i am planing to get a wild card certificate for our company name. seems i can only get 2048 certs.

    does the pbx work with that?

     

    openssl req -new -newkey rsa:2048 -nodes -keyout server.key -out server.csr

     

    this is how i am planing to generate the request:

     

    Country Name (2 letter code) [AU]:US

    State or Province Name (full name) [some-State]:New York

    Locality Name (eg, city) []:New York

    Organization Name (eg, company) [internet Widgits Pty Ltd]:company LLC

    Organizational Unit Name (eg, section) []:company LLC

    Common Name (eg, YOUR name) []:*.company.com

    Email Address []:mail@company.com

     

    Please enter the following 'extra' attributes

    to be sent with your certificate request

    A challenge password []:

    An optional company name []:

     

     

    reco

  2. hi bigbrother,

     

    i finally got the answer from snom:

     

    We regret that our senior analyst found nothing discernible within the PCAP

    that would suggest the reason for the issue. Although, professional opinion

    suggests that there doesn't seem to be anything other than RTP, and the RTP

    that is there seems to be encrypted. Other than that the streams look good.

     

    It looks like one of the endpoints is behind NAT. NAT traversal problems is

    one of the prime causes of one-way audio, especially when the called phone is

    behind NAT. Snom phones do not do symmetric RTP by default, and that can

    reduce the probability of success.

     

    i honestly expected a little more since i got around 30 of these phones.

    i understand what they are saying. i doubt though this is related to my issue.

     

    if this is a NAT issue - why does it not accrue when i set a display option to a different value?

    again when i set `goto_virtual_keys_state_on_activity` to `off`?

  3. hi there,

     

    it actually does work. the problem the ui does not say a singe thing about it.

     

     

    how i generate it:

     

    $ openssl genrsa -rand -rsa -out key.pem 1024 semi-random bytes loaded

    $ openssl req -x509 -new -days 1095 -key key.pem -out cert.pem

     

    - be sure to use rsa

    - Common Name (eg, YOUR name) has to match the FQDN of the pbx

     

    put both key and cert into textarea

    save

     

    if the log file days nothing it usually works :) i put in a ticket to give some visual feedback.

     

    reco

  4. hi there,

     

    since i upgraded to the new version form 3.4 attended transfer does not work any more.

     

     

    1. active call A

    2. put call A on hold

    3. make call B and announce the call

    4. press transfer key

    nothing happens here.

     

    i tried this with snom 870 on 8.4.16 and snom 320 on 8.4.9

     

    the transfer button is set to keyevent: transfer

     

    thanx

  5. hi there,

     

    i am also trying to pin this down.

     

    one thing i recognized with the global flag.

     

    i had a trunk configured in domain1.com

    i set this trunk to global in domain1.com

    setup domain2.com to use it

    go back to domain1.com and set it to local.

     

    the trunk ends up domain2.com. i would expect it to become local in the domain where i set it local.

     

    reco

  6. hmm back to the game :)

     

    i am on 4.2.0.3899 (Darwin)

     

    how i generate it:

     

    $:~/pbx.domain.com $ openssl genrsa -rand -des -out key.pem 512 semi-random bytes loaded

    $:~/pbx.domain.com $ openssl req -x509 -new -days 365 -key key.pem -out cert.pem

     

    copy paste into admin/certificates

    after save still default (with or without default option checked) certificate textareas still empty.

    checking with firefox confirms that the default.pbxnsip.com certificate is still loaded.

     

    these are the options i entered.

     

    Country Name (2 letter code) [AU]:US

    State or Province Name (full name) [some-State]:NY

    Locality Name (eg, city) []:NY

    Organization Name (eg, company) [internet Widgits Pty Ltd]:pbx.domain.com

    Organizational Unit Name (eg, section) []:pbx.domain.com

    Common Name (eg, YOUR name) []:pbx.domain.com

    Email Address []:mail@pbx.domain.com

     

    the logfile does not mention anything.

  7. hi there,

     

    i have a domain setup with default ANI: 212 555 5555

    the trunk has no ANI set

    the caller ext has EPID: 212 999 9999

     

    if that extension makes a call through that trunk the pbx takes the EPID as the Remote-Party-ID. Shouldn't it take the ANI of the domain?

     

    is this a bug?

     

    x

×
×
  • Create New...