| < Previous by Date | Date Index | Next by Date > |
| < Previous in Thread | Thread Index | Next in Thread > |
|
> Furthermore I get an exception when I try to > construct it from something like
"host.domain.com:5060". > What am I missing here? Since it is a sip uri – you need a
scheme: ie. sip:host.domain.com:5060 You application can ask for domain and
port separately – then just build a uri of this format. |