Resolved:::(Asterisk Realtime SIP and extensions problem)

Thanks everybody on helping out me from this problem.
Problem was resolved after correcting the appdata field’s data in textensions table
wrong data i was inserting was : SIP/333,20
Corrected data in appdata field : SIP/333|20


Help Me:::I am getting the following error from Asterisk

Asterisk Ready.
*CLI> – Registered SIP ‘555’ at 10.0.0.12 port 11842 expires 3600
– SIP Seeding peer from astdb: ‘555’ at 555@10.0.0.12:11842 for 3600
– Executing Dial(“SIP/333-546e”, “SIP/555,20”)
Jul 22 21:15:01 WARNING[6942]: chan_sip.c:1980 create_addr: No such host: 555,20
Jul 22 21:15:01 NOTICE[6942]: app_dial.c:1040 dial_exec_full: Unable to create channel of type ‘SIP’ (cause 3 - No route to destination)
== Everyone is busy/congested at this time (1:0/0/1)
Jul 22 21:15:11 WARNING[6942]: pbx.c:2415 __ast_pbx_run: Timeout, but no rule ‘t’ in context ‘from-sip’

The configurations i have

(1) extconfig.con file’s entries (database name tdirect and tables are tclient for sip realtime entries and textensions for realtime extensions
sipusers => mysql,tdirect,tclient
sippeers => mysql,tdirect,tclient
extensions => mysql,tdirect,textensions

(2) extensions.conf entries
[from-sip]
switch => Realtime

(3) data in tclient table
(a) (name,host,secret,context,ipaddr,port,allow) values (‘333’,‘dynamic’,‘333’,’’,’’,’’,default);
(b) (name,host,secret,context,ipaddr,port,allow) values (‘555’,‘dynamic’,‘555’,’’,’’,’’,default);

(4) data in textensions table

| id | context | exten | priority | app | appdata |
±—±---------±------±---------±-----±-----------+
| 22 | from-sip | 333 | 1 | Dial | SIP/333,20 |
| 24 | from-sip | 555 | 1 | Dial | SIP/555,20 |
±—±---------±------±---------±-----±-----------+T

what about sip.conf ?