Displaying 8 results from an estimated 8 matches similar to: "IVR setup problems"
2009 Mar 15
5
NTP error message on /var/log/messages
I just setup CENTOS 4.7 with latest patches on DELL server. I also configured NTP point to out time server. I found /var/log/messages file every 20 to 30 minutes will generate a error message :
Mar 15 14:28:15 SER1 ntpd[25037]: sendto(172.29.21.16): Invalid argument
Mar 15 14:45:22 SER1 ntpd[25037]: sendto(172.29.21.16): Invalid argument
Mar 15 15:02:29 SER1 ntpd[25037]: sendto(172.29.21.16):
2005 Aug 08
1
Call forward & SER as SIP router
Hi,
I'm trying to transfer an incoming call from the PSTN to another PSTN number through a SER - Asterisk system. SER doing only routing..
pstn call-> SER -> asterisk (call forward) -> SER -> pstn
Logic for SER: If something comes from the pstn, send it to asterisk. If something comes from asterisk, send it to the pstn.
Every time I am getting a "Got SIP response 481
2010 Mar 18
0
Problem with forwarding: Now forwarding SIP/ XX to Local/
Hello,
here my achitecture:
client1--Asterisk1----ser1---centile
client2--
client1 do a call to centile.
centile do a forward to client2 (Diversion) and then use the same CALL-ID!
when asterisk1 receive the call with the same CALL-ID, it screen "Now
forwarding SIP/XXXX -000002f6 to 'Local/MCDU at kamailio ' (thanks to
SIP/YYY-000002f7)"
I don't want that asterisk receive
2004 Aug 05
0
problems with asterisk and the IAX protocol
Hello group,
I wanted to try out the asterisk iax protocol between two asterisk
machines but have several problems with it.
My scenario looks like follows. I am using asterisk 0.9.0 on both machines.
SER1 <-> asterisk1 <-> IAX <-> asterisk2 <-> SER2
Both SER and asterisk run on a machine with a public IP address. When
the telephone on one side makes a call the telephone
2004 Aug 09
0
FW: problems with asterisk and the IAX protocol
Hi Kevin,
no you didn't miss the reply and I've not resolved it yet.
Have you got similar problems?
Pamela
Kevin Fjelsted wrote:
>Pamela,
>Did you resolve the problems you described?
>I didn't see a reply on the list but I may have missed it.
>
>-Kevin
>
>-----Original Message-----
>From: Pamela Weis [mailto:peawy@gmx.at]
>Sent: Thursday, August 05, 2004
2006 Feb 13
0
Asterisk register ip phone
Hi all
I have a problem to register a cisco 7960 to an asterisk 1.2.2
I defined in sip.conf the next :
["phonenumber"]
type=friend
username="username"
secret="password"
host=dynamic
context=work
I am trying to catch the register requests with
sip debug
with no success (empty screen).
I can only catch the register messages with ngrep on
2006 Feb 19
1
Cisco 7960 Register Problem
Hi all
I have a problem to register a cisco 7960 to an asterisk 1.2.2
I defined in sip.conf the next :
["phonenumber"]
type=friend
username="username"
secret="password"
host=dynamic
context=work
I am trying to catch the register requests with
sip debug
with no success (empty screen).
I can only catch the register messages with ngrep on host it's comming
2005 Mar 24
1
realtime - unable to find key
ok so my table looks like this...
REATE TABLE `sip` (
`id` int(11) NOT NULL auto_increment,
`name` varchar(80) NOT NULL default '',
`accountcode` varchar(20) default NULL,
`amaflags` varchar(7) default NULL,
`callgroup` varchar(10) default NULL,
`callerid` varchar(80) default NULL,
`canreinvite` char(3) default 'yes',
`context` varchar(80) default NULL,
`defaultip`