Displaying 3 results from an estimated 3 matches for "fromvoipfon".
Did you mean:
fromvoipfone
2010 Jan 04
2
caller getting cut off intermittently
...s below (trunk and extension codecs are both ulaw)
John
example extension in sip.conf:
[203]
type=friend
username=203
secret=xxxxxx
host=dynamic
dtmfmode=inband
call-limit=2
qualify=yes
nat=yes
/var/log/asterisk/messages:
[Jan 4 09:58:56] VERBOSE[10712] logger.c: -- Executing
[301xxxxx at fromvoipfone:1] Set("SIP/301xxxxx-09f74a00", "oh=0") in new
stack
[Jan 4 09:58:56] VERBOSE[10712] logger.c: -- Executing
[301xxxxx at fromvoipfone:2] NoOp("SIP/301xxxxx-09f74a00", "01295259352")
in new stack
[Jan 4 09:58:56] VERBOSE[10712] logger.c: -- Executin...
2007 Dec 28
0
call queuing not detecting caller hang up when call originates from voip provider
...e extensions answers it and
it is destroyed
Am I doing something wrong? Am using asterisk 1.4.16.2
Relevant part of files:
sip.conf
[voipfone]
type=friend
secret=xxxxxxxx
username=xxxxxx
fromuser=xxxxxx
fromdomain=sip.voipfone.co.uk
host=sip.voipfone.co.uk
insecure=very
dtmfmode=rfc2833
context=fromvoipfone
[s450]
type=friend
context=phones
host=dynamic
[xlite]
type=friend
context=phones
host=dynamic
[consult]
type=friend
context=phones
host=dynamic
extensions.conf
[fromvoipfone]
exten=> 1234,1,Dial(SIP/consult,3)
exten=> 1234,n,Answer
exten=> 1234,n,Ringing
exten=> 1234,n,Wait(2)
ex...
2008 Nov 27
0
trunk peer not registering after migrating installation
...ot;
sip.voipfone.co.uk:5060 xxxxxxxx 45 Registered
Thu, 27 Nov 2008 11:05:28:02
sip.conf entry for the trunk
[voipfone]
type=friend
secret=xxxxxx
username=xxxxxxxx
fromuser=xxxxxxxx
fromdomain=sip.voipfone.co.uk
host=sip.voipfone.co.uk
insecure=very
dtmfmode=rfc2833
context=fromvoipfone ;inbound calls falls in this context of dialplan
disallow=all
allow=ilbc
;allow=ulaw
;allow=alaw
qualify=yes
Any ideas warmly welcomed! Setting debug to level 9 isn't helping me
out on this.
John