[Home]

Summary:ASTERISK-11845: Asterisk does not match trunk.
Reporter:Bill Kunyiha (bgitonga)Labels:
Date Opened:2008-04-14 12:45:13Date Closed:2008-05-13 07:12:49
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Channels/chan_sip/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:I’m reopening bug 12417 as the patch in 12362 only fixes the crash. Now asterisk does not crash but does not get the trunk from real time. I get the following error.
No such host: trunk1.
Using the same configuration and database on previous releases of branch 1.4.

Below is my original post. This time (after applying patch in bug 12362) asterisk does not crash but returns the error “No such host: trunk1”
------------------------------------------------------------------------------------------------------------------------------
I’m using asterisk realtime with Postgres and UnixODBC.
When you have the trunk defines in realtime, and dial a number, asterisk crashes, but when you have the trunk defines in sip.conf, it works ok.


For example dialing using the following defined in sip.conf will dial out ok but the database entry does not work in realtime and causes asterisk to crash. This works in asterisk-1.4.18 but not asterisk-1.4.19

Exten=> _1NXNNXXXXXX,1,Dial(SIP/${EXTEN}@trunk1|60)


//This Works
[trunk1]
type=friend
username=username
secret=secret
callerid="Name" <NUM>
host=Provider IP
canreinvite=yes
context=context
dtmfmode=rfc2833
disallow=all
allow=ulaw



//This Does not work
INSERT INTO sip_buddies(name,callerid,canreinvite,context,dtmfmode,host,
,type,disallow,allow,username,secret)
VALUES
('trunk1','Name <NUM>','yes','context','rfc2833',’Provider
IP','friend','all','ulaw','username','sectret');

Comments:By: Bill Kunyiha (bgitonga) 2008-04-21 18:34:13

Is their anyone working on this?

By: Russell Bryant (russell) 2008-04-22 16:19:19

I started to assign this to jpeeler, but now I'm taking that back.  The change from  12362 made by jpeeler did not go into 1.4.19.

By: Bill Kunyiha (bgitonga) 2008-04-28 11:35:52

Whats the status here?

By: Olle Johansson (oej) 2008-04-30 10:33:46

We need to see your extconfig.conf and a backtrace from the crash. Also a SIP debug if possible. Thanks.

By: Bill Kunyiha (bgitonga) 2008-05-12 13:32:26

Go ahead and close this.
I upgraded to 1.4.20-rc2 and the problems gone.

By: jmls (jmls) 2008-05-13 07:12:47

at user request