| 152 | |
| 153 | |
| 154 | static inline unsigned int dlg2hash( dlg_t* dlg ) |
| 155 | { |
| 156 | str cseq_nr; |
| 157 | unsigned int hashid; |
| 158 | |
| 159 | cseq_nr.s=int2str(dlg->loc_seq.value, &cseq_nr.len); |
| 160 | hashid = tm_hash(dlg->id.call_id, cseq_nr); |
| 161 | return hashid; |
| 162 | } |
| 163 | |
| 164 | |
| 165 | static int run_local_route( struct cell *new_cell, char **buf, int *buf_len, |