Page 2 of 2

Re: No sip binding whn using latest source

Posted: Sun Oct 24, 2010 1:22 pm
by jvwelzen
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'

Re: No sip binding whn using latest source

Posted: Sun Oct 24, 2010 1:45 pm
by jvwelzen
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

Re: No sip binding whn using latest source

Posted: Sun Oct 24, 2010 9:52 pm
by Aaron
When you added those columns to your database did you set them as being nullable?

Re: No sip binding whn using latest source

Posted: Mon Oct 25, 2010 6:31 am
by jvwelzen
Yep thats solved it

Thank you verry much