No sip binding whn using latest source

Discussions about using SIP Sorcery on your own computer/server
jvwelzen
Posts: 716
Joined: Thu Sep 11, 2008 1:56 pm

Re: No sip binding whn using latest source

Post by jvwelzen » Sun Oct 24, 2010 1:22 pm

Thank you verry much

Everything is now working

For the calls getting to working I indeed needed to put the right admin credentials in the config file

<DialPlanEngineImpersonationUsername value="admin" />
<DialPlanEngineImpersonationPassword value="pass" />

Thanks again

p.s it seems that the SS server is running better and faster then the v1.2

Still got a little problem with the cdr's

Code: Select all

2010-10-24 15:26:39,963 [dialplanscript-4] ERROR sipsorcery [(null)] - Exception SQLAssetPersistor Add (for SIPDialogueAsset). Unknown column 'direction' in 'field list'
2010-10-24 15:26:39,963 [dialplanscript-4] ERROR dialplan [(null)] - Exception DialPlanContext CallAnswered. Unknown column 'direction' in 'field list'

jvwelzen
Posts: 716
Joined: Thu Sep 11, 2008 1:56 pm

Re: No sip binding whn using latest source

Post by jvwelzen » Sun Oct 24, 2010 1:45 pm

I needed to add some database fields in sipdialogs

but still a litle problem

Code: Select all

2010-10-24 15:50:14,958 [dialplanscript-10] ERROR sipsorcery [(null)] - Exception SQLAssetPersistor Add (for SIPDialogueAsset). Column 'switchboarddescription' cannot be null
2010-10-24 15:50:14,958 [dialplanscript-10] ERROR dialplan [(null)] - Exception DialPlanContext CallAnswered. Column 'switchboarddescription' cannot be null
and the duration of the calls in cdr's stays 0

Aaron
Site Admin
Posts: 4652
Joined: Thu Jul 12, 2007 12:13 am

Re: No sip binding whn using latest source

Post by Aaron » Sun Oct 24, 2010 9:52 pm

When you added those columns to your database did you set them as being nullable?

jvwelzen
Posts: 716
Joined: Thu Sep 11, 2008 1:56 pm

Re: No sip binding whn using latest source

Post by jvwelzen » Mon Oct 25, 2010 6:31 am

Yep thats solved it

Thank you verry much

Post Reply