Re: callback_num
Rafael Ugolini <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
Stipe Tolj wrote:
> Rafael Ugolini wrote:
>
>> Hi,
>> I sent a message a time to the list but i got nothing, so im
>> sending again...
>> I need to send messages with a specific callback_num, LG celphones
>> doesnt reply the message without this option.
>> Im using SMPP 33/34 in a CDMA Network. I tried to set callback_num
>> in smsc_smpp.c :
>>
>> line 429 pdu->u.submit_sm.callback_num = 3030;
>
>
> almost. As you see in gw/smsc/smpp_pdu.def:240 callback_num is an
> Octstr type.
>
> Hence do
>
> pdu->u.submit_sm.callback_num = octstr_create("3030");
i tried this too, but no sucess
and i even tried
line 354 pdu->u.deliver_sm.callback_num = octstr_create("3030");
Any help will be very cool, im without clues.
Thanks
>
> to populate the field with the value.
>
> Good luck.
>
> Stipe
>
> mailto:stolj_{at}_wapme.de
> -------------------------------------------------------------------
> Wapme Systems AG
>
> Vogelsanger Weg 80
> 40470 Düsseldorf, NRW, Germany
>
> phone: +49.211.74845.0
> fax: +49.211.74845.299
>
> mailto:info_{at}_wapme-systems.de
> http://www.wapme-systems.de/
> -------------------------------------------------------------------