I am hoping someone else has seen this and can offer a solution or at least a direction to investigate.I am running 11.23.Most of my clients are fine but one has a strange behaviour.He has a Grandstream HT701 like most of my clients who use an ATA..
Author : D'Arcy J.M.
I know that users can create their own messages but I cant see how to change the extension number.Here is my scenario.Users extensions can be any string.Sometimes it is an actual phone number but often it is their user ID.Lets say that two of them ..
The docs for faxing seem a little light but I think I have managed to put something together.It mostly works but I have a couple of issues.The main one is identifying myself.Setting CALLERID doesnt seem to have any effect.How this works is that I h..
I have an extension that looks like this:exten => 5555551111,1,Verbose(Door buzzer calling)same => n,Dial(SIP/user1&SIP/user2&SIP/user3)The idea is that any of the three users can answer the phone to let someone in.The problem is that if, say, us..
I tested my fax extension with some fax machines and they worked.Ithen pointed a client at it and the first two fax machines they tried to send to failed with the following error.WARNING[-1][C-00022893] res_rtp_asterisk.c: RTP Read too shortI am wonder..
I have this in my config:exten => _800XXXXXXX,1,Verbose(0,${CHANNEL(peername)} Calling ${EXTEN})same => n,Dial(SIP/tollfree/1${EXTEN})exten => _1800XXXXXXX,1,Verbose(0,${CHANNEL(peername)} Calling ${EXTEN})same => n,Dial(SIP/tollfree/${EXTEN}) ex..
I run an ISP with virtual services.We also offer VoIP.Currently we have our DNS set up so that virtual domains can have SIP addresses in their own domain.However, it comes to Asterisk as just the user name.For example, my SIP address is sip:darcy@VybeNetworks…
Its very simple but it doesnt work.Heres the entire script.#! /usr/bin/pythonimport sysenv = {}def comm(cmd):sys.stdout.write(cmd.strip() + \n)sys.stdout.flush()return sys.stdin.readline().strip()while 1: line = sys.stdin.readline().strip() if line..
My last problem was nicely solved through this mailing list so hopefully this new problem will have the same happy outcome.My situation is that I have many extensions.Here is a sample:[client-phone](!)type=friend host=dynamic secret=XXXXXXXXXXdtmfmode=a..
I have been banging my head against the wall for weeks now on this one.I have a switch running NetBSD and Asterisk 11.19.0 although Ihave had this problem on older versions as well.I, and my users, can call out, we can receive calls, quality is excell..