[Spce-user] Spce-user Digest, Vol 7, Issue 5

David Heunis davidheunis at gmail.com
Wed Jun 8 07:47:23 EDT 2011


I created a subscriber but can not get it to register, does it register with
asterisk or Kamailio proxy, if latter how does one see if someone is
registered?


On Wed, Jun 8, 2011 at 12:00 PM, <spce-user-request at lists.sipwise.com>wrote:

> Send Spce-user mailing list submissions to
>        spce-user at lists.sipwise.com
>
> To subscribe or unsubscribe via the World Wide Web, visit
>        http://lists.sipwise.com/listinfo/spce-user
> or, via email, send a message with subject or body 'help' to
>        spce-user-request at lists.sipwise.com
>
> You can reach the person managing the list at
>        spce-user-owner at lists.sipwise.com
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Spce-user digest..."
>
>
> Today's Topics:
>
>   1. Re: New Version of Sipwise and external dispoatchers
>      (Andreas Granig)
>   2. SOAP AXIS2 (Alfredo Perez Jara)
>   3. Re: Record greeting Message in voicebox (Andreas Granig)
>   4. Info (David Heunis)
>   5. Re: Info (Jon Bonilla (Manwe))
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Tue, 07 Jun 2011 13:29:51 +0200
> From: Andreas Granig <agranig at sipwise.com>
> Subject: Re: [Spce-user] New Version of Sipwise and external
>        dispoatchers
> To: "Klaus Peter v. Friedeburg" <friedeburg at aco.de>
> Cc: spce-user at lists.sipwise.com
> Message-ID: <4DEE0BAF.4020906 at sipwise.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> On 06/07/2011 02:26 AM, Klaus Peter v. Friedeburg wrote:
> > ok. I have made the changes and the request is now routing to the
> external FAX-Server (Asterisk with Hylafax and T38Modem (Sip-Version).
> > But in kamailio-proxy.log comes this error message:
> >
> > NAT-Reply - S=422 - Session Interval Too Small
> >
> > The REINVITE is not correct handeled
>
> You need to find out who is sending this 422 message. If it's one of
> your end-points, then adapt the session-timer part of
> /etc/ngcp-config/templates/etc/sems/etc/ngcp.sbcprofile.conf.tt2 to
> something like this (note both the min/max timers), because then sems
> will re-negotiate the interval up to the max timer value:
>
> enable_session_timer=yes
> session_expires=300
> minimum_timer=90
> maximum_timer=7200
>
> After changing, execute "ngcpcfg apply".
>
> Andreas
>
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: signature.asc
> Type: application/pgp-signature
> Size: 900 bytes
> Desc: OpenPGP digital signature
> URL: <
> http://lists.sipwise.com/pipermail/spce-user/attachments/20110607/7e1c46f2/attachment-0001.pgp
> >
>
> ------------------------------
>
> Message: 2
> Date: Tue, 07 Jun 2011 20:04:06 +0200
> From: Alfredo Perez Jara <ajara at gossan.es>
> Subject: [Spce-user] SOAP AXIS2
> To: spce-user at lists.sipwise.com
> Message-ID: <4DEE6816.7040501 at gossan.es>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Hi, all
>
> I have a problem with wdsl file, this file reference to "
> http://dev.sipwise.com/2009/schema/provisioning_types.xsd" but this URL is
> broken.
>
> wsdl2java.sh Axis2 give me this error, I intent delete url but this file
> have references of types.
>
> I need help,
>
> Grettings
> Afredo.-
>
> Retrieving document at 'Provisioning.wsdl'.
> Exception in thread "main"
> org.apache.axis2.wsdl.codegen.CodeGenerationException:
> java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
>         at
>
> org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGenerationEngine.java:271)
>         at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:35)
>         at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:24)
> Caused by: java.lang.RuntimeException:
> java.lang.reflect.InvocationTargetException
>         at
>
> org.apache.axis2.wsdl.codegen.extension.SimpleDBExtension.engage(SimpleDBExtension.java:53)
>         at
>
> org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGenerationEngine.java:224)
>         ... 2 more
> Caused by: java.lang.reflect.InvocationTargetException
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at
>
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>         at
>
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:597)
>         at
>
> org.apache.axis2.wsdl.codegen.extension.SimpleDBExtension.engage(SimpleDBExtension.java:50)
>         ... 3 more
> Caused by: org.apache.axis2.schema.SchemaCompilationException: can not
> find type {http://schemas.xmlsoap.org/soap/encoding/}Array from the
> parent schema http://dev.sipwise.com/2009/schema/provisioning_types.xsd
>         at
>
> org.apache.axis2.schema.SchemaCompiler.copyMetaInfoHierarchy(SchemaCompiler.java:1296)
>         at
>
> org.apache.axis2.schema.SchemaCompiler.processComplexContent(SchemaCompiler.java:1258)
>         at
>
> org.apache.axis2.schema.SchemaCompiler.processContentModel(SchemaCompiler.java:1153)
>         at
>
> org.apache.axis2.schema.SchemaCompiler.processComplexType(SchemaCompiler.java:1097)
>         at
>
> org.apache.axis2.schema.SchemaCompiler.processNamedComplexSchemaType(SchemaCompiler.java:1017)
>         at
>
> org.apache.axis2.schema.SchemaCompiler.processSchema(SchemaCompiler.java:931)
>         at
>
> org.apache.axis2.schema.SchemaCompiler.processElement(SchemaCompiler.java:766)
>         at
>
> org.apache.axis2.schema.SchemaCompiler.processElement(SchemaCompiler.java:552)
>         at
> org.apache.axis2.schema.SchemaCompiler.process(SchemaCompiler.java:1991)
>         at
>
> org.apache.axis2.schema.SchemaCompiler.processParticle(SchemaCompiler.java:1874)
>         at
>
> org.apache.axis2.schema.SchemaCompiler.processComplexType(SchemaCompiler.java:1081)
>         at
>
> org.apache.axis2.schema.SchemaCompiler.processAnonymousComplexSchemaType(SchemaCompiler.java:980)
>         at
>
> org.apache.axis2.schema.SchemaCompiler.processSchema(SchemaCompiler.java:934)
>         at
>
> org.apache.axis2.schema.SchemaCompiler.processElement(SchemaCompiler.java:592)
>         at
>
> org.apache.axis2.schema.SchemaCompiler.processElement(SchemaCompiler.java:563)
>         at
> org.apache.axis2.schema.SchemaCompiler.compile(SchemaCompiler.java:370)
>         at
> org.apache.axis2.schema.SchemaCompiler.compile(SchemaCompiler.java:280)
>         at
> org.apache.axis2.schema.ExtensionUtility.invoke(ExtensionUtility.java:103)
>         ... 8 more
>
>
> --
> Gracias
> Un saludo
> Alfredo.-
>
>
>
>
>
> ------------------------------
>
> Message: 3
> Date: Tue, 07 Jun 2011 23:04:11 +0200
> From: Andreas Granig <agranig at sipwise.com>
> Subject: Re: [Spce-user] Record greeting Message in voicebox
> To: spce-user at lists.sipwise.com
> Message-ID: <4DEE924B.6050803 at sipwise.com>
> Content-Type: text/plain; charset="windows-1252"
>
> Hi,
>
> On 06/07/2011 11:34 AM, Klaus Peter v. Friedeburg wrote:
> > I have notice the following bug in the table-structure, so that you are
> > not able to record greeting-message or Name in the voicebox-System:
> >
> > Table voicemail_spool
> >
> > Field ?origtime? must be from type ?VARCHAR?
> >
> > Field ?duration? must be from type ?VARCHAR?
>
> Thanks, will be fixed in the next release. Until then, it's a matter of
> executing the following sql commands:
>
> ALTER TABLE kamailio.voicemail_spool CHANGE COLUMN origtime origtime
> VARCHAR(16) DEFAULT '';
> ALTER TABLE kamailio.voicemail_spool CHANGE COLUMN duration duration
> VARCHAR(16) DEFAULT '';
>
> Andreas
>
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: signature.asc
> Type: application/pgp-signature
> Size: 900 bytes
> Desc: OpenPGP digital signature
> URL: <
> http://lists.sipwise.com/pipermail/spce-user/attachments/20110607/69f4a3a6/attachment-0001.pgp
> >
>
> ------------------------------
>
> Message: 4
> Date: Wed, 8 Jun 2011 09:55:09 +0200
> From: David Heunis <davidheunis at gmail.com>
> Subject: [Spce-user] Info
> To: spce-user at lists.sipwise.com
> Message-ID: <BANLkTimxFXoXsnpv5ubdJtn0WvjdqL8a4Q at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> why is asterisk installed with sip wise?
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://lists.sipwise.com/pipermail/spce-user/attachments/20110608/fcbe273d/attachment-0001.htm
> >
>
> ------------------------------
>
> Message: 5
> Date: Wed, 8 Jun 2011 11:28:23 +0200
> From: Jon Bonilla (Manwe) <jbonilla at sipwise.com>
> Subject: Re: [Spce-user] Info
> To: spce-user at lists.sipwise.com
> Message-ID: <20110608112823.20ebb68e at multivac>
> Content-Type: text/plain; charset="utf-8"
>
> El Wed, 8 Jun 2011 09:55:09 +0200
> David Heunis <davidheunis at gmail.com> escribi?:
>
> > why is asterisk installed with sip wise?
>
>
> Asterisk is used for providing the voicemail and the reminder features.
> It's
> used as endpoint, not in path of a "normal" call.
>
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: signature.asc
> Type: application/pgp-signature
> Size: 836 bytes
> Desc: not available
> URL: <
> http://lists.sipwise.com/pipermail/spce-user/attachments/20110608/a1984c20/attachment-0001.pgp
> >
>
> ------------------------------
>
> _______________________________________________
> Spce-user mailing list
> Spce-user at lists.sipwise.com
> http://lists.sipwise.com/listinfo/spce-user
>
>
> End of Spce-user Digest, Vol 7, Issue 5
> ***************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sipwise.com/mailman/private/spce-user_lists.sipwise.com/attachments/20110608/bfae6c22/attachment.html>


More information about the Spce-user mailing list