Re: devel Digest, Vol 71, Issue 11

Paul Keogh <[email protected]>
Newsgroups gmane.comp.mobile.kannel.devel
Message-ID <CAP82tpnFZ=-DxGUnAyC7_hvFU36c1=3GdrXKKDFMCDgD4T8Wog@mail.gmail.com>
The stack trace doesn't show enough information.

I'd suggest rebuilding with debugging enabled and stepping through the PPG
http_read_thread function with a debugger.

On 26 July 2012 11:00, <[email protected]> wrote:

> Send devel mailing list submissions to
>         [email protected]
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         http://www.kannel.org/mailman/listinfo/devel
> or, via email, send a message with subject or body 'help' to
>         [email protected]
>
> You can reach the person managing the list at
>         [email protected]
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of devel digest..."
>
>
> Today's Topics:
>
>    1. PPG problem (Rafael Aquino)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 25 Jul 2012 15:14:14 -0300
> From: Rafael Aquino <[email protected]>
> To: [email protected]
> Subject: PPG problem
> Message-ID:
>         <CA+iNECb=
> [email protected]>
> Content-Type: text/plain; charset="iso-8859-1"
>
> hello All,
>
> i have a problem using the kannel PPG with huawei MMSC sending mmsc wap
> push, can you hellp me?
>
> 2012-07-25 14:53:01 [25836] [12] DEBUG: HTTP: Creating HTTPClient for
> `172.XX.X.XX'.
> 2012-07-25 14:53:01 [25836] [12] DEBUG: HTTP: Created HTTPClient area
> 0xa5eb3d0.
> 2012-07-25 14:53:01 [25836] [15] INFO: PPG: Accept request </ppg> from
> <172.XX.X.XX>
> 2012-07-25 14:53:01 [25836] [15] DEBUG: PPG: http_read_thread: pap
> multipart accepted
> 2012-07-25 14:53:01 [25836] [15] PANIC: /usr/bin/wapbox [0x475d3f]
> 2012-07-25 14:53:01 [25836] [15] PANIC: /lib64/libpthread.so.0
> [0x3ba780ebe0]
> 2012-07-25 14:53:01 [25836] [15] PANIC: /usr/bin/wapbox [0x425360]
> 2012-07-25 14:53:01 [25836] [15] PANIC: /usr/bin/wapbox [0x424ff2]
> 2012-07-25 14:53:01 [25836] [15] PANIC: /usr/bin/wapbox [0x424fd1]
> 2012-07-25 14:53:01 [25836] [15] PANIC: /usr/bin/wapbox(pap_compile+0x88)
> [0x425678]
> 2012-07-25 14:53:01 [25836] [15] PANIC: /usr/bin/wapbox [0x41bdf0]
> 2012-07-25 14:53:01 [25836] [15] PANIC: /usr/bin/wapbox [0x461235]
> 2012-07-25 14:53:01 [25836] [15] PANIC: /lib64/libpthread.so.0
> [0x3ba780677d]
> 2012-07-25 14:53:01 [25836] [15] PANIC: /lib64/libc.so.6(clone+0x6d)
> [0x3ba70d49ad]
>
> the wapbox is killed by PPG request from MMSC
>
>
>          <?xml
>                 version="1.0"
>                 ?>
>             <!DOCTYPE pap PUBLIC "-//WAPFORUM//DTD PAP 1.0//EN" "
> http://www.wapforum.org/DTD/pap_1.0.dtd">
>             <pap>
>                 <push-message
>                     progress-notes-requested="false"
>                     ppg-notify-requested-to="http://172.XX.X.XXX/was"
>                     push-id="000120000015559120725145436001">
>                     <address
>
> address-value="WAPPUSH=+5534XXXXXXXX/[email protected]">
>                         </address>
>                     <quality-of-service
>                         bearer-required="true"
>                         bearer="SMS"
>                         network-required="true"
>                         network="GSM"
>                         delivery-method="unconfirmed"
>                         priority="medium">
>                         </quality-of-service>
>                     </push-message>
>                 </pap>
>
>
>
>
> my last config:
>
>
> group = core
> admin-port = 13000
> wapbox-port = 13002
> smsbox-port = 13003
> admin-password = XXXX
> status-password = YYYY
> wdp-interface-name = "*"
> log-file = "/var/log/kannel/bearerbox.log"
> log-level = 0
> box-deny-ip = "*.*.*.*"
> box-allow-ip = "127.0.0.1"
> access-log = "/var/log/kannel/access.log"
> store-type = file
> store-location = "/var/log/kannel/sms-store.dta"
>
>
> group = wapbox
> bearerbox-host = 127.0.0.1
> log-file = "/var/log/kannel/wapbox.log"
> log-level = 0
> syslog-level = none
> access-log = "/var/log/kannel/wapaccess.log"
>
>
> group = radius-acct
> our-port = 1813
> secret-nas = 1212
> remote-host = 127.0.0.1
> remote-port = 1646
> secret-radius = 1212
>
> group = smsbox
> bearerbox-host = 127.0.0.1
> sendsms-port = 13013
> log-file = "/var/log/kannel/smsbox.log"
> log-level = 0
> access-log = "/var/log/kannel/smsaccess.log"
> sendsms-url = /cgi-bin/sendsms
> mo-recode = true
>
> group = ppg
> ppg-url = /ppg
> ppg-port = 9080
> concurrent-pushes = 100
> default-smsc = fo
> users=1024
> global-sender ="+5534XXXXXX"
> service-name = PPG0
> trusted-pi = true
> ppg-allow-ip = "*.*.*.*"
>
> group = smsc
> smsc = smpp
> smsc-id = fo
> no-sender = true
> no-coding = true
> transceiver-mode = yes
> smsc-username = XXXX
> smsc-password = XXXXXX
> system-type = "WAP"
> service-type = "WAP"
> host = 172.29.7.10
> port = 5019
> dest-addr-ton = 1
> dest-addr-npi = 1
> bind-addr-ton = 1
> bind-addr-npi = 1
> #msg-id-type = "0x00"
> receive-port = ""
> my-number = "+5534XXXXXX"
>
>
>
> please help me...
>
>
> Rafael Aquino
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://www.kannel.org/pipermail/devel/attachments/20120725/5230f97c/attachment-0001.html
> >
>
> ------------------------------
>
> _______________________________________________
> devel mailing list
> [email protected]
> http://www.kannel.org/mailman/listinfo/devel
>
>
> End of devel Digest, Vol 71, Issue 11
> *************************************
>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.