[asterisk-users] SendJabber question sending Links

Stefan Schmidt sst at sil.at
Fri Nov 6 03:21:44 CST 2009



Matt Riddell schrieb:
> On 5/11/09 9:14 PM, Stefan Schmidt wrote:
>> Hello,
>>
>> i use sendjabber notifications when a call is answered to send the
>> answering user information about the caller also with links to our CRM
>> or ticket system.
>>
>> My problem is that i dont know how i can make a link like CRM and not
>> have to use http://crm.x.y/fubar?user=1234.
>>
>> i´ve allready googled for this question, but i´ve only found how to xml
>> format an url, but not how i can send it with sendjabber application.
>>
>> Does anybody have an idea how i can do this?
> 
> It might pay to rephrase your question.
> 
> You're trying to send a link, and what's going wrong?
> 

thanks for your answer, i will try to say it in an easy way ;)

i send now a jabber message which looks like this:

<snip>
Customer Nr [1234] Person ABC from Company XYZ

CRM: https://crm.x.y/getcustomer?customer=1234
Ticket: https://rt.x.y/getticketsfromcustomer?customer=1234
</snip>

but what i want to have should look like this:

<snip>
Customer Nr [1234] Person ABC from Company XYZ

CRM [URL]
Ticket: [URL]
</snip>

I´ve tried to send it in html style with <a href="....">text</a> and so
on, but i didnt get it working. The Problem is that the links i send has
around 400 Chars each which make the message long and hard to read.

i hope its now clear what i want.

best regards

steve




More information about the asterisk-users mailing list