Hello everyone,
I am very new to asterisk and started working for a company that uses the application for their voip systems and we’re having the following issue.
We have a server at work running Asterisk 1.8.11.0 on a server running CentOS release 5.8 (Final) operation system.
Everything seems to be working fine except that in the last 2 weeks something has changed and it seemed to happen after a yum upgrade was perform on the server.
when the server was working 100% accurately every time an incoming call came in a DID=7000 was assigned to that call if it was a phone call and 7001 if it was a fax.
lately we’ve been getting random DID numbers instead of the ones specified above. Here is an example:
[2012-04-18 14:55:25] VERBOSE[30391] pbx.c: – Executing [150*@from-dahdi:1] Set(“DAHDI/1-1”, “DID=150*”) in new stack
[2012-04-18 14:55:25] VERBOSE[30391] pbx.c: – Executing [s@from-dahdi:1] NoOp(“DAHDI/1-1”, "Entering from-dahdi with DID == 150*") in new stack
How and where could I make a change so that the DID=7000 if it is a phone call and 7001 if it is a fax? any help would be greatly appreciate it…