search for: avp_delet

Displaying 1 result from an estimated 1 matches for "avp_delet".

Did you mean: avp_delete
2007 May 12
3
Asterisk High-Capacity Stability
...esolved proxy > $avp(S:proxy_ip):$avp(S:proxy_port)\n"); > > avp_pushto("$ru/domain", "$avp(S:proxy_ip):$avp(S:proxy_port)"); > > xlog("L_INFO", "target-das - [$ci] - Attempting handoff to > $ru\n"); > > avp_delete("$avp(S:customer_id)"); > avp_delete("$avp(S:proxy_ip)"); > avp_delete("$avp(S:proxy_port)"); > > --- > > Seems like the simplest approach to me. > > > My SIP users can't know who the Upstream Providers are, so all t...