Displaying 7 results from an estimated 7 matches for "gw4".
Did you mean:
gw
2007 Feb 24
6
dial a pager and enter DTMF
Probably just a simple syntax issue, but does anyone know how to dial a
number and the once phone has been answered, play DTMF tones and then
disconnect. I am trying to use this for page notification.
Ive been trying the following string with out luck:
exten => s,2,Dial(SIP/TelaSip-gw4/5198881212|D(12345678)
Any help would be greatly appreciated!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070224/a6865d0f/attachment-0001.htm
2006 Mar 08
1
Asterisk @ Home 2.6 Call hangs up
...inbound calls the calls seem to connect and then get hung up. I was wondering if there was something that I am misisng. I have tried several different sip.conf configurations. Here is what they are currently.
telasip-gw
canreinvite=yes
context=telasip-in
dtmfmode=rfc2833
fromuser=jrasxxx
host=gw4.telasip.com
insecure=very
nat=yes
secret=xyz
type=peer
username=jrasxxx
5555551212
canreinvite=yes
context=from-pstn
dtmfmode=rfc2833
host=gw4.telasip.com
insecure=very
nat=yes
qualify=yes
secret=xyz
type=peer
username=jrasxxx
The odd thing is it worked once or twice then stopped. If anyone co...
2018 Aug 02
1
ifcfg-link?
...s only 2 ifcfg files:? ifcfg-l0 and -link.? 'ip a' is listing
the ethernet as eth0.? ifcfg-link has contains:
DEVICE=link
BOOTPROTO=dhcp
ONBOOT=on
I then used nmcli to create my ifcfg-eth0
nmcli con delete eth0
nmcli con add type ethernet con-name eth0 ifname eth0 ip4
192.168.129.11/25 gw4 192.168.129.1
nmcli con mod eth0 ipv4.dns "50.253.254.2 192.168.129.1"
nmcli con mod eth0 mac "02:67:15:00:81:0B"
I moved the cable to the 192.168.129.1 vlan (which does not have a dhcp
server), and
nmcli con up eth0
Error: Connection activation failed: No suitable device fou...
2005 Oct 31
2
IProute2 and netfilter interactions
I am trying to build a firewall and from my reading of the list archives and
other places, I''m worried about unintended interactions between iptables and
iproute2. Here is my situation
I have an internal network on eth0 and two separate dmzs on eth1 and eth2
respectively (a wireless network and a kiosk). On the outbound side, I have a
cablemodem provider and a dsl provider. What I
2007 Jan 02
5
Call connected, cannot hear or speak - $20 for fix
I am able to get this script to dial, but I am unable to talk or hear
anything. The script asks for the number to call and the the caller id to
display (if user is not at their normal extension). Once submitted, the
external extension receives a call, once answered the call is then placed to
the dentition number.
The script works as the call is place, but I cannot hear or say anything.
Any one
2006 May 02
0
Telasip config problem/question
...onnection from telasip but instead of dialing my
default extension, nothing happens. I listen to dead air.
I have a fxo card configured and working on both inbound and outbound
calls. Telasip is working outbound. I put in the recommended (by telasip)
changes to the trunk for incoming, e.g.
host=gw4.telasip.com
insecure=very
qualify=yes
type=user
context=from-pstn
Then I went to incoming routes and set it up for any did, any cid, but the
telasip connection is taking a different route. Here are the log entries
for both.
Telasip:
May 2 11:11:55 DEBUG[2670] chan_sip.c: Checking SIP call limi...
2006 Dec 29
0
PHP to call script
...fputs($oSocket, "Action: login\r\n");
fputs($oSocket, "Events: off\r\n");
fputs($oSocket, "Username: $strUser\r\n");
fputs($oSocket, "Secret: $strSecret\r\n\r\n");
fputs($oSocket, "Action: originate\r\n");
fputs($oSocket, "Channel:
SIP/Telasip-gw4/$strChannel@custom-web-dial-both\r\n");
fputs($oSocket, "WaitTime: $strWaitTime\r\n");
fputs($oSocket, "CallerId: $strCallerId\r\n");
fputs($oSocket, "Exten: $callNumber\r\n");
fputs($oSocket, "Context: custom-web-dial-both-called\r\n");
fputs($oSocke...