Displaying 3 results from an estimated 3 matches for "sip_registrations".
2010 Feb 02
0
Issue when reloading
...== Parsing '/etc/asterisk/sip.conf': == Found
== Parsing '/etc/asterisk/sip_general_additional.conf': == Found
== Parsing '/etc/asterisk/sip_general_custom.conf': == Found
== Parsing '/etc/asterisk/sip_nat.conf': == Found
== Parsing '/etc/asterisk/sip_registrations_custom.conf': == Found
== Parsing '/etc/asterisk/sip_registrations.conf': == Found
== Parsing '/etc/asterisk/sip_custom.conf': == Found
== Parsing '/etc/asterisk/sip_additional.conf': == Found
== Parsing '/etc/asterisk/sip_custom_post.conf': ==...
2008 Jun 10
3
Asterisk : using setvar with IP Realtime and variable inheritance
Hi,
I have what I think is a relatively advanced question. Any help is
appreciated, even if it's not a complete answer.
I am using Asterisk in mostly realtime fashion, specifically SIP
registrations are in a MySQL table. This works fine (mostly). I also set a
few variables in the setvar column, like this:
callerid_internal=test <710>;did=5555551234
Again, this works
2009 May 08
2
Configuring SIP Trunk
...allow=gsm
canreinvite=yes
context=from-trunk
disallow=all
dtmf=auto
dtmfmode=rfc2833
outboundproxy=203.196.128.56
progressinbound=yes
host=xxx.xxx.xxx.xxx
qualify=300
insecure=port,invite
secret=xxxxxx
type=peer
username=XXXXX
nat=yes
externip=xxx.xxx.xxx.xxx
localnet=192.168.10.0/255.255.255.0
vi sip_registrations.conf
=================
register=XXXXX:xxxxx at xxx.xxx.xxx.xxx
Sip registered to the sip provider.
When i checked with service provide they informed that they get userid append with some other digit like "42634XXXXX". But where as no where i have configured "42634".
Let me kn...