Jump to content

pbxuser911

Members
  • Posts

    498
  • Joined

  • Last visited

Posts posted by pbxuser911

  1. Were set up to receive the nightly CDR email to our dailycdr@company.com email account, we set up to receive on all domains the CDR to the same email address

    I’m seeing that some nights I don’t get the CDR's from some domains

     

    the most emails I get at midnight is 80, 78 CDR's (and I have 100 domains), 1 that the PBX has backed up (this is set in the script to email me when it was done) and 1 that has the PBX Status of the day (the one that shows the 3 graphs pie's)

     

    does anyone know if there is a limit of only 80 emails at once? or any other way to test this issue?

  2. here is what your dial plan should have in it if you want it to only be able to call an account on the domain

    pref: 100. trunk: not allowed. pattern: *. replacement: *.

     

    now any extension/domain that uses that Dial Plan will only be able to dial account number within that domain, not any other external calls that require the use of a trunk

     

     

    are you looking to block it to dial any number and only allow it to be able to dial 1 extension number for example 223? that I can’t figure out how to set up in the dial plan, I just tried a few diff ways and none blocked every extension except one

  3. Ext 522 calls Ext 523

    523 Does not answer the call

    System plays prompts and gives 2 options

    1) to request a call back when the extension becomes available.

    2) to leave a message

     

    the problem here is that 523 gave permission to 522 to listen to VM, and when pressing Option 2 to leave a message, he can't, instead he is able to listen to the messages of 523.

  4. the way I have it set up is there is a domain "local host"

    in there I have a trunk from let’s just say sip.carrier in MA

    i have the trunk enabled as global

     

    now any DID I get from sip.carrier in MA i add to the appropriate account (let’s say an Auto Attendant) in the appropriate domain name (let’s say company1.pbx.com)

    so let’s say I want phone number 9789998877 from sip.carrier in MA to ring to the account 5600 which is a auto attendant in domain company1.pbx.com, I add the DID to the account number. now anytime someone calls that DID it will go to that domain/account

    was I clear?

     

    if you want to schedule a phone call, I am available

  5. what I did now was make another script that runs the first scripts and outputs it into a file which the results of the file get sent in a email

    thanks so much

    here is the code I used

     

    #!/bin/bash
    
    date=`date "+%m%d%y_%H%M"`
    filename=/usr/local/pbx/pbx_did.txt
    
    ./show_did.sh > $filename
    
    echo | mailx -s "subject line" emaito@mail.com-- -r emailfrom@mail.com < $filename

     

    does anyone know how would I change the display name of what email address the email is going to come from? now it just shows emailfrom@mail.com, I want it to say Email From and if I hit reply it will go to emailfrom@mail.com

  6. when i import a CSV then the java ( i think it used) script doesnt change the phone number to the (978) 234-5678 format, it leaves it in the 9782345678 format

     

    versus if i manually enter in the phone number 9782345678 pr 19782345678 and go to the next tab, it will change over to the (978) 234-5678 format

  7. We have an account with our carrier and they require us to send 66666 as a prefix to the number when we send calls to them

    The reason for that is so we can have 2 accounts with them and not have to use sip registration, just a sip gateway

     

    The problem is when I put in information in the Prefix on the trunk, it doesn’t send that prefix

    I wouldn’t doubt that I’m not setting it up correctly, in the log file I don’t see it send the prefix

    So I need to set up anything on the dial plan to also include the prefix?

×
×
  • Create New...