Displaying 4 results from an estimated 4 matches for "voipvoip".
2013 Apr 09
1
Connect to an outbound channel and dial a phone number??
...and enter the context in extensions.conf
I am hoping to cascade through the plan and successfully automatically dial
the 1444 number listed.
But it fails.
And, I dpon't know why? Should I removed the Hangup application?
Syntax issue somewhere?
I have a good SIP registration with the vendor, voipvoip.
Thanks in advance for any feedback...
[incoming]
exten => 5552530146,1,Answer()
exten => 5552530146,n,Wait(1)
exten => 5552530146,n,Playback(beep)
exten => 5552530146,n,Goto(105,105,1)
;
;
[105]
exten => 105,1,Wait(2)
exten => 105,n,Playback(hello-world)
exten => 105,n,Dia...
2013 Apr 08
3
extensions.conf / test DID
...ngaging the extensions.conf and dial plan.
I have a successful SIP session registered:
Connected to Asterisk 11.3.0 currently running on Asterisk (pid = 922)
Asterisk*CLI> sip show registry
Host dnsmgr Username Refresh
State Reg.Time
sip3.voipvoip.com:5060 N 1112530146 105
Registered Mon, 08 Apr 2013 06:02:09
1 SIP registrations.
Asterisk*CLI>
Here is the dial plan:
[incoming]
exten => 17036361355,1,Playback(beep)
exten => 17036361355,2,SayDigits(${EXTEN})
exten => 17036361355,3,Goto(testd...
2013 Apr 06
1
sip registration
...rname Refresh
State Reg.Time
0 SIP registrations.
Asterisk*CLI>
my config is this:
[outgoing]
username=5552530146 (your VoIP VoIP account assigned while signing up)
type=peer
qualify=yes
secret=iblockedthis (your VoIP VoIP password)
nat=auto
insecure=invite,port
host=sip3.voipvoip.com
fromuser=5552530146 (your VoIP VoIP account assigned while signing up)
fromdomain=sip3.voipvoip.com
dtmfmode=rfc2833
disallow=all
allow=g729
allow=ilbc
allow=ulaw
allow=alaw
;
;
;
;
;
;register => 5552530146:7036361399 at 69.90.209.57/5552530146
register=>5552530146:boston!@#123 at sip3.v...
2013 Apr 12
1
(no subject)
Basic Dial Plan
Why is this plan not engaging the line
exten => 105,n,Dial(SIP/voipvoip.com/17035013333)
and dialing the 703 number?
The logs and debug dont show any problems....
[incoming]
exten => 4444444444,1,Answer()
exten => 4444444444,n,Wait(1)
exten => 4444444444,n,Playback(beep)
exten => 4444444444,n,Goto(105,105,1)
;
;
[105]
exten => 105,1,Wait(2)
exten =>...