Firstly I apologize for incomplete post
This time I have provided all details here.
vicidial version:goautodial-ce-2.0-rc2
asterisk version:Asterisk 1.4.27.1-1
telephony hardware: Intel Core2 duo, 4GB RAM, 500 GB HDD
Extra Software in server: iptraf
Installation Method: General installation as described
http://carlo.taguinod.net/vicidialnow/v ... -guide.pdf
Single Server | No Digium/Sangoma Hardware
My Sip.conf configuration
[inbound]
disallow=all
allow=ulaw
username=555555
secret=pppppp
type=friend
host=127.0.0.1
fromdomain=127.0.0.1
fromuser=555555
qualify=1000
context=trunkinbound
dtmfmode=rfc2833
permit=0.0.0.0/0.0.0.0
register => 555555:pppppp@127.0.0.1/61212347456
My extensions.conf
[default]
exten => 212347456,1,Ringing
exten => 212347456,2,Wait(1)
exten => 212347456,3,AGI(agi-VDAD_ALL_inbound.agi,CID-----LB-----Support-----1111-----Closer-----park----------999-----1)
exten => 212347456,4,Hangup
sip show peers
Name/username Host Dyn Nat ACL Port Status
inbound/555555 127.0.0.1 N A 5060 OK (330 ms)
<--- SIP read from 67.212.164.231:5060 --->
SIP/2.0 200 OK
CSeq: 102 OPTIONS
Via: SIP/2.0/UDP 67.212.164.231:5060;branch=z9hG4bK1d441498;rport
From: "asterisk" <sip:asterisk@192.168.0.5>;tag=as14a3043d
Call-ID:
583214a00b95b1ea0563f00c0e2a7dda@192.168.0.5
To: <sip:67.212.164.231;cpd=on>;tag=011141100013
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE
Content-Length: 0
<------------->
--- (8 headers 0 lines) ---
Really destroying SIP dialog
'583214a00b95b1ea0563f00c0e2a7dda@192.168.0.5' Meth od: OPTIONS
Reliably Transmitting (NAT) to 192.168.0.212:8266:
OPTIONS sip:cc101@192.168.0.212:8266;rinstance=11e646707b96d847;cpd=on SIP/2.0
Via: SIP/2.0/UDP 192.168.0.5:5060;branch=z9hG4bK76124f63;rport
From: "asterisk" <sip:asterisk@192.168.0.5>;tag=as41718175
To: <sip:cc101@192.168.0.212:8266;rinstance=11e646707b96d847;cpd=on>
Contact: <sip:asterisk@192.168.0.5>
Call-ID:
66fd157f24ac748e0f5a00c71e855db0@192.168.0.5
CSeq: 102 OPTIONS
User-Agent: Asterisk PBX
Max-Forwards: 70
Date: Fri, 29 Oct 2010 15:13:24 GMT
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO
Supported: replaces
Content-Length: 0
---
go*CLI>
<--- SIP read from 192.168.0.212:8266 --->
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.168.0.5:5060;branch=z9hG4bK76124f63;rport=5060
Contact: <sip:192.168.0.212:8266>
To: <sip:cc101@192.168.0.212:8266;rinstance=11e646707b96d847;cpd=on>;tag=fb66662 b
From: "asterisk"<sip:asterisk@192.168.0.5>;tag=as41718175
Call-ID:
66fd157f24ac748e0f5a00c71e855db0@192.168.0.5
CSeq: 102 OPTIONS
Accept: application/sdp
Accept-Language: en
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INF O
ser-Agent: eyeBeam release 1013t stamp 43070
Content-Length: 0
<------------->
--- (12 headers 0 lines) ---
<--- SIP read from 192.168.0.212:8266 --->
<------------->
Really destroying SIP dialog
'66fd157f24ac748e0f5a00c71e855db0@192.168.0.5' Meth od: OPTIONS
Thanks a lot in advance